Searched refs:IS_CORE_FEATURE_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 67 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ macro 76 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, robustBufferAccess); in isCoreFeaturesSupported() 77 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32); in isCoreFeaturesSupported() 78 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray); in isCoreFeaturesSupported() 79 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend); in isCoreFeaturesSupported() 80 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, geometryShader); in isCoreFeaturesSupported() 81 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, tessellationShader); in isCoreFeaturesSupported() 82 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sampleRateShading); in isCoreFeaturesSupported() 83 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, dualSrcBlend); in isCoreFeaturesSupported() 84 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, logicOp); in isCoreFeaturesSupported() [all …]
|