Home
last modified time | relevance | path

Searched refs:descriptorUpdateEntryCount (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c890 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]); in anv_CreateDescriptorUpdateTemplateKHR()
901 template->entry_count = pCreateInfo->descriptorUpdateEntryCount; in anv_CreateDescriptorUpdateTemplateKHR()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp1342 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsBefore[i]->size(); in iterate()
1355 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)templateVectorsAfter[i]->size(); in iterate()
DvktBindingShaderAccessTests.cpp1769 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
2654 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
4474 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
4929 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
6064 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeSamplerDescriptorSetWithTemplate()
6153 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeImageSamplerDescriptorSetWithTemplate()
6719 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeSamplerDescriptorSetWithTemplate()
6871 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeImageSamplerDescriptorSetWithTemplate()
8272 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
8728 templateCreateInfo.descriptorUpdateEntryCount = (deUint32)updateEntries.size(); in writeDescriptorSetWithTemplate()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1791 …inline_infos.resize(create_info.descriptorUpdateEntryCount); // Make sure we have one if we need … in DecodedTemplateUpdate()
1792 …desc_writes.reserve(create_info.descriptorUpdateEntryCount); // emplaced, so reserved without ini… in DecodedTemplateUpdate()
1799 for (uint32_t i = 0; i < create_info.descriptorUpdateEntryCount; i++) { in DecodedTemplateUpdate()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c839 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount; in radv_CreateDescriptorUpdateTemplateKHR()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1601 deUint32 descriptorUpdateEntryCount; member
DvkVulkan_c.inl4098 deUint32 descriptorUpdateEntryCount; member
DvkStrUtilImpl.inl4439 s << "\tdescriptorUpdateEntryCount = " << value.descriptorUpdateEntryCount << '\n';
/external/mesa3d/include/vulkan/
Dvulkan.h4654 uint32_t descriptorUpdateEntryCount; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4242 uint32_t descriptorUpdateEntryCount; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4242 uint32_t descriptorUpdateEntryCount; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4409 uint32_t descriptorUpdateEntryCount; member
Dvulkan.hpp24097 , descriptorUpdateEntryCount( descriptorUpdateEntryCount_ ) in DescriptorUpdateTemplateCreateInfo()
24131 descriptorUpdateEntryCount = descriptorUpdateEntryCount_; in setDescriptorUpdateEntryCount()
24186 && ( descriptorUpdateEntryCount == rhs.descriptorUpdateEntryCount ) in operator ==()
24206 uint32_t descriptorUpdateEntryCount; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h4362 uint32_t descriptorUpdateEntryCount; member
Dvulkan.hpp21409 , descriptorUpdateEntryCount( descriptorUpdateEntryCount_ ) in DescriptorUpdateTemplateCreateInfo()
21443 descriptorUpdateEntryCount = descriptorUpdateEntryCount_; in setDescriptorUpdateEntryCount()
21498 && ( descriptorUpdateEntryCount == rhs.descriptorUpdateEntryCount ) in operator ==()
21518 uint32_t descriptorUpdateEntryCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4095 uint32_t descriptorUpdateEntryCount; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp16225 update_template_ci.descriptorUpdateEntryCount = 1; in TEST_F()
16255 push_template_ci.descriptorUpdateEntryCount = 1; in TEST_F()
29244 create_info.descriptorUpdateEntryCount = 1; in TEST_F()