Searched refs:RC_SWIZZLE_W (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_constants.h | 111 RC_SWIZZLE_W, enumerator 127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W) 133 #define RC_SWIZZLE_WWWW RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_W)
|
D | radeon_program_pair.c | 143 if(swz == RC_SWIZZLE_W) { in pair_foreach_source_callback() 201 || swz == RC_SWIZZLE_Z || swz == RC_SWIZZLE_W) in rc_pair_foreach_source_that_rgb_reads()
|
D | radeon_compiler_util.c | 96 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_W)) << 9; in combine_swizzles() 110 case RC_MASK_W: return RC_SWIZZLE_W; in rc_mask_to_swizzle() 338 if (swz == RC_SWIZZLE_W) { in rc_source_type_swz()
|
D | radeon_inline_literals.c | 125 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W); in rc_inline_literals()
|
D | radeon_pair_translate.c | 226 if (swz < RC_SWIZZLE_W) in set_pair_instruction() 228 else if (swz == RC_SWIZZLE_W) in set_pair_instruction()
|
D | radeon_program_alu.c | 194 return swizzle_smear(reg, RC_SWIZZLE_W); in swizzle_wwww() 310 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_ONE, RC_SWIZZLE_W)); in transform_DST() 634 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W), in transform_XPD() 635 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W)); in transform_XPD() 637 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W), in transform_XPD() 638 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W), in transform_XPD() 1057 …e(srcreg(RC_FILE_CONSTANT, constants[1]), RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W)); in r300_transform_trig_simple()
|
D | r300_fragprog_swizzle.c | 237 case RC_SWIZZLE_W: return R300_ALU_ARGA_SRC0A + src; in r300FPTranslateAlphaSwizzle()
|
D | radeon_vert_fc.c | 23 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W); in build_pred_src()
|
D | radeon_program_print.c | 176 case RC_SWIZZLE_W: return 'w'; in rc_swizzle_char()
|
D | radeon_pair_schedule.c | 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W); in rgb_to_alpha_remap() 852 case RC_SWIZZLE_W: in is_rgb_to_alpha_possible()
|
D | radeon_dataflow.c | 86 if (swz == RC_SWIZZLE_W) { in pair_get_src_refmasks()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 172 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W); in init_rc_normal_src()
|