Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h566 #define CF_OP_GDS 4 macro
Dr600_asm.c1457 bc->cf_last->op != CF_OP_GDS || in r600_bytecode_add_gds()
1464 bc->cf_last->op = CF_OP_GDS; in r600_bytecode_add_gds()
1766 } else if (cf->op == CF_OP_GDS) { in r600_bytecode_build()
Dr600_shader.c3654 …_last->op == CF_OP_CALL_FS || ctx.bc->cf_last->op == CF_OP_POP || ctx.bc->cf_last->op == CF_OP_GDS) in r600_shader_from_tgsi()