Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LFENCE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h504 #define TGSI_OPCODE_LFENCE 164 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c205 { 1, 0, 0, 0, 0, 0, 0, OTHR, "LFENCE", TGSI_OPCODE_LFENCE },
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c898 [TGSI_OPCODE_LFENCE] = aos_unsupported,
1439 [TGSI_OPCODE_LFENCE] = soa_unsupported,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp887 case TGSI_OPCODE_LFENCE: return NV50_IR_SUBOP_MEMBAR(L, GL); in opcodeToSubOp()
3595 case TGSI_OPCODE_LFENCE: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9225 [TGSI_OPCODE_LFENCE] = { ALU_OP0_NOP, tgsi_unsupported},
9423 [TGSI_OPCODE_LFENCE] = { ALU_OP0_NOP, tgsi_unsupported},
9646 [TGSI_OPCODE_LFENCE] = { ALU_OP0_NOP, tgsi_unsupported},