OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VkLayerProperties
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vk_layer.h
171
VkResult(VKAPI_PTR *pfnNextLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *,
VkLayerProperties
*);
175
inline VkResult CallDown(uint32_t *pPropertyCount,
VkLayerProperties
*pProperties) const {
vulkan_core.h
2110
typedef struct
VkLayerProperties
{
2115
}
VkLayerProperties
;
2922
typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceLayerProperties)(uint32_t* pPropertyCount,
VkLayerProperties
* pProperties);
2923
typedef VkResult (VKAPI_PTR *PFN_vkEnumerateDeviceLayerProperties)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties);
3122
VkLayerProperties
* pProperties);
3127
VkLayerProperties
* pProperties);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vk_layer.h
186
VkResult(VKAPI_PTR *pfnNextLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *,
VkLayerProperties
*);
190
inline VkResult CallDown(uint32_t *pPropertyCount,
VkLayerProperties
*pProperties) const {
vulkan_core.h
2774
typedef struct
VkLayerProperties
{
2779
}
VkLayerProperties
;
3494
typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceLayerProperties)(uint32_t* pPropertyCount,
VkLayerProperties
* pProperties);
3495
typedef VkResult (VKAPI_PTR *PFN_vkEnumerateDeviceLayerProperties)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties);
3694
VkLayerProperties
* pProperties);
3699
VkLayerProperties
* pProperties);
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_instance.h
375
static inline size_t vn_sizeof_vkEnumerateInstanceLayerProperties(uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
395
static inline void vn_encode_vkEnumerateInstanceLayerProperties(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
413
static inline size_t vn_sizeof_vkEnumerateInstanceLayerProperties_reply(uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
434
static inline VkResult vn_decode_vkEnumerateInstanceLayerProperties_reply(struct vn_cs_decoder *dec, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
622
static inline void vn_submit_vkEnumerateInstanceLayerProperties(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties, struct vn_instance_submit_command *submit)
727
static inline VkResult vn_call_vkEnumerateInstanceLayerProperties(struct vn_instance *vn_instance, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
743
static inline void vn_async_vkEnumerateInstanceLayerProperties(struct vn_instance *vn_instance, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
vn_protocol_driver_structs.h
65
/* struct
VkLayerProperties
*/
68
vn_sizeof_VkLayerProperties(const
VkLayerProperties
*val)
81
vn_decode_VkLayerProperties(struct vn_cs_decoder *dec,
VkLayerProperties
*val)
96
vn_sizeof_VkLayerProperties_partial(const
VkLayerProperties
*val)
107
vn_encode_VkLayerProperties_partial(struct vn_cs_encoder *enc, const
VkLayerProperties
*val)
vn_protocol_driver_device.h
11321
static inline size_t vn_sizeof_vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
11342
static inline void vn_encode_vkEnumerateDeviceLayerProperties(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
11361
static inline size_t vn_sizeof_vkEnumerateDeviceLayerProperties_reply(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
11383
static inline VkResult vn_decode_vkEnumerateDeviceLayerProperties_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
12754
static inline void vn_submit_vkEnumerateDeviceLayerProperties(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties, struct vn_instance_submit_command *submit)
13312
static inline VkResult vn_call_vkEnumerateDeviceLayerProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
13328
static inline void vn_async_vkEnumerateDeviceLayerProperties(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount,
VkLayerProperties
* pProperties)
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_physical_device.c
60
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_device.c
1152
VkLayerProperties
*pProperties)
1161
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_instance.c
683
VkLayerProperties
*pProperties)
vn_physical_device.c
1483
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_device.c
1657
VkLayerProperties
*pProperties)
1670
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_device.c
1480
VkLayerProperties
* pProperties)
1494
VkLayerProperties
* pProperties)
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_device.c
1059
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c
2475
VkLayerProperties
* pProperties)
2489
VkLayerProperties
* pProperties)
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c
1784
VkLayerProperties
*pProperties)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c
2020
VkLayerProperties
* pProperties)
2034
VkLayerProperties
* pProperties)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c
3395
VkLayerProperties
* pProperties)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c
3346
radv_EnumerateInstanceLayerProperties(uint32_t *pPropertyCount,
VkLayerProperties
*pProperties)
3359
VkLayerProperties
*pProperties)
Completed in 69 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026