Searched refs:RC_SWIZZLE_HALF (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h114 RC_SWIZZLE_HALF, enumerator in enum:__anon952d6f910503
137 #define RC_SWIZZLE_HHHH RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_HALF)
H A Dradeon_dataflow_swizzles.c160 swz1 == RC_SWIZZLE_HALF ||
320 case RC_SWIZZLE_HALF:
391 case RC_SWIZZLE_HALF:
H A Dr300_fragprog_swizzle.c242 case RC_SWIZZLE_HALF: return R300_ALU_ARGA_HALF;
H A Dradeon_optimize.c380 newswz = RC_SWIZZLE_HALF;
441 if (swz == RC_SWIZZLE_ZERO || swz == RC_SWIZZLE_HALF
559 || swz == RC_SWIZZLE_HALF) {
H A Dradeon_program_print.c179 case RC_SWIZZLE_HALF: return 'H';
H A Dr500_fragprog_emit.c148 case RC_SWIZZLE_HALF:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h114 RC_SWIZZLE_HALF, enumerator in enum:__anon3d4856e40503
137 #define RC_SWIZZLE_HHHH RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_HALF)
H A Dradeon_dataflow_swizzles.c160 swz1 == RC_SWIZZLE_HALF ||
320 case RC_SWIZZLE_HALF:
391 case RC_SWIZZLE_HALF:
H A Dr300_fragprog_swizzle.c242 case RC_SWIZZLE_HALF: return R300_ALU_ARGA_HALF;
H A Dradeon_optimize.c382 newswz = RC_SWIZZLE_HALF;
443 if (swz == RC_SWIZZLE_ZERO || swz == RC_SWIZZLE_HALF
561 || swz == RC_SWIZZLE_HALF) {
H A Dradeon_program_print.c179 case RC_SWIZZLE_HALF: return 'H';
H A Dr500_fragprog_emit.c150 case RC_SWIZZLE_HALF:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c280 swizzle |= RC_SWIZZLE_HALF << (i * 3);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c303 swizzle |= RC_SWIZZLE_HALF << (i * 3);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c228 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_HALF);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c228 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_HALF);

Completed in 14 milliseconds