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 | 57 #define IS_CORE_FEATURE_AVAILABLE(CHECKED, AVAILABLE, FEATURE) \ macro 66 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, robustBufferAccess); in isCoreFeaturesSupported() 67 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32); in isCoreFeaturesSupported() 68 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray); in isCoreFeaturesSupported() 69 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend); in isCoreFeaturesSupported() 70 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, geometryShader); in isCoreFeaturesSupported() 71 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, tessellationShader); in isCoreFeaturesSupported() 72 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sampleRateShading); in isCoreFeaturesSupported() 73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, dualSrcBlend); in isCoreFeaturesSupported() 74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, logicOp); in isCoreFeaturesSupported() [all …]
|