Home
last modified time | relevance | path

Searched defs:is_atomic (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp332 bool is_atomic = is_atomic_function(func_name); in verify_parameter_modes() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dinstr-a3xx.h809 static inline bool is_atomic(opc_t opc) in is_atomic() function