Searched refs:RADV_BORDER_COLOR_COUNT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h704 #define RADV_BORDER_COLOR_COUNT 4096 macro
705 #define RADV_BORDER_COLOR_BUFFER_SIZE (sizeof(VkClearColorValue) * RADV_BORDER_COLOR_COUNT)
708 bool used[RADV_BORDER_COLOR_COUNT];
H A Dradv_device.c2148 props->maxCustomBorderColorSamplers = RADV_BORDER_COLOR_COUNT;
7265 for (slot = 0; slot < RADV_BORDER_COLOR_COUNT; slot++) {
7318 sampler->border_color_slot = RADV_BORDER_COLOR_COUNT;
7331 if (sampler->border_color_slot == RADV_BORDER_COLOR_COUNT) {
7339 sampler->border_color_slot != RADV_BORDER_COLOR_COUNT ? sampler->border_color_slot : 0;
7409 if (sampler->border_color_slot != RADV_BORDER_COLOR_COUNT)

Completed in 32 milliseconds