Home
last modified time | relevance | path

Searched refs:maxMeshTotalMemorySize (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp628 if (properties.maxMeshTotalMemorySize < minLimit) in checkSupport()
629 TCU_FAIL("maxMeshTotalMemorySize property below the minimum limit"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp628 if (properties.maxMeshTotalMemorySize < minLimit) in checkSupport()
629 TCU_FAIL("maxMeshTotalMemorySize property below the minimum limit"); in checkSupport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2515 props->maxMeshTotalMemorySize = max_slm_size / max_view_count; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2543 properties->maxMeshTotalMemorySize = 31 * 1024; /* Reserve 1K for prim indices, etc. */ in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1416 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshTotalMemorySize), LIM_MIN_UINT32(16384) }, in validateLimitsNvMeshShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1407 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshTotalMemorySize), LIM_MIN_UINT32(16384) }, in validateLimitsNvMeshShader()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10556 uint32_t maxMeshTotalMemorySize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47015 uint32_t maxMeshTotalMemorySize = {}; global() member
[all...]
H A Dvulkan_core.h10959 uint32_t maxMeshTotalMemorySize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12049 uint32_t maxMeshTotalMemorySize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11119 uint32_t maxMeshTotalMemorySize; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13934 uint32_t maxMeshTotalMemorySize; member
H A Dvulkan_hash.hpp9873 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshTotalMemorySize );
H A Dvulkan_structs.hpp[all...]

Completed in 384 milliseconds