Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp3086 const auto maxRayDispatchInvocationCount = in init() local
3095 … de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount) % maxGlobalRTWorkGroupSize[0])); in init()
3096 …m_gridSizeXYZ[1] = de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount / m_gridSizeXY… in init()
3099 …de::max(1u, static_cast<uint32_t>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0] / m_gridSizeXY… in init()
3103 …DE_ASSERT(m_gridSizeXYZ[0] * m_gridSizeXYZ[1] * m_gridSizeXYZ[2] == maxRayDispatchInvocationCount); in init()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1192 .maxRayDispatchInvocationCount = 1024 * 1024 * 64, in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1396 props->maxRayDispatchInvocationCount = 1U << 30; /* required min limit */ in get_properties()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1804 p->maxRayDispatchInvocationCount = 1024 * 1024 * 64; in radv_get_physical_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp4074 return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; in getMaxRayDispatchInvocationCount()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkStructTypes.inl4362 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h14228 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp61734 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
61793 maxRayDispatchInvocationCount, in reflect()
61813 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
61833 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp8250 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h14228 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp61734 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
61793 maxRayDispatchInvocationCount, in reflect()
61813 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
61833 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp8250 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvulkan_core.h14968 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h14228 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp61734 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
61793 maxRayDispatchInvocationCount, in reflect()
61813 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
61833 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp8250 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h14228 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp61734 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
61793 maxRayDispatchInvocationCount, in reflect()
61813 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
61833 uint32_t maxRayDispatchInvocationCount = {}; member
Dvulkan_hash.hpp8250 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h16360 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h16360 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h16360 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h16360 uint32_t maxRayDispatchInvocationCount; member
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp19111 vkStream->write((uint32_t*)&forMarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
19143 vkStream->read((uint32_t*)&forUnmarshaling->maxRayDispatchInvocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_core.h19554 uint32_t maxRayDispatchInvocationCount; member

1234