Searched refs:TGSI_OPCODE_MEMBAR (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 269 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 | 5945 case TGSI_OPCODE_MEMBAR: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 445 #define TGSI_OPCODE_MEMBAR 112 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 456 #define TGSI_OPCODE_MEMBAR 112 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 152 { 0, 1, 0, 0, 0, 0, OTHR, "MEMBAR", TGSI_OPCODE_MEMBAR },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3479 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3486 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3490 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3494 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3498 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic() 3502 emit_asm(ir, TGSI_OPCODE_MEMBAR, undef_dst, in visit_membar_intrinsic()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10362 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_NOP, tgsi_unsupported}, 10559 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier}, 10781 [TGSI_OPCODE_MEMBAR] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3802 case TGSI_OPCODE_MEMBAR: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3878 case TGSI_OPCODE_MEMBAR: { in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 5899 bld_base->op_actions[TGSI_OPCODE_MEMBAR].emit = membar_emit; in si_init_shader_ctx()
|