Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c416 const struct rc_src_register * presub_src0, in rc_inst_can_use_presub() argument
451 src_type0 = rc_source_type_swz(presub_src0->Swizzle); in rc_inst_can_use_presub()
453 presub_src0->File, in rc_inst_can_use_presub()
454 presub_src0->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.h94 const struct rc_src_register * presub_src0,