Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_BGNLOOP (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp201 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
219 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
238 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
261 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
262 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
283 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
306 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
328 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
348 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
367 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c348 case TGSI_OPCODE_BGNLOOP: in scan_instruction()
1024 case TGSI_OPCODE_BGNLOOP: in get_block_tessfactor_writemask()
1071 case TGSI_OPCODE_BGNLOOP: in get_if_block_tessfactor_writemask()
1151 case TGSI_OPCODE_BGNLOOP: in tgsi_scan_tess_ctrl()
Dtgsi_dump.c677 case TGSI_OPCODE_BGNLOOP: in iter_instruction()
691 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
Dtgsi_exec.c5493 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h430 #define TGSI_OPCODE_BGNLOOP 99 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp628 if (inst->op == TGSI_OPCODE_BGNLOOP || in get_temp_registers_required_lifetimes()
654 case TGSI_OPCODE_BGNLOOP: { in get_temp_registers_required_lifetimes()
Dst_glsl_to_tgsi.cpp1153 emit_asm(NULL, TGSI_OPCODE_BGNLOOP); in visit()
4725 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_write()
4757 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_read()
4792 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_last_temp_read_first_temp_write()
4823 if (inst->op == TGSI_OPCODE_BGNLOOP) in get_last_temp_write()
4932 case TGSI_OPCODE_BGNLOOP: in copy_propagate()
5084 case TGSI_OPCODE_BGNLOOP: in eliminate_dead_code()
5816 case TGSI_OPCODE_BGNLOOP: in compile_tgsi_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c636 case TGSI_OPCODE_BGNLOOP: in iter_instruction()
650 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
Dtgsi_info.c139 { 0, 0, 0, 1, 0, 1, NONE, "BGNLOOP", TGSI_OPCODE_BGNLOOP },
Dtgsi_scan.c107 case TGSI_OPCODE_BGNLOOP: in tgsi_scan_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h441 #define TGSI_OPCODE_BGNLOOP 99 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c91 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
Dr300_vs_draw.c302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP || in transform_inst()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c439 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
Dlp_bld_tgsi_aos.c749 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2645 opcode == TGSI_OPCODE_BGNLOOP || in near_end_of_shader()
3870 bld.bld_base.op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1558 [TGSI_OPCODE_BGNLOOP] = 0,
1792 case TGSI_OPCODE_BGNLOOP: in ttn_emit_instruction()
1943 scan.opcode_count[TGSI_OPCODE_BGNLOOP]); in tgsi_to_nir()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2899 case TGSI_OPCODE_BGNLOOP: in svga_emit_instruction()
3509 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_common_immediate()
3534 return (emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1); in needs_to_create_loop_const()
Dsvga_tgsi_vgpu10.c577 case TGSI_OPCODE_BGNLOOP: in translate_opcode()
5447 case TGSI_OPCODE_BGNLOOP: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1065 bld_base->op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in si_llvm_context_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c733 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c810 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10349 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
10546 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
10768 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3670 case TGSI_OPCODE_BGNLOOP: in handleInstruction()
/external/virglrenderer/src/
Dvrend_shader.c3763 case TGSI_OPCODE_BGNLOOP: in iter_instruction()