Home
last modified time | relevance | path

Searched refs:VkPhysicalDevice8BitStorageFeatures (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp231 vk::VkPhysicalDevice8BitStorageFeatures ext8BitStorage;
244 deMemset(&ext8BitStorage, 0, sizeof(vk::VkPhysicalDevice8BitStorageFeatures)); in VulkanFeatures()
DvktSpvAsmUtils.cpp132 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& to… in is8BitStorageFeaturesSupported()
134 const VkPhysicalDevice8BitStorageFeatures& extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp231 vk::VkPhysicalDevice8BitStorageFeatures ext8BitStorage;
244 deMemset(&ext8BitStorage, 0, sizeof(vk::VkPhysicalDevice8BitStorageFeatures)); in VulkanFeatures()
DvktSpvAsmUtils.cpp132 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& to… in is8BitStorageFeaturesSupported()
134 const VkPhysicalDevice8BitStorageFeatures& extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeaturesForDefaultDeviceDefs.inl32VkPhysicalDevice8BitStorageFeatures& get8BitStorageFeatures (void) const { return m_…
DvkDeviceFeatures.inl97 template<> void initFeatureFromBlob<VkPhysicalDevice8BitStorageFeatures>(VkPhysicalDevice8BitStorag…
316 template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice8BitStorageFeatures>(void) { return FeatureD…
461 …{ createFeatureStructWrapper<VkPhysicalDevice8BitStorageFeatures>, VK_KHR_8BIT_STORAGE_EXTENSION_N…
DvkDeviceFeaturesForContextDecl.inl32 const vk::VkPhysicalDevice8BitStorageFeatures& get8BitStorageFeatures (void) const;
DvkDeviceFeaturesForContextDefs.inl32 const vk::VkPhysicalDevice8BitStorageFeatures& Context::get8BitStorageFeatures (void)…
DvkDeviceFeatures2.inl783 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count];
788 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));
807 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
4388 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure();
4516 …addFunctionCase(testGroup, "8_bit_storage_features", "VkPhysicalDevice8BitStorageFeatures", testPh…
DvkMandatoryFeatures.inl48 vk::VkPhysicalDevice8BitStorageFeatures physicalDevice8BitStorageFeatures;
53 physicalDevice8BitStorageFeatures.sType = getStructureType<VkPhysicalDevice8BitStorageFeatures>();
DvkGetStructureTypeImpl.inl1516 template<> VkStructureType getStructureType<VkPhysicalDevice8BitStorageFeatures> (void)
DvkDeviceFeatureTest.inl1052 …cast<const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDevice8BitStorageFeatures>()))
1056 FEATURE_ITEM (VkPhysicalDevice8BitStorageFeatures, storageBuffer8BitAccess),
1057 FEATURE_ITEM (VkPhysicalDevice8BitStorageFeatures, uniformAndStorageBuffer8BitAccess),
1058 FEATURE_ITEM (VkPhysicalDevice8BitStorageFeatures, storagePushConstant8),
1060 …auto* supportedFeatures = reinterpret_cast<const VkPhysicalDevice8BitStorageFeatures*>(featuresStr…
DvkStructTypes.inl3738 struct VkPhysicalDevice8BitStorageFeatures struct
9387 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c603 VkPhysicalDevice8BitStorageFeatures *features = (void *)ext; in vk_get_physical_device_core_1_2_feature_ext()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h3273 vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self()
3284 vn_sizeof_VkPhysicalDevice8BitStorageFeatures(const VkPhysicalDevice8BitStorageFeatures *val) in vn_sizeof_VkPhysicalDevice8BitStorageFeatures()
3303 …e8BitStorageFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *va… in vn_encode_VkPhysicalDevice8BitStorageFeatures_self()
3312 …Device8BitStorageFeatures(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *va… in vn_encode_VkPhysicalDevice8BitStorageFeatures()
3329 …lDevice8BitStorageFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *va… in vn_decode_VkPhysicalDevice8BitStorageFeatures_self()
3338 …ysicalDevice8BitStorageFeatures(struct vn_cs_decoder *dec, VkPhysicalDevice8BitStorageFeatures *va… in vn_decode_VkPhysicalDevice8BitStorageFeatures()
3357 …eof_VkPhysicalDevice8BitStorageFeatures_self_partial(const VkPhysicalDevice8BitStorageFeatures *va… in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_self_partial()
3368 vn_sizeof_VkPhysicalDevice8BitStorageFeatures_partial(const VkPhysicalDevice8BitStorageFeatures *va… in vn_sizeof_VkPhysicalDevice8BitStorageFeatures_partial()
3387 …rageFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *va… in vn_encode_VkPhysicalDevice8BitStorageFeatures_self_partial()
3396 …itStorageFeatures_partial(struct vn_cs_encoder *enc, const VkPhysicalDevice8BitStorageFeatures *va… in vn_encode_VkPhysicalDevice8BitStorageFeatures_partial()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c57 VkPhysicalDevice8BitStorageFeatures eight_bit_storage; in vn_physical_device_init_features()
1607 VkPhysicalDevice8BitStorageFeatures *eight_bit_storage; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt1363 [open,refpage='VkPhysicalDevice8BitStorageFeatures',desc='Structure describing features supported b…
1365 The slink:VkPhysicalDevice8BitStorageFeatures structure is defined as:
1367 include::{generated}/api/structs/VkPhysicalDevice8BitStorageFeatures.txt[]
1415 :refpage: VkPhysicalDevice8BitStorageFeatures
1418 include::{generated}/validity/structs/VkPhysicalDevice8BitStorageFeatures.txt[]
Dfeatures.adoc1452 [open,refpage='VkPhysicalDevice8BitStorageFeatures',desc='Structure describing features supported b…
1454 The slink:VkPhysicalDevice8BitStorageFeatures structure is defined as:
1456 include::{generated}/api/structs/VkPhysicalDevice8BitStorageFeatures.adoc[]
1504 :refpage: VkPhysicalDevice8BitStorageFeatures
1507 include::{generated}/validity/structs/VkPhysicalDevice8BitStorageFeatures.adoc[]
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5556 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5562 } VkPhysicalDevice8BitStorageFeatures; argument
7412 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h4481 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
4487 } VkPhysicalDevice8BitStorageFeatures; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h5655 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5661 } VkPhysicalDevice8BitStorageFeatures; argument
7517 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h5713 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5719 } VkPhysicalDevice8BitStorageFeatures; argument
7685 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5705 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5711 } VkPhysicalDevice8BitStorageFeatures; argument
7677 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h5922 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
5928 } VkPhysicalDevice8BitStorageFeatures; argument
8883 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h6032 typedef struct VkPhysicalDevice8BitStorageFeatures { struct
6038 } VkPhysicalDevice8BitStorageFeatures; argument
9005 typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR;

12