Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c417 const struct rc_src_register * presub_src1) in rc_inst_can_use_presub() argument
458 src_type1 = rc_source_type_swz(presub_src1->Swizzle); in rc_inst_can_use_presub()
460 presub_src1->File, in rc_inst_can_use_presub()
461 presub_src1->Index, in rc_inst_can_use_presub()
468 if (presub_src0->File == presub_src1->File in rc_inst_can_use_presub()
469 && presub_src0->Index == presub_src1->Index) { in rc_inst_can_use_presub()
Dradeon_compiler_util.h95 const struct rc_src_register * presub_src1);