Searched refs:dst_writemask (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h273 unsigned dst_writemask,
284 inst.Dst[0].Register.WriteMask = dst_writemask;
297 unsigned dst_writemask,
311 inst.Dst[0].Register.WriteMask = dst_writemask;
326 unsigned dst_writemask,
341 inst.Dst[0].Register.WriteMask = dst_writemask;
357 unsigned dst_writemask,
369 inst.Dst[0].Register.WriteMask = dst_writemask;
372 switch (dst_writemask) {
398 unsigned dst_writemask,
269 tgsi_transform_op1_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index) argument
293 tgsi_transform_op2_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,bool src1_negate) argument
322 tgsi_transform_op3_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,unsigned src2_file,unsigned src2_index) argument
353 tgsi_transform_op1_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle) argument
394 tgsi_transform_op2_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,bool src1_negate) argument
445 tgsi_transform_op3_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src0_negate,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,unsigned src2_file,unsigned src2_index,unsigned src2_swizzle) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h291 unsigned dst_writemask,
302 inst.Dst[0].Register.WriteMask = dst_writemask;
315 unsigned dst_writemask,
329 inst.Dst[0].Register.WriteMask = dst_writemask;
344 unsigned dst_writemask,
359 inst.Dst[0].Register.WriteMask = dst_writemask;
375 unsigned dst_writemask,
387 inst.Dst[0].Register.WriteMask = dst_writemask;
390 switch (dst_writemask) {
416 unsigned dst_writemask,
287 tgsi_transform_op1_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index) argument
311 tgsi_transform_op2_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,bool src1_negate) argument
340 tgsi_transform_op3_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,unsigned src2_file,unsigned src2_index) argument
371 tgsi_transform_op1_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle) argument
412 tgsi_transform_op2_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,bool src1_negate) argument
463 tgsi_transform_op3_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src0_negate,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,unsigned src2_file,unsigned src2_index,unsigned src2_swizzle) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h290 bool can_reswizzle(const struct gen_device_info *devinfo, int dst_writemask,
292 void reswizzle(int dst_writemask, int swizzle);
H A Dbrw_vec4.cpp1147 int dst_writemask,
1170 if (!can_do_writemask(devinfo) && dst_writemask != WRITEMASK_XYZW)
1198 vec4_instruction::reswizzle(int dst_writemask, int swizzle) argument
1239 dst.writemask = dst_writemask &
1146 can_reswizzle(const struct gen_device_info * devinfo,int dst_writemask,int swizzle,int swizzle_mask) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_vec4.h291 int dst_writemask,
293 void reswizzle(int dst_writemask, int swizzle);
H A Dbrw_vec4.cpp1131 int dst_writemask,
1154 if (!can_do_writemask(devinfo) && dst_writemask != WRITEMASK_XYZW)
1182 vec4_instruction::reswizzle(int dst_writemask, int swizzle) argument
1223 dst.writemask = dst_writemask &
1130 can_reswizzle(const struct intel_device_info * devinfo,int dst_writemask,int swizzle,int swizzle_mask) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8977 int dst_writemask = index_dst->Register.WriteMask; local in function:emit_msb
8982 while (writemask & dst_writemask) {

Completed in 24 milliseconds