/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 201 { 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/ |
D | tgsi_scan.c | 348 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()
|
D | tgsi_dump.c | 677 case TGSI_OPCODE_BGNLOOP: in iter_instruction() 691 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
|
D | tgsi_exec.c | 5493 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 430 #define TGSI_OPCODE_BGNLOOP 99 macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 628 if (inst->op == TGSI_OPCODE_BGNLOOP || in get_temp_registers_required_lifetimes() 654 case TGSI_OPCODE_BGNLOOP: { in get_temp_registers_required_lifetimes()
|
D | st_glsl_to_tgsi.cpp | 1153 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/ |
D | tgsi_dump.c | 636 case TGSI_OPCODE_BGNLOOP: in iter_instruction() 650 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
|
D | tgsi_info.c | 139 { 0, 0, 0, 1, 0, 1, NONE, "BGNLOOP", TGSI_OPCODE_BGNLOOP },
|
D | tgsi_scan.c | 107 case TGSI_OPCODE_BGNLOOP: in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 441 #define TGSI_OPCODE_BGNLOOP 99 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 91 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
|
D | r300_vs_draw.c | 302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP || in transform_inst()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 439 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 749 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2645 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/ |
D | tgsi_to_nir.c | 1558 [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/ |
D | svga_tgsi_insn.c | 2899 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()
|
D | svga_tgsi_vgpu10.c | 577 case TGSI_OPCODE_BGNLOOP: in translate_opcode() 5447 case TGSI_OPCODE_BGNLOOP: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1065 bld_base->op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in si_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 733 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 810 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10349 [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/ |
D | nv50_ir_from_tgsi.cpp | 3670 case TGSI_OPCODE_BGNLOOP: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3763 case TGSI_OPCODE_BGNLOOP: in iter_instruction()
|