Searched refs:max_storage_buffers (Results 1 – 2 of 2) sorted by relevance
798 const uint32_t max_storage_buffers = 12; in v3dv_GetPhysicalDeviceProperties() local840 .maxPerStageDescriptorStorageBuffers = max_storage_buffers, in v3dv_GetPhysicalDeviceProperties()850 .maxDescriptorSetStorageBuffers = 6 * max_storage_buffers, in v3dv_GetPhysicalDeviceProperties()885 max_storage_buffers + in v3dv_GetPhysicalDeviceProperties()
578 …uint32_t max_storage_buffers = m_device->phy().properties().limits.maxPerStageDescriptorStorageBuf… in TEST_F() local595 …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() local950 if (dslb.descriptorCount > max_storage_buffers) { in TEST_F()975 if (dslb.descriptorCount > max_storage_buffers) { in TEST_F()