Home
last modified time | relevance | path

Searched refs:decodeModeSharedExponent (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAstcDecodeModeTests.cpp424 !context.getASTCDecodeFeaturesEXT().decodeModeSharedExponent) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp424 !context.getASTCDecodeFeaturesEXT().decodeModeSharedExponent) in checkSupport()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl1091 …(deviceASTCDecodeFeaturesEXT[0].decodeModeSharedExponent != deviceASTCDecodeFeaturesEXT[1].decodeM…
DvkStructTypes.inl3861 VkBool32 decodeModeSharedExponent; member
DvkDeviceFeatureTest.inl1414 FEATURE_ITEM (VkPhysicalDeviceASTCDecodeFeaturesEXT, decodeModeSharedExponent),
DvkVulkan_c.inl11883 VkBool32 decodeModeSharedExponent; member
DvkStrUtilImpl.inl10310 s << "\tdecodeModeSharedExponent = " << value.decodeModeSharedExponent << '\n';
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt2015 * [[features-astc-decodeModeSharedExponent]]
2016 pname:decodeModeSharedExponent indicates whether the implementation
Dfeatures.adoc2235 * [[features-astc-decodeModeSharedExponent]]
2236 pname:decodeModeSharedExponent indicates whether the implementation
Dresources.txt4237 If the <<features-astc-decodeModeSharedExponent,
4238 pname:decodeModeSharedExponent>> feature is not enabled,
Dresources.adoc4885 If the <<features-astc-decodeModeSharedExponent,
4886 pname:decodeModeSharedExponent>> feature is not enabled,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6468 VkBool32 decodeModeSharedExponent; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6881 VkBool32 decodeModeSharedExponent; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h8837 VkBool32 decodeModeSharedExponent; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h9223 VkBool32 decodeModeSharedExponent; member
Dvulkan_structs.hpp38510 : decodeModeSharedExponent( decodeModeSharedExponent_ )
38541 decodeModeSharedExponent = decodeModeSharedExponent_; in setDecodeModeSharedExponent()
38562 ( decodeModeSharedExponent == rhs.decodeModeSharedExponent ); in operator ==()
38574 VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent = {}; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h9391 VkBool32 decodeModeSharedExponent; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9383 VkBool32 decodeModeSharedExponent; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10313 VkBool32 decodeModeSharedExponent; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp48498 , decodeModeSharedExponent( decodeModeSharedExponent_ )
48528 decodeModeSharedExponent = decodeModeSharedExponent_; in setDecodeModeSharedExponent()
48551 return std::tie( sType, pNext, decodeModeSharedExponent ); in reflect()
48563 …e == rhs.sType ) && ( pNext == rhs.pNext ) && ( decodeModeSharedExponent == rhs.decodeModeSharedEx… in operator ==()
48576 VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent = {}; member
Dvulkan_core.h10435 VkBool32 decodeModeSharedExponent; member
Dvulkan_hash.hpp6485 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceASTCDecodeFeaturesEXT.decodeModeSharedExponent ); in operator ()()