Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IF (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp108 { TGSI_OPCODE_IF, {}, {in1}, {}}, in TEST_F()
128 { TGSI_OPCODE_IF, {}, {in1}, {}}, in TEST_F()
132 { TGSI_OPCODE_IF, {}, {2}, {}}, in TEST_F()
151 { TGSI_OPCODE_IF, {}, {in1}, {} }, in TEST_F()
172 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
195 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
219 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
241 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
264 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
267 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
[all …]
Dtest_glsl_to_tgsi_array_merge.cpp799 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
820 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
840 { TGSI_OPCODE_IF, {}, {1}, {}}, in TEST_F()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c204 case TGSI_OPCODE_IF: in tgsi_transform_shader()
Dtgsi_scan.c350 case TGSI_OPCODE_IF: in scan_instruction()
1067 case TGSI_OPCODE_IF: in get_block_tessfactor_writemask()
1120 case TGSI_OPCODE_IF: in get_if_block_tessfactor_writemask()
1206 case TGSI_OPCODE_IF: in tgsi_scan_tess_ctrl()
Dtgsi_util.c121 case TGSI_OPCODE_IF: in tgsi_util_get_inst_usage_mask()
Dtgsi_dump.c658 case TGSI_OPCODE_IF: in iter_instruction()
672 if (inst->Instruction.Opcode == TGSI_OPCODE_IF || in iter_instruction()
Dtgsi_exec.c5354 case TGSI_OPCODE_IF: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h419 TGSI_OPCODE_IF = 74, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c300 (inst->Instruction.Opcode == TGSI_OPCODE_IF || in transform_inst()
Dr300_tgsi_to_rc.c92 case TGSI_OPCODE_IF: return RC_OPCODE_IF; in translate_opcode()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp1141 inst->op == TGSI_OPCODE_IF || in get_temp_registers_required_live_ranges()
1176 case TGSI_OPCODE_IF: in get_temp_registers_required_live_ranges()
Dst_glsl_to_tgsi.cpp4761 if_opcode = native_integers ? TGSI_OPCODE_UIF : TGSI_OPCODE_IF; in visit()
5295 case TGSI_OPCODE_IF: in copy_propagate()
5474 case TGSI_OPCODE_IF: in eliminate_dead_code()
6233 case TGSI_OPCODE_IF: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c442 case TGSI_OPCODE_IF: in analyse_instruction()
Dlp_bld_tgsi_aos.c745 case TGSI_OPCODE_IF: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2698 opcode == TGSI_OPCODE_IF || in near_end_of_shader()
4516 bld.bld_base.op_actions[TGSI_OPCODE_IF].emit = if_emit; in lp_build_tgsi_soa()
Dlp_bld_tgsi_action.c1179 bld_base->op_actions[TGSI_OPCODE_IF].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1849 [TGSI_OPCODE_IF] = 0,
2123 case TGSI_OPCODE_IF: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2890 case TGSI_OPCODE_IF: in svga_emit_instruction()
3507 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c823 case TGSI_OPCODE_IF: in translate_opcode()
9397 case TGSI_OPCODE_IF: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c761 case TGSI_OPCODE_IF: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c687 case TGSI_OPCODE_IF: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp306 case TGSI_OPCODE_IF: in srcMask()
3608 case TGSI_OPCODE_IF: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11831 [TGSI_OPCODE_IF] = { ALU_OP0_NOP, tgsi_if},
12029 [TGSI_OPCODE_IF] = { ALU_OP0_NOP, tgsi_if},
12256 [TGSI_OPCODE_IF] = { ALU_OP0_NOP, tgsi_if},