Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp89 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
107 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
126 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
149 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
150 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
171 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
194 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
218 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
240 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
263 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
[all …]
Dtest_glsl_to_tgsi_array_merge.cpp783 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
797 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
798 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
818 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
819 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
838 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
839 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
841 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
860 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
863 { TGSI_OPCODE_BGNLOOP }, in TEST_F()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c207 case TGSI_OPCODE_BGNLOOP: in tgsi_transform_shader()
Dtgsi_scan.c352 case TGSI_OPCODE_BGNLOOP: in scan_instruction()
1074 case TGSI_OPCODE_BGNLOOP: in get_block_tessfactor_writemask()
1129 case TGSI_OPCODE_BGNLOOP: in get_if_block_tessfactor_writemask()
1214 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()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h449 TGSI_OPCODE_BGNLOOP = 99, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h432 #define TGSI_OPCODE_BGNLOOP 99 macro
/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/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/drivers/softpipe/
Dsp_state_shader.c133 info.opcode_count[TGSI_OPCODE_BGNLOOP], in softpipe_shader_db()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp1138 if (inst->op == TGSI_OPCODE_BGNLOOP || in get_temp_registers_required_live_ranges()
1165 case TGSI_OPCODE_BGNLOOP: { in get_temp_registers_required_live_ranges()
Dst_glsl_to_tgsi.cpp1217 emit_asm(NULL, TGSI_OPCODE_BGNLOOP); in visit()
5002 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_write()
5034 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_read()
5069 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_last_temp_read_first_temp_write()
5100 if (inst->op == TGSI_OPCODE_BGNLOOP) in get_last_temp_write()
5209 case TGSI_OPCODE_BGNLOOP: in copy_propagate()
5361 case TGSI_OPCODE_BGNLOOP: in eliminate_dead_code()
6150 case TGSI_OPCODE_BGNLOOP: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c445 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.c2700 opcode == TGSI_OPCODE_BGNLOOP || in near_end_of_shader()
4502 bld.bld_base.op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2899 case TGSI_OPCODE_BGNLOOP: in svga_emit_instruction()
3510 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_common_immediate()
3535 return (emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1); in needs_to_create_loop_const()
Dsvga_tgsi_vgpu10.c851 case TGSI_OPCODE_BGNLOOP: in translate_opcode()
8860 if (inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in emit_simple()
9228 case TGSI_OPCODE_BGNLOOP: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1877 [TGSI_OPCODE_BGNLOOP] = 0,
2140 case TGSI_OPCODE_BGNLOOP: in ttn_emit_instruction()
/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/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3597 case TGSI_OPCODE_BGNLOOP: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11772 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
11969 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
12195 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},

12