Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp326 bool validateStructsWithGuard(const QueryMemberTableEntry *queryMemberTableEntry, Type *vec[2], in validateStructsWithGuard() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp5938 if (!validateStructsWithGuard(feature11OffsetTable, vulkan11Features, GUARD_VALUE, GUARD_SIZE)) in deviceFeaturesVulkan12()
5946 if (!validateStructsWithGuard(feature12OffsetTable, vulkan12Features, GUARD_VALUE, GUARD_SIZE)) in deviceFeaturesVulkan12()
6038 if (!validateStructsWithGuard(feature13OffsetTable, vulkan13Features, GUARD_VALUE, GUARD_SIZE)) in deviceFeaturesVulkan13()
6192 …if (!validateStructsWithGuard(properties11OffsetTable, vulkan11Properties, GUARD_VALUE, GUARD_SIZE… in devicePropertiesVulkan12()
6200 …if (!validateStructsWithGuard(properties12OffsetTable, vulkan12Properties, GUARD_VALUE, GUARD_SIZE… in devicePropertiesVulkan12()
6325 …if (!validateStructsWithGuard(properties13OffsetTable, vulkan13Properties, GUARD_VALUE, GUARD_SIZE… in devicePropertiesVulkan13()