Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceScalarBlockLayoutFeatures (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c663 VkPhysicalDeviceScalarBlockLayoutFeatures *features =(void *)ext; in vk_get_physical_device_core_1_2_feature_ext()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h4089 /* struct VkPhysicalDeviceScalarBlockLayoutFeatures chain */
4099 vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_self(const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_self()
4108 vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures(const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures()
4127 vn_encode_VkPhysicalDeviceScalarBlockLayoutFeatures_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_encode_VkPhysicalDeviceScalarBlockLayoutFeatures_self()
4134 vn_encode_VkPhysicalDeviceScalarBlockLayoutFeatures(struct vn_cs_encoder *enc, const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_encode_VkPhysicalDeviceScalarBlockLayoutFeatures()
4151 vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_self(struct vn_cs_decoder *dec, VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures_self()
4158 vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures(struct vn_cs_decoder *dec, VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_decode_VkPhysicalDeviceScalarBlockLayoutFeatures()
4177 vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_self_partial(const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_self_partial()
4186 vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_partial(const VkPhysicalDeviceScalarBlockLayoutFeatures *val) in vn_sizeof_VkPhysicalDeviceScalarBlockLayoutFeatures_partial()
4205 vn_encode_VkPhysicalDeviceScalarBlockLayoutFeatures_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceScalarBlockLayoutFeatures *va
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c61 VkPhysicalDeviceScalarBlockLayoutFeatures scalar_block_layout; in vn_physical_device_init_features()
1611 VkPhysicalDeviceScalarBlockLayoutFeatures *scalar_block_layout; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp413 getPhysicalDeviceScalarBlockLayoutFeatures(reinterpret_cast<VkPhysicalDeviceScalarBlockLayoutFeatures *>(curExtension)); in getFeatures2()
H A DlibVulkan.cpp851 const VkPhysicalDeviceScalarBlockLayoutFeatures *scalarBlockLayoutFeatures = reinterpret_cast<const VkPhysicalDeviceScalarBlockLayoutFeatures *>(extensionCreateInfo); in vkCreateDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp88 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(); in SingletonDevice()
485 VkPhysicalDeviceScalarBlockLayoutFeatures scalarLayoutFeatures = initVulkanStructure(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp89 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(); in SingletonDevice()
523 VkPhysicalDeviceScalarBlockLayoutFeatures scalarLayoutFeatures = initVulkanStructure(); in checkSupport()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c802 VkPhysicalDeviceScalarBlockLayoutFeatures *features = (void *)ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5699 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
5703 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
10895 typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT;
/third_party/glfw/deps/glad/
H A Dvulkan.h4199 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
4203 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1492 VkPhysicalDeviceScalarBlockLayoutFeatures *features = in radv_GetPhysicalDeviceFeatures2()
1493 (VkPhysicalDeviceScalarBlockLayoutFeatures *)ext; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4648 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
4652 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp903 static void parse_VkPhysicalDeviceScalarBlockLayoutFeatures(const char* s, Json::Value& obj, VkPhysicalDeviceScalarBlockLayoutFeatures& o);
1661 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceScalarBlockLayoutFeatures)); in parsePNextChain()
1662 parse_VkPhysicalDeviceScalarBlockLayoutFeatures("", pNextObj, *((VkPhysicalDeviceScalarBlockLayoutFeatures*)p)); in parsePNextChain()
9394 static void parse_VkPhysicalDeviceScalarBlockLayoutFeatures(const char* s, Json::Value& obj, VkPhysicalDeviceScalarBlockLayoutFeatures& o) { in parse_VkPhysicalDeviceScalarBlockLayoutFeatures()
9398 o.pNext = (VkPhysicalDeviceScalarBlockLayoutFeatures*)parsePNextChain(obj); in parse_VkPhysicalDeviceScalarBlockLayoutFeatures()
H A Dvulkan_json_data.hpp20970 static void print_VkPhysicalDeviceScalarBlockLayoutFeatures(VkPhysicalDeviceScalarBlockLayoutFeatures obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceScalarBlockLayoutFeatures()
20993 static void print_VkPhysicalDeviceScalarBlockLayoutFeatures(const VkPhysicalDeviceScalarBlockLayoutFeatures * obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceScalarBlockLayoutFeatures()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h6065 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
6069 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
12384 typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5798 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
5802 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
11298 typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5848 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
5852 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
11458 typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1918 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5387 // VkPhysicalDeviceScalarBlockLayoutFeatures in deviceFeaturesVulkan12()
5896 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(&descriptorIndexingFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
6012 TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1909 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate()
5392 // VkPhysicalDeviceScalarBlockLayoutFeatures in deviceFeaturesVulkan12()
5901 VkPhysicalDeviceScalarBlockLayoutFeatures scalarBlockLayoutFeatures = initVulkanStructure(&descriptorIndexingFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
6017 TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures and VkPhysicalDeviceVulkan12Features"); in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6224 typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { struct
6228 } VkPhysicalDeviceScalarBlockLayoutFeatures; typedef
14286 typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT;
H A Dvulkan_static_assertions.hpp1278 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceScalarBlockLayoutFeatures ) == sizeof( VkPhysicalDeviceScalarBlockLayoutFeatures ),
H A Dvulkan_structs.hpp[all...]

Completed in 511 milliseconds