Home
last modified time | relevance | path

Searched refs:batchStructCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp854 const uint32_t &batchStructCount) const;
1116 const uint32_t &batchStructCount) const in initBottomAccellStructures()
1122 pool.batchStructCount(batchStructCount); in initBottomAccellStructures()
1123 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1923 void BottomLevelAccelerationStructurePool::batchStructCount(const uint32_t &value) in batchStructCount() function in vk::BottomLevelAccelerationStructurePool
2008 uint32_t batchStructCount = m_batchStructCount; in getAllocationCount() local
2017 batchStructCount = batches[0]; in getAllocationCount()
2042 const uint32_t accStrIndex = (iStr / batchStructCount); in getAllocationCount()
2167 uint32_t batchStructCount = m_batchStructCount; in batchCreateAdjust() local
2175 batchStructCount = batches[0]; in batchCreateAdjust()
2210 const uint32_t accStrIndex = (iStr / batchStructCount); in batchCreateAdjust()
2211 if (iStr != 0 && (iStr % batchStructCount) == 0) in batchCreateAdjust()
H A DvkRayTracingUtil.hpp879 uint32_t batchStructCount() const in batchStructCount() function in vk::BottomLevelAccelerationStructurePool
883 void batchStructCount(const uint32_t &value);