Searched refs:ATOMIC_COUNTER_SIZE (Results 1 – 9 of 9) sorted by relevance
172 #define ATOMIC_COUNTER_SIZE 4 macro
4272 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()
563 consts->MaxAtomicBufferSize = MAX_ATOMIC_COUNTERS * ATOMIC_COUNTER_SIZE; in _mesa_init_constants()
120 unsigned array_stride = ATOMIC_COUNTER_SIZE; in lower_deref_instr()
3861 if (*offset % ATOMIC_COUNTER_SIZE) in apply_layout_qualifier_to_variable()
375 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()
530 int natomics = uniform->type->atomic_size() / ATOMIC_COUNTER_SIZE; in scan_uniforms()
1110 return ATOMIC_COUNTER_SIZE; in atomic_size()
500 c->MaxAtomicBufferSize = ATOMIC_COUNTER_SIZE * in st_init_limits()