Home
last modified time | relevance | path

Searched refs:slot_size (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_query.c227 uint32_t pool_size, slot_size; in tu_CreateQueryPool() local
234 slot_size = sizeof(struct occlusion_query_slot); in tu_CreateQueryPool()
237 slot_size = sizeof(struct timestamp_query_slot); in tu_CreateQueryPool()
240 slot_size = sizeof(struct primitive_query_slot); in tu_CreateQueryPool()
248 slot_size = sizeof(struct perf_query_slot) + in tu_CreateQueryPool()
258 slot_size = sizeof(struct pipeline_stat_query_slot); in tu_CreateQueryPool()
320 pCreateInfo->queryCount * slot_size, TU_BO_ALLOC_NO_FLAGS); in tu_CreateQueryPool()
337 pool->stride = slot_size; in tu_CreateQueryPool()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set.h604 size_t slot_size) {
608 SanitizerPoisonMemoryRegion(slot, slot_size * capacity);
614 const void* slot, size_t slot_size) {
617 auto* slot_i = static_cast<const char*>(slot) + i * slot_size;
619 SanitizerUnpoisonMemoryRegion(slot_i, slot_size);
621 SanitizerPoisonMemoryRegion(slot_i, slot_size);
629 const void* slot, size_t slot_size) {
630 SetCtrl(i, static_cast<ctrl_t>(h), capacity, ctrl, slot, slot_size);
643 inline size_t AllocSize(size_t capacity, size_t slot_size, size_t slot_align) {
644 return SlotOffset(capacity, slot_align) + capacity * slot_size;
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c186 unsigned slot_size = 16, start = 0; in build_primitive_map() local
188 slot_size = shader->info.tess.tcs_vertices_out * 4; in build_primitive_map()
201 loc += slot_size; in build_primitive_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c130 unsigned slot_size = desc->element_dw_size * 4; in si_upload_descriptors() local
131 unsigned first_slot_offset = desc->first_active_slot * slot_size; in si_upload_descriptors()
132 unsigned upload_size = desc->num_active_slots * slot_size; in si_upload_descriptors()
2235 unsigned slot_size = desc->element_dw_size * 4; in si_get_first_free_bindless_slot() local
2239 REALLOC(desc->list, desc->num_elements * slot_size, new_num_elements * slot_size); in si_get_first_free_bindless_slot()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c352 const unsigned slot_size = state->type_size(glsl_dvec_type(2), false); in lower_load() local
373 offset = nir_iadd_imm(b, offset, slot_size); in lower_load()
462 const unsigned slot_size = state->type_size(glsl_dvec_type(2), false); in lower_store() local
493 offset = nir_iadd_imm(b, offset, slot_size); in lower_store()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c3042 uint32_t slot_size, in v3dv_cmd_buffer_ensure_array_state() argument
3052 const uint32_t bytes = new_slot_count * slot_size; in v3dv_cmd_buffer_ensure_array_state()
3061 memcpy(*ptr, old_buffer, prev_slot_count * slot_size); in v3dv_cmd_buffer_ensure_array_state()
Dv3dv_private.h1066 uint32_t slot_size,
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1003 int slot_size = MIN2(size32 - (i * 4), 4); in add_constant() local
1004 if (tmp->type != datatype || tmp->size32 != slot_size) in add_constant()
1007 slot_size * sizeof(gl_constant_value))) in add_constant()
1022 int slot_size = MIN2(size32 - (i * 4), 4); in add_constant() local
1025 slot_size, datatype); in add_constant()