Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceCustomBorderColorFeaturesEXT (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.h38 VkPhysicalDeviceCustomBorderColorFeaturesEXT custom_border_color;
Dvn_physical_device.c1638 VkPhysicalDeviceCustomBorderColorFeaturesEXT *custom_border_color; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeaturesForDefaultDeviceDefs.inl20VkPhysicalDeviceCustomBorderColorFeaturesEXT& getCustomBorderColorFeaturesEXT (void) const…
DvkDeviceFeatures.inl279 …ate<> void initFeatureFromBlob<VkPhysicalDeviceCustomBorderColorFeaturesEXT>(VkPhysicalDeviceCusto… argument
327 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCustomBorderColorFeaturesEXT>(void) { return…
434 …{ createFeatureStructWrapper<VkPhysicalDeviceCustomBorderColorFeaturesEXT>, VK_EXT_CUSTOM_BORDER_C…
DvkDeviceFeaturesForContextDecl.inl20 const vk::VkPhysicalDeviceCustomBorderColorFeaturesEXT& getCustomBorderColorFeaturesEXT (vo…
DvkDeviceFeatureTest.inl908 …const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDeviceCustomBorderColorFeaturesEXT
912 FEATURE_ITEM (VkPhysicalDeviceCustomBorderColorFeaturesEXT, customBorderColors),
913 FEATURE_ITEM (VkPhysicalDeviceCustomBorderColorFeaturesEXT, customBorderColorWithoutFormat),
915 …auto* supportedFeatures = reinterpret_cast<const VkPhysicalDeviceCustomBorderColorFeaturesEXT*>(fe…
DvkDeviceFeaturesForContextDefs.inl20 const vk::VkPhysicalDeviceCustomBorderColorFeaturesEXT& Context::getCustomBorderColorFeaturesEX…
DvkGetStructureTypeImpl.inl2184 template<> VkStructureType getStructureType<VkPhysicalDeviceCustomBorderColorFeaturesEXT> (void)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp335 …ic void getPhysicalDeviceCustomBorderColorFeaturesExt(VkPhysicalDeviceCustomBorderColorFeaturesEXT in getPhysicalDeviceCustomBorderColorFeaturesExt()
445 …alDeviceCustomBorderColorFeaturesExt(reinterpret_cast<VkPhysicalDeviceCustomBorderColorFeaturesEXT in getFeatures2()
DlibVulkan.cpp891 …o *customBorderColorFeatures = reinterpret_cast<const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vkCreateDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h571 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures;
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c912 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = in lvp_GetPhysicalDeviceFeatures2()
913 (VkPhysicalDeviceCustomBorderColorFeaturesEXT *)ext; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1266 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = in v3dv_GetPhysicalDeviceFeatures2()
1267 (VkPhysicalDeviceCustomBorderColorFeaturesEXT *)ext; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h6590 …PhysicalDeviceCustomBorderColorFeaturesEXT_self(const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_sizeof_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
6600 …of_VkPhysicalDeviceCustomBorderColorFeaturesEXT(const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_sizeof_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
6619 …olorFeaturesEXT_self(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_encode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
6627 …rderColorFeaturesEXT(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_encode_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
6644 …orderColorFeaturesEXT_self(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
6652 …stomBorderColorFeaturesEXT(struct vn_cs_decoder *dec, VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT()
6671 …DeviceCustomBorderColorFeaturesEXT_self_partial(const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_sizeof_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self_partial()
6681 …sicalDeviceCustomBorderColorFeaturesEXT_partial(const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_sizeof_VkPhysicalDeviceCustomBorderColorFeaturesEXT_partial()
6700 …uresEXT_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_encode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self_partial()
6708 …rFeaturesEXT_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceCustomBorderColorFeaturesEXT in vn_encode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_partial()
[all …]
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c763 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = (void *) ext; in tu_GetPhysicalDeviceFeatures2()
1794 … const VkPhysicalDeviceCustomBorderColorFeaturesEXT *border_color_features = (const void *)ext; in tu_CreateDevice()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c631 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = (void *) ext; in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp417 VkPhysicalDeviceCustomBorderColorFeaturesEXT physicalDeviceCustomBorderColorFeatures = in ImageSamplingInstance()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1541 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = in anv_GetPhysicalDeviceFeatures2()
1542 (VkPhysicalDeviceCustomBorderColorFeaturesEXT *)ext; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1590 VkPhysicalDeviceCustomBorderColorFeaturesEXT *features = in radv_GetPhysicalDeviceFeatures2()
1591 (VkPhysicalDeviceCustomBorderColorFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2()
3350 const VkPhysicalDeviceCustomBorderColorFeaturesEXT *border_color_features = in radv_CreateDevice()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt3847 [open,refpage='VkPhysicalDeviceCustomBorderColorFeaturesEXT',desc='Structure describing whether cus…
3849 The sname:VkPhysicalDeviceCustomBorderColorFeaturesEXT structure is defined
3852 include::{generated}/api/structs/VkPhysicalDeviceCustomBorderColorFeaturesEXT.txt[]
3874 :refpage: VkPhysicalDeviceCustomBorderColorFeaturesEXT
3877 include::{generated}/validity/structs/VkPhysicalDeviceCustomBorderColorFeaturesEXT.txt[]
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11790 typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { struct
11795 } VkPhysicalDeviceCustomBorderColorFeaturesEXT; argument
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12429 typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { struct
12434 } VkPhysicalDeviceCustomBorderColorFeaturesEXT; argument
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h12437 typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { struct
12442 } VkPhysicalDeviceCustomBorderColorFeaturesEXT; argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12269 typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { struct
12274 } VkPhysicalDeviceCustomBorderColorFeaturesEXT; argument
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13312 typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { struct
13317 } VkPhysicalDeviceCustomBorderColorFeaturesEXT; argument

12