Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp76 deBool updateAfterBind, in buildShaderName()
DvktDescriptorSetsIndexingTests.cpp127 bool updateAfterBind; // whether a test will use update after bind feature member
145 bool updateAfterBind; member
4382 for (int updateAfterBind = 0; updateAfterBind < 2; ++updateAfterBind) in descriptorIndexingDescriptorSetsCreateTests() local
4450 for (int updateAfterBind = 0; updateAfterBind < 2; ++updateAfterBind) in descriptorIndexingDescriptorSetsCreateTests() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp1666 …const bool updateAfterBind = ((createFlags & VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_B… in makeOrCheckDescriptorSetLayout() local
3124 const bool updateAfterBind = (m_params.updateMoment == UpdateMoment::UPDATE_AFTER_BIND); in iterate() local
DvktBindingDescriptorSetRandomTests.cpp2196 bool updateAfterBind = !!(bindingsFlags[b] & VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT); in iterate() local