Searched refs:src_type0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c425 unsigned int src_type0, src_type1; local in function:rc_inst_can_use_presub
451 src_type0 = rc_source_type_swz(presub_src0->Swizzle);
455 src_type0);
470 if (src_type0 & src_type1 & RC_SOURCE_RGB) {
473 if (src_type0 & src_type1 & RC_SOURCE_ALPHA) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c425 unsigned int src_type0, src_type1; local in function:rc_inst_can_use_presub
451 src_type0 = rc_source_type_swz(presub_src0->Swizzle);
455 src_type0);
470 if (src_type0 & src_type1 & RC_SOURCE_RGB) {
473 if (src_type0 & src_type1 & RC_SOURCE_ALPHA) {

Completed in 10 milliseconds