Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c425 unsigned int src_type0, src_type1; in rc_inst_can_use_presub() local
451 src_type0 = rc_source_type_swz(presub_src0->Swizzle); in rc_inst_can_use_presub()
455 src_type0); in rc_inst_can_use_presub()
470 if (src_type0 & src_type1 & RC_SOURCE_RGB) { in rc_inst_can_use_presub()
473 if (src_type0 & src_type1 & RC_SOURCE_ALPHA) { in rc_inst_can_use_presub()