Home
last modified time | relevance | path

Searched refs:variable_count (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c370 VkDescriptorSetVariableDescriptorCountLayoutSupport *variable_count = vk_find_struct( in radv_GetDescriptorSetLayoutSupport() local
374 if (variable_count) { in radv_GetDescriptorSetLayoutSupport()
375 variable_count->maxVariableDescriptorCount = 0; in radv_GetDescriptorSetLayoutSupport()
454 if (variable_flags && binding->binding < variable_flags->bindingCount && variable_count && in radv_GetDescriptorSetLayoutSupport()
457 variable_count->maxVariableDescriptorCount = MIN2(UINT32_MAX, max_count); in radv_GetDescriptorSetLayoutSupport()
613 struct radv_descriptor_set_layout *layout, const uint32_t *variable_count, in radv_descriptor_set_create()
621 if (variable_count) { in radv_descriptor_set_create()
625 layout->binding[layout->binding_count - 1].buffer_offset + *variable_count * stride; in radv_descriptor_set_create()
658 if (variable_count) { in radv_descriptor_set_create()
664 layout_size = layout->binding[layout->binding_count - 1].offset + *variable_count * strid in radv_descriptor_set_create()
612 radv_descriptor_set_create(struct radv_device *device, struct radv_descriptor_pool *pool, struct radv_descriptor_set_layout *layout, const uint32_t *variable_count, struct radv_descriptor_set **out_set) radv_descriptor_set_create() argument
965 const uint32_t *variable_count = NULL; radv_AllocateDescriptorSets() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c296 VkDescriptorSetVariableDescriptorCountLayoutSupport *variable_count = in tu_GetDescriptorSetLayoutSupport() local
305 if (variable_count) { in tu_GetDescriptorSetLayoutSupport()
306 variable_count->maxVariableDescriptorCount = 0; in tu_GetDescriptorSetLayoutSupport()
353 variable_count && in tu_GetDescriptorSetLayoutSupport()
356 variable_count->maxVariableDescriptorCount = in tu_GetDescriptorSetLayoutSupport()
502 const uint32_t *variable_count, in tu_descriptor_set_create()
533 if (variable_count) { in tu_descriptor_set_create()
537 *variable_count * stride; in tu_descriptor_set_create()
820 const uint32_t *variable_count = NULL; in tu_AllocateDescriptorSets() local
823 variable_count in tu_AllocateDescriptorSets()
499 tu_descriptor_set_create(struct tu_device *device, struct tu_descriptor_pool *pool, struct tu_descriptor_set_layout *layout, const uint32_t *variable_count, struct tu_descriptor_set **out_set) tu_descriptor_set_create() argument
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1622 uint32_t variable_count; in DeserializeContexts() local
1623 if (!deserializer_.ReadUint32(&variable_count)) { in DeserializeContexts()
1629 CreateScopeInfo(variable_count, parent_context_id > 0, in DeserializeContexts()
1642 const int context_local_info_base = context_local_base + variable_count; in DeserializeContexts()
1644 variable_index < static_cast<int>(variable_count); ++variable_index) { in DeserializeContexts()
1680 variable_index < static_cast<int>(variable_count); ++variable_index) { in DeserializeContexts()
1690 uint32_t variable_count, bool has_parent, ContextType context_type) { in CreateScopeInfo()
1739 (has_parent ? 1 : 0) + 2 * variable_count; in CreateScopeInfo()
1748 raw.set_context_local_count(variable_count); in CreateScopeInfo()
1689 CreateScopeInfo( uint32_t variable_count, bool has_parent, ContextType context_type) CreateScopeInfo() argument
H A Dweb-snapshot.h317 Handle<ScopeInfo> CreateScopeInfo(uint32_t variable_count, bool has_parent,
/third_party/glfw/deps/
H A Dnuklear.h17937 int variable_count = 0; in nk_layout_row_template_end() local
17962 variable_count++; in nk_layout_row_template_end()
17965 variable_count++; in nk_layout_row_template_end()
17968 if (variable_count) { in nk_layout_row_template_end()
17971 float var_width = (NK_MAX(space-min_fixed_width,0.0f)) / (float)variable_count; in nk_layout_row_template_end()

Completed in 49 milliseconds