Home
last modified time | relevance | path

Searched refs:maxCustomBorderColorSamplers (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1042 properties->maxCustomBorderColorSamplers = MAX_SAMPLER_ALLOCATION_COUNT; in getProperties()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1264 properties->maxCustomBorderColorSamplers = 32 * 1024; in lvp_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1668 props->maxCustomBorderColorSamplers = V3D_MAX_TEXTURE_SAMPLERS; in v3dv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1309 props->maxCustomBorderColorSamplers = TU_BORDER_COLOR_COUNT; in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2374 properties->maxCustomBorderColorSamplers = MAX_CUSTOM_BORDER_COLORS; in anv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5192 uint32_t maxCustomBorderColorSamplers; member
DvkVulkan_c.inl13388 deUint32 maxCustomBorderColorSamplers; member
DvkStrUtilImpl.inl11482 s << "\tmaxCustomBorderColorSamplers = " << value.maxCustomBorderColorSamplers << '\n';
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c441 assert(check <= screen->info.border_color_props.maxCustomBorderColorSamplers); in zink_create_sampler_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2429 props->maxCustomBorderColorSamplers = RADV_BORDER_COLOR_COUNT; in radv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h14573 size += vn_sizeof_uint32_t(&val->maxCustomBorderColorSamplers); in vn_sizeof_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self()
14601 vn_decode_uint32_t(dec, &val->maxCustomBorderColorSamplers); in vn_decode_VkPhysicalDeviceCustomBorderColorPropertiesEXT_self()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11787 uint32_t maxCustomBorderColorSamplers; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12426 uint32_t maxCustomBorderColorSamplers; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12266 uint32_t maxCustomBorderColorSamplers; member
Dvulkan_structs.hpp40374 : maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ )
40413 ( maxCustomBorderColorSamplers == rhs.maxCustomBorderColorSamplers ); in operator ==()
40425 uint32_t maxCustomBorderColorSamplers = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13309 uint32_t maxCustomBorderColorSamplers; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h13438 uint32_t maxCustomBorderColorSamplers; member
Dvulkan_hash.hpp6812 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorPropertiesEXT.maxCustomBorderColorSamplers ); in operator ()()
Dvulkan_structs.hpp50803 , maxCustomBorderColorSamplers( maxCustomBorderColorSamplers_ )
50841 return std::tie( sType, pNext, maxCustomBorderColorSamplers ); in reflect()
50853 … rhs.sType ) && ( pNext == rhs.pNext ) && ( maxCustomBorderColorSamplers == rhs.maxCustomBorderCol… in operator ==()
50866 uint32_t maxCustomBorderColorSamplers = {}; member