Searched refs:TGSI_OPCODE_MEMBAR (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 152 { 0, 1, 0, 0, 0, 0, OTHR, "MEMBAR", TGSI_OPCODE_MEMBAR }, 500 case TGSI_OPCODE_MEMBAR: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 284 case TGSI_OPCODE_MEMBAR: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 198 case TGSI_OPCODE_MEMBAR: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6171 case TGSI_OPCODE_MEMBAR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 464 TGSI_OPCODE_MEMBAR = 112, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 447 #define TGSI_OPCODE_MEMBAR 112 macro
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.3.rst | 117 - tgsi: fix the src type of TGSI_OPCODE_MEMBAR
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3651 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3658 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3662 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3666 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3670 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3674 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 4564 bld.bld_base.op_actions[TGSI_OPCODE_MEMBAR].emit = membar_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3731 case TGSI_OPCODE_MEMBAR: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11785 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_NOP, tgsi_unsupported}, 11982 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier}, 12208 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5295 case TGSI_OPCODE_MEMBAR: { in iter_instruction()
|