Home
last modified time | relevance | path

Searched refs:emit_atomic_read (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.h67 static bool emit_atomic_read(nir_intrinsic_instr *intr, Shader& shader);
Dsfn_instr_mem.cpp108 return emit_atomic_read(intr, shader); in emit_atomic_counter()
227 bool GDSInstr::emit_atomic_read(nir_intrinsic_instr *instr, Shader& shader) in emit_atomic_read() function in r600::GDSInstr