Home
last modified time | relevance | path

Searched refs:ALU_OP0_GROUP_BARRIER (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h279 #define ALU_OP0_GROUP_BARRIER 79 macro
Dr600_asm.c301 …lu(alu->op)->flags & (AF_KILL | AF_PRED) || alu->is_lds_idx_op || alu->op == ALU_OP0_GROUP_BARRIER; in is_alu_once_inst()
Dr600_shader.c12148 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
12375 [TGSI_OPCODE_BARRIER] = { ALU_OP0_GROUP_BARRIER, tgsi_barrier},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1297 {op0_group_barrier, ALU_OP0_GROUP_BARRIER},