Home
last modified time | relevance | path

Searched refs:max_storage_buffers (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c798 const uint32_t max_storage_buffers = 12; in v3dv_GetPhysicalDeviceProperties() local
840 .maxPerStageDescriptorStorageBuffers = max_storage_buffers, in v3dv_GetPhysicalDeviceProperties()
850 .maxDescriptorSetStorageBuffers = 6 * max_storage_buffers, in v3dv_GetPhysicalDeviceProperties()
885 max_storage_buffers + in v3dv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp578 …uint32_t max_storage_buffers = m_device->phy().properties().limits.maxPerStageDescriptorStorageBuf… in TEST_F() local
595 …if (UINT32_MAX == std::max({max_uniform_buffers, max_storage_buffers, max_sampled_images, max_stor… in TEST_F()
683 dslb.descriptorCount = max_storage_buffers + 1; in TEST_F()
809 …uint32_t max_storage_buffers = m_device->phy().properties().limits.maxPerStageDescriptorStorageBuf… in TEST_F() local
950 if (dslb.descriptorCount > max_storage_buffers) { in TEST_F()
975 if (dslb.descriptorCount > max_storage_buffers) { in TEST_F()