Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_util_tests.c52 ret = rc_inst_can_use_presub(&replace_inst, RC_PRESUB_ADD, 0, in test_rc_inst_can_use_presub()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h89 unsigned int rc_inst_can_use_presub(
Dradeon_optimize.c72 if(!rc_inst_can_use_presub(inst, in copy_propagate_scan_read()
457 if (!rc_inst_can_use_presub(inst, *presub_opcode, in presub_scan_read()
Dradeon_compiler_util.c411 unsigned int rc_inst_can_use_presub( in rc_inst_can_use_presub() function