Searched refs:TGSI_OPCODE_BARRIER (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 1079 case TGSI_OPCODE_BARRIER: in get_block_tessfactor_writemask() 1134 case TGSI_OPCODE_BARRIER: in get_if_block_tessfactor_writemask() 1219 case TGSI_OPCODE_BARRIER: in tgsi_scan_tess_ctrl()
|
D | tgsi_exec.c | 6170 case TGSI_OPCODE_BARRIER: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 520 TGSI_OPCODE_BARRIER = 166, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 502 #define TGSI_OPCODE_BARRIER 166 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 207 { 0, 0, 0, 0, 0, 0, OTHR, "BARRIER", TGSI_OPCODE_BARRIER },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 4565 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()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1516 if (insn.getOpcode() == TGSI_OPCODE_BARRIER) in scanInstruction() 3726 case TGSI_OPCODE_BARRIER: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 2156 case TGSI_OPCODE_BARRIER: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 961 case TGSI_OPCODE_BARRIER: in translate_opcode() 9475 case TGSI_OPCODE_BARRIER: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11839 [TGSI_OPCODE_BARRIER] = { ALU_OP0_NOP, tgsi_unsupported}, 12036 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier}, 12262 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4722 emit_asm(ir, TGSI_OPCODE_BARRIER); in visit()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5292 case TGSI_OPCODE_BARRIER: in iter_instruction()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3194 - tgsi_to_nir: handle TGSI_OPCODE_BARRIER
|