Searched refs:TGSI_OPCODE_MFENCE (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 503 #define TGSI_OPCODE_MFENCE 163 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 204 { 1, 0, 0, 0, 0, 0, 0, OTHR, "MFENCE", TGSI_OPCODE_MFENCE },
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 897 [TGSI_OPCODE_MFENCE] = aos_unsupported, 1438 [TGSI_OPCODE_MFENCE] = soa_unsupported,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 889 case TGSI_OPCODE_MFENCE: return NV50_IR_SUBOP_MEMBAR(M, GL); in opcodeToSubOp() 3594 case TGSI_OPCODE_MFENCE: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9224 [TGSI_OPCODE_MFENCE] = { ALU_OP0_NOP, tgsi_unsupported}, 9422 [TGSI_OPCODE_MFENCE] = { ALU_OP0_NOP, tgsi_unsupported}, 9645 [TGSI_OPCODE_MFENCE] = { ALU_OP0_NOP, tgsi_unsupported},
|