Searched refs:TGSI_OPCODE_BRK (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 245 { TGSI_OPCODE_BRK}, in TEST_F() 461 { TGSI_OPCODE_BRK}, in TEST_F() 493 { TGSI_OPCODE_BRK}, in TEST_F() 512 { TGSI_OPCODE_BRK}, in TEST_F() 515 { TGSI_OPCODE_BRK}, in TEST_F() 535 { TGSI_OPCODE_BRK}, in TEST_F() 554 { TGSI_OPCODE_BRK}, in TEST_F() 558 { TGSI_OPCODE_BRK}, in TEST_F() 583 { TGSI_OPCODE_BRK}, in TEST_F() 643 { TGSI_OPCODE_BRK }, in TEST_F() [all …]
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 403 #define TGSI_OPCODE_BRK 73 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 415 #define TGSI_OPCODE_BRK 73 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 89 case TGSI_OPCODE_BRK: return RC_OPCODE_BRK; in translate_opcode()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 113 { 0, 0, 0, 0, 0, 0, NONE, "BRK", TGSI_OPCODE_BRK },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 440 case TGSI_OPCODE_BRK: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 742 case TGSI_OPCODE_BRK: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 704 boolean ft_into = (opcode != TGSI_OPCODE_BRK && in lp_exec_default() 3872 bld.bld_base.op_actions[TGSI_OPCODE_BRK].emit = brk_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 747 case TGSI_OPCODE_BRK: { in get_temp_registers_required_lifetimes()
|
D | st_glsl_to_tgsi.cpp | 1165 emit_asm(NULL, TGSI_OPCODE_BRK); in visit() 5087 case TGSI_OPCODE_BRK: in eliminate_dead_code()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1532 [TGSI_OPCODE_BRK] = 0, 1796 case TGSI_OPCODE_BRK: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1066 bld_base->op_actions[TGSI_OPCODE_BRK].emit = brk_emit; in si_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 756 case TGSI_OPCODE_BRK: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 820 case TGSI_OPCODE_BRK: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 547 case TGSI_OPCODE_BRK: in translate_opcode() 5448 case TGSI_OPCODE_BRK: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2903 case TGSI_OPCODE_BRK: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10323 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont}, 10521 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont}, 10743 [TGSI_OPCODE_BRK] = { CF_OP_LOOP_BREAK, tgsi_loop_brk_cont},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3704 case TGSI_OPCODE_BRK: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3773 case TGSI_OPCODE_BRK: in iter_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 5532 case TGSI_OPCODE_BRK: in exec_instruction()
|