Home
last modified time | relevance | path

Searched refs:maxSamplerAllocationCount (Results 1 – 25 of 171) sorted by relevance

1234567

/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DAdapter.cpp274 PRINT_PROP(limits, maxSamplerAllocationCount); in stringize()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DAdapter.cpp383 PRINT_LIMIT_PROP(maxSamplerAllocationCount); in stringize()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c624 .maxSamplerAllocationCount = 4000, in hk_get_device_properties()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c295 .maxSamplerAllocationCount = 64 * 1024, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c698 .maxSamplerAllocationCount = 4000, in nvk_get_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1140 props->limits.maxSamplerAllocationCount = 4000; in getPhysicalDeviceProperties()
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp1084 s->properties.limits.maxSamplerAllocationCount = 4000; in __anonef2f4cd23702()
1174 …imits.maxSamplerAllocationCount >= 4000); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd23802()
3763 s->properties.limits.maxSamplerAllocationCount = 4000; in __anonef2f4cd2f902()
3852 …imits.maxSamplerAllocationCount >= 4000); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd2fa02()
6545 s->properties.limits.maxSamplerAllocationCount = 4000; in __anonef2f4cd21bb02()
6642 …imits.maxSamplerAllocationCount >= 4000); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd21bc02()
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanProfiles.cpp269 s->properties.limits.maxSamplerAllocationCount = 4000; in __anoneff15c680302()
359 ret = ret && (s->properties.limits.maxSamplerAllocationCount >= 4000); in __anoneff15c680402()
2853 s->properties.limits.maxSamplerAllocationCount = 4000; in __anoneff15c68bd02()
2942 ret = ret && (s->properties.limits.maxSamplerAllocationCount >= 4000); in __anoneff15c68be02()
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc509 visitor->Visit("maxSamplerAllocationCount", &limits->maxSamplerAllocationCount) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c811 .maxSamplerAllocationCount = 32 * 1024, in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c913 .maxSamplerAllocationCount = 64 * 1024, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1155 .maxSamplerAllocationCount = 64 * 1024, in get_properties()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c462 .maxSamplerAllocationCount = UINT32_MAX, in pvr_physical_device_get_properties()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1341 .maxSamplerAllocationCount = 64 * 1024, in radv_get_physical_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp153 …{LIMIT(maxSamplerAllocationCount), 4000, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1… in validateFeatureLimits()
811 {PN(checkAlways), PN(limits.maxSamplerAllocationCount), LIM_MIN_UINT32(4000)}, in validateLimits12()
3044 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSamplerAllocationCount),
H A DvktApiObjectManagementTests.cpp1648 … de::min(context.getDeviceProperties().limits.maxSamplerAllocationCount, in getMaxConcurrent()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c990 .maxSamplerAllocationCount = 64 * 1024, in get_properties()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc885 props->maxSamplerAllocationCount = 64 * 1024; in tu_get_properties()
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py817maxSamplerAllocationCount = printer.write_int("maxSamplerAllocationCount", 4, indent, signed=False…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl1058 uint32_t maxSamplerAllocationCount; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c836 .maxSamplerAllocationCount = 4000, in dzn_physical_device_get_properties()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1827 uint32_t maxSamplerAllocationCount; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …Size_ ), maxMemoryAllocationCount( maxMemoryAllocationCount_ ), maxSamplerAllocationCount( maxSamp…
32272 …ageBufferRange, maxPushConstantsSize, maxMemoryAllocationCount, maxSamplerAllocationCount, bufferI… in reflect()
32295 && ( maxSamplerAllocationCount == rhs.maxSamplerAllocationCount ) in operator ==()
32411 uint32_t maxSamplerAllocationCount = {}; member
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkStructTypes.inl1071 uint32_t maxSamplerAllocationCount; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2244 uint32_t maxSamplerAllocationCount; member

1234567