Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c1078 case TGSI_OPCODE_BARRIER: in get_block_tessfactor_writemask()
1133 case TGSI_OPCODE_BARRIER: in get_if_block_tessfactor_writemask()
1218 case TGSI_OPCODE_BARRIER: in tgsi_scan_tess_ctrl()
Dtgsi_exec.c5922 case TGSI_OPCODE_BARRIER: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h514 TGSI_OPCODE_BARRIER = 166, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1537 if (insn.getOpcode() == TGSI_OPCODE_BARRIER) in scanInstruction()
3787 case TGSI_OPCODE_BARRIER: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4565 bld.bld_base.op_actions[TGSI_OPCODE_BARRIER].emit = barrier_emit; in lp_build_tgsi_soa()
4607 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.c2155 case TGSI_OPCODE_BARRIER: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c961 case TGSI_OPCODE_BARRIER: in translate_opcode()
9530 case TGSI_OPCODE_BARRIER: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11923 [TGSI_OPCODE_BARRIER] = { ALU_OP0_NOP, tgsi_unsupported},
12120 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
12347 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4802 emit_asm(ir, TGSI_OPCODE_BARRIER); in visit()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3194 - tgsi_to_nir: handle TGSI_OPCODE_BARRIER