Home
last modified time | relevance | path

Searched refs:MAX_PUSH_DESCRIPTORS (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_constants.h41 #define MAX_PUSH_DESCRIPTORS 32 macro
H A Dradv_device.c2307 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in radv_GetPhysicalDeviceProperties2()
H A Dradv_cmd_buffer.c5307 new_size = MIN2(new_size, 96 * MAX_PUSH_DESCRIPTORS); in radv_init_push_descriptor_set()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_common.h90 #define MAX_PUSH_DESCRIPTORS 32 macro
H A Dtu_device.c1267 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h86 #define MAX_PUSH_DESCRIPTORS 32 macro
H A Dlvp_device.c1189 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in lvp_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h214 #define MAX_PUSH_DESCRIPTORS 32 /* Minimum requirement */ macro
2001 struct anv_descriptor descriptors[MAX_PUSH_DESCRIPTORS];
2008 struct anv_buffer_view buffer_views[MAX_PUSH_DESCRIPTORS];
H A Danv_cmd_buffer.c1033 assert(_set < MAX_PUSH_DESCRIPTORS); in anv_CmdPushDescriptorSetWithTemplateKHR()
H A Danv_device.c2576 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h100 #define MAX_PUSH_DESCRIPTORS 32 macro
H A Dpanvk_device.c822 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in panvk_GetPhysicalDeviceProperties2()

Completed in 50 milliseconds