Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MEMBAR (Results 1 – 12 of 12) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c152 { 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/
Dtgsi_info.c284 case TGSI_OPCODE_MEMBAR: in tgsi_opcode_infer_src_type()
Dtgsi_util.c198 case TGSI_OPCODE_MEMBAR: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6171 case TGSI_OPCODE_MEMBAR: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h464 TGSI_OPCODE_MEMBAR = 112, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h447 #define TGSI_OPCODE_MEMBAR 112 macro
/external/mesa3d/docs/relnotes/
D13.0.3.rst117 - tgsi: fix the src type of TGSI_OPCODE_MEMBAR
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3651 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/
Dlp_bld_tgsi_soa.c4564 bld.bld_base.op_actions[TGSI_OPCODE_MEMBAR].emit = membar_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3731 case TGSI_OPCODE_MEMBAR: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11785 [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/
Dvrend_shader.c5295 case TGSI_OPCODE_MEMBAR: { in iter_instruction()