Home
last modified time | relevance | path

Searched refs:maxMeshWorkGroupInvocations (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp692 const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshProperties.maxTaskWorkGroupInvocations); in test()
915 const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshProperties.maxTaskWorkGroupInvocations); in testRequireSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp693 const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshProperties.maxTaskWorkGroupInvocations); in test()
911 const auto& maxInvocations = (isMesh ? meshProperties.maxMeshWorkGroupInvocations : meshProperties.maxTaskWorkGroupInvocations); in testRequireSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp443 if (properties.maxMeshWorkGroupInvocations < minLimit) in checkSupport()
444 TCU_FAIL("maxMeshWorkGroupInvocations property below the minimum limit"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp443 if (properties.maxMeshWorkGroupInvocations < minLimit) in checkSupport()
444 TCU_FAIL("maxMeshWorkGroupInvocations property below the minimum limit"); in checkSupport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2511 props->maxMeshWorkGroupInvocations = max_workgroup_size; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2544 properties->maxMeshWorkGroupInvocations = 256; in radv_GetPhysicalDeviceProperties2()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13932 uint32_t maxMeshWorkGroupInvocations; member
19325 uint32_t maxMeshWorkGroupInvocations; member
H A Dvulkan_hash.hpp9826 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupInvocations );
9868 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupInvocations );
H A Dvulkan_structs.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1412 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupInvocations), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1403 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupInvocations), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10554 uint32_t maxMeshWorkGroupInvocations; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47013 uint32_t maxMeshWorkGroupInvocations = {}; global() member
[all...]
H A Dvulkan_core.h10957 uint32_t maxMeshWorkGroupInvocations; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12047 uint32_t maxMeshWorkGroupInvocations; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11117 uint32_t maxMeshWorkGroupInvocations; member

Completed in 394 milliseconds