Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingTraceRaysTests.cpp783 const deUint32& batchStructCount) const;
1038 const deUint32& batchStructCount) const in initBottomAccellStructures()
1044 pool.batchStructCount(batchStructCount); in initBottomAccellStructures()
1045 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraceRaysTests.cpp783 const deUint32& batchStructCount) const;
1038 const deUint32& batchStructCount) const in initBottomAccellStructures()
1044 pool.batchStructCount(batchStructCount); in initBottomAccellStructures()
1045 pool.batchGeomCount(batchStructCount * 8); in initBottomAccellStructures()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1807 void BottomLevelAccelerationStructurePool::batchStructCount (const deUint32& value) in batchStructCount() function in vk::BottomLevelAccelerationStructurePool
1893 deUint32 batchStructCount = m_batchStructCount; in getAllocationCount() local
1902 batchStructCount = batches[0]; in getAllocationCount()
1926 const deUint32 accStrIndex = (iStr / batchStructCount); in getAllocationCount()
2043 deUint32 batchStructCount = m_batchStructCount; in batchCreateAdjust() local
2051 batchStructCount = batches[0]; in batchCreateAdjust()
2085 const deUint32 accStrIndex = (iStr / batchStructCount); in batchCreateAdjust()
2086 if (iStr != 0 && (iStr % batchStructCount) == 0) in batchCreateAdjust()
DvkRayTracingUtil.hpp683 deUint32 batchStructCount () const {return m_batchStructCount; } in batchStructCount() function in vk::BottomLevelAccelerationStructurePool
684 void batchStructCount (const deUint32& value);