Searched refs:tgsi_endif (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 215 static int tgsi_endif(struct r600_shader_ctx *ctx); 370 tgsi_endif(ctx); in r600_break_from_byte_stream() 394 tgsi_endif(ctx); in r600_fc_from_byte_stream() 5095 static int tgsi_endif(struct r600_shader_ctx *ctx) in tgsi_endif() function 5322 {TGSI_OPCODE_ENDIF, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_endif}, 5496 {TGSI_OPCODE_ENDIF, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_endif}, 5670 {TGSI_OPCODE_ENDIF, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_endif},
|