Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c802 const uint32_t max_input_attachments = 4; in v3dv_GetPhysicalDeviceProperties() local
803 assert(max_sampled_images + max_storage_images + max_input_attachments in v3dv_GetPhysicalDeviceProperties()
843 .maxPerStageDescriptorInputAttachments = max_input_attachments, in v3dv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp583 …uint32_t max_input_attachments = m_device->phy().properties().limits.maxPerStageDescriptorInputAtt… in TEST_F() local
782 dslb.descriptorCount = 1 + max_input_attachments; in TEST_F()
813 …uint32_t max_input_attachments = m_device->phy().properties().limits.maxPerStageDescriptorInputAtt… in TEST_F() local
1067 if (dslb.descriptorCount > max_input_attachments) { in TEST_F()