Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_atomicbuf.c75 if (!prog || !st->pipe->set_shader_buffers || st->has_hw_atomics) in st_bind_atomics()
146 if (st->has_hw_atomics) { in st_bind_cs_atomics()
162 if (!st->has_hw_atomics) in st_bind_hw_atomic_buffers()
Dst_atom_storagebuf.c83 if (!st->has_hw_atomics) in st_bind_ssbos()
Dst_context.h193 boolean has_hw_atomics; member
Dst_context.c406 if (st->has_hw_atomics) in st_init_driver_flags()
451 if (!st->has_hw_atomics && st->ctx->Const.ShaderStorageBufferOffsetAlignment > 4) in st_init_driver_flags()
641 st->has_hw_atomics = in st_create_context_priv()
Dst_glsl_to_nir.cpp552 if (!st->has_hw_atomics && !screen->get_param(screen, PIPE_CAP_NIR_ATOMICS_AS_DEREF)) { in st_glsl_to_nir_post_opts()