Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_atomicbuf.c74 if (!prog || !st->pipe->set_shader_buffers || st->has_hw_atomics) in st_bind_atomics()
144 if (st->has_hw_atomics) { in st_bind_cs_atomics()
160 if (!st->has_hw_atomics) in st_bind_hw_atomic_buffers()
Dst_atom_storagebuf.c84 if (!st->has_hw_atomics) in st_bind_ssbos()
Dst_context.h196 boolean has_hw_atomics; member
Dst_context.c494 if (st->has_hw_atomics) in st_init_driver_flags()
736 st->has_hw_atomics = in st_create_context_priv()
Dst_glsl_to_nir.cpp571 if (!st->has_hw_atomics && !screen->get_param(screen, PIPE_CAP_NIR_ATOMICS_AS_DEREF)) in st_glsl_to_nir_post_opts()
Dst_glsl_to_tgsi.cpp3491 bool has_hw_atomics = st_context(ctx)->has_hw_atomics; in visit_atomic_counter_intrinsic() local
3500 if (has_hw_atomics) { in visit_atomic_counter_intrinsic()
7035 if (!st_context(ctx)->has_hw_atomics) { in st_translate_program()