Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h72 cf_gds = CF_OP_GDS,
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h572 #define CF_OP_GDS 4 macro
Dr600_asm.c1443 bc->cf_last->op != CF_OP_GDS && in last_inst_was_not_vtx_fetch()
1595 bc->cf_last->op != CF_OP_GDS || in r600_bytecode_add_gds()
1602 bc->cf_last->op = CF_OP_GDS; in r600_bytecode_add_gds()
1915 } else if (cf->op == CF_OP_GDS) { in r600_bytecode_build()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp94 case NST_GDS_CLAUSE: n->bc.set_op(CF_OP_GDS); break; in create_clause()