Home
last modified time | relevance | path

Searched defs:updateAfterBind (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp103 bool updateAfterBind; // whether a test will use update after bind feature member
118 bool updateAfterBind; member
4547 for (int updateAfterBind = 0; updateAfterBind < 2; ++updateAfterBind) in descriptorIndexingDescriptorSetsCreateTests() local
H A DvktDescriptorSetsIndexingTestsUtils.cpp71 …buildShaderName(VkShaderStageFlagBits stage, VkDescriptorType descriptorType, bool updateAfterBind, in buildShaderName()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp1728 …const bool updateAfterBind = ((createFlags & VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POO… in makeOrCheckDescriptorSetLayout() local
3217 const bool updateAfterBind = (m_params.updateMoment == UpdateMoment::UPDATE_AFTER_BIND); in iterate() local
H A DvktBindingDescriptorSetRandomTests.cpp2226 … bool updateAfterBind = !!(bindingsFlags[b] & VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT); in iterate() local