Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_BARRIER (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c1080 case TGSI_OPCODE_BARRIER: in get_block_tessfactor_writemask()
1135 case TGSI_OPCODE_BARRIER: in get_if_block_tessfactor_writemask()
1220 case TGSI_OPCODE_BARRIER: in tgsi_scan_tess_ctrl()
Dtgsi_exec.c5843 case TGSI_OPCODE_BARRIER: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h515 TGSI_OPCODE_BARRIER = 166, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1537 if (insn.getOpcode() == TGSI_OPCODE_BARRIER) in scanInstruction()
3793 case TGSI_OPCODE_BARRIER: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4572 bld.bld_base.op_actions[TGSI_OPCODE_BARRIER].emit = barrier_emit; in lp_build_tgsi_soa()
4614 bld.bld_base.op_actions[TGSI_OPCODE_BARRIER].emit = barrier_emit_tcs; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2159 case TGSI_OPCODE_BARRIER: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11951 [TGSI_OPCODE_BARRIER] = { ALU_OP0_NOP, tgsi_unsupported},
12148 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
12375 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1036 case TGSI_OPCODE_BARRIER: in translate_opcode()
11169 case TGSI_OPCODE_BARRIER: in emit_instruction()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3194 - tgsi_to_nir: handle TGSI_OPCODE_BARRIER