HomeSort by relevance Sort by last modified time
    Searched refs:is_atomic (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_legalize.c 201 } else if (is_atomic(n->opc)) {
208 if (is_ssbo(n->opc) || (is_atomic(n->opc) && (n->flags & IR3_INSTR_G)))
ir3_cp.c 206 if (is_atomic(instr->opc) && (n != 0))
209 if (is_atomic(instr->opc) && !(instr->flags & IR3_INSTR_G))
instr-a3xx.h 809 static inline bool is_atomic(opc_t opc) function
disasm-a3xx.c 635 if (is_atomic(_OPC(6, cat6->opc))) {
ir3.c 509 if (is_atomic(instr->opc)) {
  /external/mesa3d/src/compiler/glsl/
ast_function.cpp 332 bool is_atomic = is_atomic_function(func_name); local
333 if (is_atomic) {
    [all...]

Completed in 1368 milliseconds