Home
last modified time | relevance | path

Searched refs:ATOMIC_COUNTER_SIZE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconfig.h172 #define ATOMIC_COUNTER_SIZE 4 macro
Dbufferobj.c4272 if (offset & (ATOMIC_COUNTER_SIZE - 1)) { in bind_buffer_range_atomic_buffer_err()
4275 ATOMIC_COUNTER_SIZE); in bind_buffer_range_atomic_buffer_err()
4906 if (offsets[i] & (ATOMIC_COUNTER_SIZE - 1)) { in bind_atomic_buffers()
4911 i, (int64_t) offsets[i], ATOMIC_COUNTER_SIZE); in bind_atomic_buffers()
Dcontext.c563 consts->MaxAtomicBufferSize = MAX_ATOMIC_COUNTERS * ATOMIC_COUNTER_SIZE; in _mesa_init_constants()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_atomics.c120 unsigned array_stride = ATOMIC_COUNTER_SIZE; in lower_deref_instr()
Dast_to_hir.cpp3861 if (*offset % ATOMIC_COUNTER_SIZE) in apply_layout_qualifier_to_variable()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp375 current_offset += var->type->atomic_size() / ATOMIC_COUNTER_SIZE; in r600_nir_lower_atomics()
379 current_offset = var->type->atomic_size() / ATOMIC_COUNTER_SIZE; in r600_nir_lower_atomics()
Dsfn_shader.cpp530 int natomics = uniform->type->atomic_size() / ATOMIC_COUNTER_SIZE; in scan_uniforms()
/third_party/mesa3d/src/compiler/
Dglsl_types.h1110 return ATOMIC_COUNTER_SIZE; in atomic_size()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c500 c->MaxAtomicBufferSize = ATOMIC_COUNTER_SIZE * in st_init_limits()