Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c424 const struct rc_src_register * presub_src1) in rc_inst_can_use_presub() argument
465 src_type1 = rc_source_type_swz(presub_src1->Swizzle); in rc_inst_can_use_presub()
467 presub_src1->File, in rc_inst_can_use_presub()
468 presub_src1->Index, in rc_inst_can_use_presub()
475 if (presub_src0->File == presub_src1->File in rc_inst_can_use_presub()
476 && presub_src0->Index == presub_src1->Index) { in rc_inst_can_use_presub()
Dradeon_compiler_util.h95 const struct rc_src_register * presub_src1);