Home
last modified time | relevance | path

Searched refs:toCheck (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp55 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()
60 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, robustBufferAccess) in isCoreFeaturesSupported()
61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
62 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray) in isCoreFeaturesSupported()
63 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend) in isCoreFeaturesSupported()
64 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, geometryShader) in isCoreFeaturesSupported()
65 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, tessellationShader) in isCoreFeaturesSupported()
66 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sampleRateShading) in isCoreFeaturesSupported()
67 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, dualSrcBlend) in isCoreFeaturesSupported()
68 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeature in isCoreFeaturesSupported()
54 isCoreFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFeatures& toCheck, const char** missingFeature) isCoreFeaturesSupported() argument
122 isFloat16Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features& toCheck, const char **missingFeature) isFloat16Int8FeaturesSupported() argument
132 is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) is8BitStorageFeaturesSupported() argument
143 is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) is16BitStorageFeaturesSupported() argument
155 isVariablePointersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures& toCheck, const char **missingFeature) isVariablePointersFeaturesSupported() argument
165 isVulkanMemoryModelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures& toCheck, const char **missingFeature) isVulkanMemoryModelFeaturesSupported() argument
177 isIntegerDotProductFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& toCheck, const char **missingFeature) isIntegerDotProductFeaturesSupported() argument
189 isFloatControlsFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& toCheck, const char **missingFeature) isFloatControlsFeaturesSupported() argument
[all...]
H A DvktSpvAsmUtils.hpp258 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& toCheck, const char** missingFeature);
272 // Returns true if the given float controls features in `toCheck` are all supported.
274 const vk::VkPhysicalDeviceFloatControlsProperties& toCheck,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp55 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()
60 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, robustBufferAccess) in isCoreFeaturesSupported()
61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
62 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray) in isCoreFeaturesSupported()
63 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend) in isCoreFeaturesSupported()
64 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, geometryShader) in isCoreFeaturesSupported()
65 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, tessellationShader) in isCoreFeaturesSupported()
66 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sampleRateShading) in isCoreFeaturesSupported()
67 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, dualSrcBlend) in isCoreFeaturesSupported()
68 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeature in isCoreFeaturesSupported()
54 isCoreFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFeatures& toCheck, const char** missingFeature) isCoreFeaturesSupported() argument
122 isFloat16Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features& toCheck, const char **missingFeature) isFloat16Int8FeaturesSupported() argument
132 is8BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& toCheck, const char **missingFeature) is8BitStorageFeaturesSupported() argument
143 is16BitStorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& toCheck, const char **missingFeature) is16BitStorageFeaturesSupported() argument
155 isVariablePointersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures& toCheck, const char **missingFeature) isVariablePointersFeaturesSupported() argument
165 isVulkanMemoryModelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures& toCheck, const char **missingFeature) isVulkanMemoryModelFeaturesSupported() argument
177 isIntegerDotProductFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& toCheck, const char **missingFeature) isIntegerDotProductFeaturesSupported() argument
189 isFloatControlsFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& toCheck, const char **missingFeature) isFloatControlsFeaturesSupported() argument
[all...]
H A DvktSpvAsmUtils.hpp258 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& toCheck, const char** missingFeature);
272 // Returns true if the given float controls features in `toCheck` are all supported.
274 const vk::VkPhysicalDeviceFloatControlsProperties& toCheck,
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp145 bool match(const StringPart &toCheck) const in match()
147 return (mWildcard || toCheck.mWildcard || (toCheck.mPart == mPart)); in match()
173 bool match(const IntegerPart &toCheck) const in match()
175 return (mWildcard || toCheck.mWildcard || (toCheck.mPart == mPart)); in match()
197 bool match(const T &toCheck) const in match()
200 if (mWildcard || toCheck.mWildcard) in match()
207 if (it.match(toCheck)) in match()
216 bool match(const ListOf<T> &toCheck) cons in match()
713 getUseANGLE(const Scenario &toCheck) getUseANGLE() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/third_party/node/deps/icu-small/source/common/unicode/
H A Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return ((uint32_t)toCheck>=minValue&&(uint32_t)toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp138 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported() argument
140 if (toCheck == PRECISION_TEST_FEATURES_NONE) return; in areFeaturesSupported()
144 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_BUFFER_ACCESS) != 0 && extensionFeatures.storageBuffer16BitAccess == VK_FALSE) in areFeaturesSupported()
147 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_UNIFORM_AND_STORAGE_BUFFER_ACCESS) != 0 && extensionFeatures.uniformAndStorageBuffer16BitAccess == VK_FALSE) in areFeaturesSupported()
150 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant16 == VK_FALSE) in areFeaturesSupported()
153 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_INPUT_OUTPUT) != 0 && extensionFeatures.storageInputOutput16 == VK_FALSE) in areFeaturesSupported()
156 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_SHADER_FLOAT) != 0 && context.getShaderFloat16Int8Features().shaderFloat16 == VK_FALSE) in areFeaturesSupported()
159 if ((toCheck & PRECISION_TEST_FEATURES_64BIT_SHADER_FLOAT) != 0 && context.getDeviceFeatures().shaderFloat64 == VK_FALSE) in areFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp139 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported() argument
141 if (toCheck == PRECISION_TEST_FEATURES_NONE) return; in areFeaturesSupported()
145 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_BUFFER_ACCESS) != 0 && extensionFeatures.storageBuffer16BitAccess == VK_FALSE) in areFeaturesSupported()
148 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_UNIFORM_AND_STORAGE_BUFFER_ACCESS) != 0 && extensionFeatures.uniformAndStorageBuffer16BitAccess == VK_FALSE) in areFeaturesSupported()
151 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant16 == VK_FALSE) in areFeaturesSupported()
154 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_INPUT_OUTPUT) != 0 && extensionFeatures.storageInputOutput16 == VK_FALSE) in areFeaturesSupported()
157 if ((toCheck & PRECISION_TEST_FEATURES_16BIT_SHADER_FLOAT) != 0 && context.getShaderFloat16Int8Features().shaderFloat16 == VK_FALSE) in areFeaturesSupported()
160 if ((toCheck & PRECISION_TEST_FEATURES_64BIT_SHADER_FLOAT) != 0 && context.getDeviceFeatures().shaderFloat64 == VK_FALSE) in areFeaturesSupported()

Completed in 28 milliseconds