Home
last modified time | relevance | path

Searched refs:maxRayDispatchInvocationCount (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3146 const auto maxRayDispatchInvocationCount = in init() local
3155 … de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount) % maxGlobalRTWorkGroupSize[0])); in init()
3156 …m_gridSizeXYZ[1] = de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount / m_gridSizeXY… in init()
3159 …de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0] / m_gridSizeXY… in init()
3163 …DE_ASSERT(m_gridSizeXYZ[0] * m_gridSizeXYZ[1] * m_gridSizeXYZ[2] == maxRayDispatchInvocationCount); in init()
/external/mesa3d/src/intel/vulkan/
Danv_physical_device.c1479 props->maxRayDispatchInvocationCount = 1U << 30; /* required min limit */ in get_properties()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c1808 .maxRayDispatchInvocationCount = 1024 * 1024 * 64, in radv_get_physical_device_properties()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1193 .maxRayDispatchInvocationCount = 1024 * 1024 * 64, in lvp_get_properties()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp4084 return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; in getMaxRayDispatchInvocationCount()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl4503 uint32_t maxRayDispatchInvocationCount; member
DvkVulkan_c.inl22970 uint32_t maxRayDispatchInvocationCount; member
DvkStrUtilImpl.inl12094 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h14968 uint32_t maxRayDispatchInvocationCount; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h18279 uint32_t maxRayDispatchInvocationCount; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h19554 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp79657 , maxRayDispatchInvocationCount{ maxRayDispatchInvocationCount_ }
79714 maxRayDispatchInvocationCount, in reflect()
79731 …( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && ( shaderGroupHandleAlign… in operator ==()
79750 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp10843 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h20261 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_hash.hpp11031 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
Dvulkan_structs.hpp80952 , maxRayDispatchInvocationCount{ maxRayDispatchInvocationCount_ }
81009 maxRayDispatchInvocationCount, in reflect()
81026 …( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && ( shaderGroupHandleAlign… in operator ==()
81045 uint32_t maxRayDispatchInvocationCount = {}; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h21767 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_hash.hpp12046 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
Dvulkan_structs.hpp98465 , maxRayDispatchInvocationCount{ maxRayDispatchInvocationCount_ }
98532 maxRayDispatchInvocationCount, in reflect()
98549 …( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && ( shaderGroupHandleAlign… in operator ==()
98568 uint32_t maxRayDispatchInvocationCount = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h21129 uint32_t maxRayDispatchInvocationCount; member