Searched refs:Dst (Results 1 - 25 of 197) sorted by last modified time

12345678

/external/skia/src/effects/
H A DSkPorterDuff.cpp27 MAKE_PAIR(Dst),
/external/skia/src/gpu/
H A DGrTemplates.h16 template <typename Dst, typename Src> Dst GrTCast(Src src) {
19 Dst dst;
/external/skia/include/core/
H A DSkTypes.h428 template <typename Dst> Dst SkTCast(const void* ptr) {
431 Dst dst;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c280 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
281 newInst.Dst[0].Register.Index = aactx->texTemp;
296 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
297 newInst.Dst[0].Register.Index = aactx->colorOutput;
298 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZ;
308 newInst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
309 newInst.Dst[0].Register.Index = aactx->colorOutput;
310 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_W;
332 struct tgsi_full_dst_register *dst = &inst->Dst[i];
H A Ddraw_pipe_aapoint.c243 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
244 newInst.Dst[0].Register.Index = tmp0;
245 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XY;
257 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
258 newInst.Dst[0].Register.Index = tmp0;
259 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_X;
274 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
275 newInst.Dst[0].Register.Index = tmp0;
276 newInst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_X;
286 newInst.Dst[
[all...]
H A Ddraw_pipe_pstipple.c294 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
295 newInst.Dst[0].Register.Index = pctx->texTemp;
307 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
308 newInst.Dst[0].Register.Index = pctx->texTemp;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c228 const struct tgsi_full_dst_register *reg = &inst->Dst[index];
H A Dlp_bld_tgsi_info.c190 const struct tgsi_dst_register *dst = &inst->Dst[i].Register;
H A Dlp_bld_tgsi_soa.c934 const struct tgsi_full_dst_register *reg = &inst->Dst[index];
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c953 full_instruction.Dst[i] = tgsi_default_full_dst_register();
1061 const struct tgsi_full_dst_register *reg = &full_inst->Dst[i];
H A Dtgsi_dump.c539 const struct tgsi_full_dst_register *dst = &inst->Dst[i];
H A Dtgsi_exec.c585 uint writemask = inst->Dst[0].Register.WriteMask;
598 inst->Dst[0].Register.File) &&
600 inst->Dst[0].Register.Index) ||
602 inst->Dst[0].Register.Indirect)) {
606 if (inst->Dst[0].Register.WriteMask & (1 << chan)) {
1908 if (inst->Dst[0].Register.WriteMask & (1 << chan)) {
1909 store_dest(mach, &r[chan], &inst->Dst[0], inst, chan, TGSI_EXEC_DATA_FLOAT);
1987 if (inst->Dst[0].Register.WriteMask & (1 << chan)) {
1988 store_dest(mach, &r[chan], &inst->Dst[0], inst, chan, TGSI_EXEC_DATA_FLOAT);
2059 if (inst->Dst[
[all...]
H A Dtgsi_exec.h52 ((INST)->Dst[0].Register.WriteMask & (1 << (CHAN)))
H A Dtgsi_parse.c208 next_token( ctx, &inst->Dst[i].Register );
210 if( inst->Dst[i].Register.Indirect ) {
211 next_token( ctx, &inst->Dst[i].Indirect );
216 assert( !inst->Dst[i].Indirect.Dimension );
217 assert( !inst->Dst[i].Indirect.Indirect );
219 if( inst->Dst[i].Register.Dimension ) {
220 next_token( ctx, &inst->Dst[i].Dimension );
225 assert( !inst->Dst[i].Dimension.Dimension );
227 if( inst->Dst[i].Dimension.Indirect ) {
228 next_token( ctx, &inst->Dst[
[all...]
H A Dtgsi_parse.h99 struct tgsi_full_dst_register Dst[TGSI_FULL_MAX_DST_REGISTERS]; member in struct:tgsi_full_instruction
H A Dtgsi_ppc.c469 const struct tgsi_full_dst_register *reg = &inst->Dst[0];
492 const struct tgsi_full_dst_register *reg = &inst->Dst[0];
H A Dtgsi_sanity.c341 scan_register *reg = create_scan_register_dst(&inst->Dst[i]);
347 if (!inst->Dst[i].Register.WriteMask) {
H A Dtgsi_scan.c133 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i];
304 &fullinst->Dst[0];
H A Dtgsi_text.c957 if (!parse_dst_operand( ctx, &inst.Dst[i] ))
H A Dtgsi_util.c176 unsigned write_mask = inst->Dst[0].Register.WriteMask;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.c85 if(finst->Dst[i].Register.File == file)
87 unsigned idx = finst->Dst[i].Register.Index;
H A Du_pstipple.c360 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
361 newInst.Dst[0].Register.Index = pctx->texTemp;
373 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
374 newInst.Dst[0].Register.Index = pctx->texTemp;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h303 struct i915_full_dst_register Dst[1]; member in struct:i915_full_instruction
H A Di915_fpc_optimize.c176 copy_dst_reg(&o->Dst[0].Register, &i->Dst[0].Register);
207 same_dst_reg(&next->FullInstruction.Dst[0], &current->FullInstruction.Dst[0]) &&
209 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) &&
210 is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask) &&
211 is_unswizzled(&current->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask) &&
212 is_unswizzled(&next->FullInstruction.Src[0], next->FullInstruction.Dst[0].Register.WriteMask) )
218 next->FullInstruction.Dst[0].Register.WriteMask,
221 current->FullInstruction.Dst[
[all...]
H A Di915_fpc_translate.c328 = inst->Dst[0].Register.WriteMask;
425 get_result_vector( p, &inst->Dst[0] ),
455 get_result_vector( p, &inst->Dst[0]),
506 get_result_vector(p, &inst->Dst[0]),
526 get_result_vector(p, &inst->Dst[0]),
536 get_result_vector(p, &inst->Dst[0]),
578 get_result_vector(p, &inst->Dst[0]),
588 src0 = get_result_vector(p, &inst->Dst[0]);
591 get_result_vector(p, &inst->Dst[0]),
602 get_result_vector(p, &inst->Dst[
[all...]

Completed in 3234 milliseconds

12345678