Home
last modified time | relevance | path

Searched refs:roundedSize (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp591 const VkDeviceSize roundedSize (deAlignSize(static_cast<size_t>(desiredSize), nonCoherentAtomSize)); in createBufferAndBind()
601 roundedSize, // size in createBufferAndBind()
617 return roundedSize; in createBufferAndBind()
H A DvktDescriptorSetsIndexingTests.cpp939 const VkDeviceSize roundedSize = deAlign64(elementSize, alignment); in createBuffers() local
940 VkDeviceSize bufferSize = ut::createBufferAndBind(buffer, m_context, bufferUsage, (roundedSize * elementCount)); in createBuffers()
947 elementIdx * roundedSize, //offset; in createBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp591 const VkDeviceSize roundedSize (deAlignSize(static_cast<size_t>(desiredSize), nonCoherentAtomSize)); in createBufferAndBind()
601 roundedSize, // size in createBufferAndBind()
617 return roundedSize; in createBufferAndBind()
H A DvktDescriptorSetsIndexingTests.cpp958 const VkDeviceSize roundedSize = deAlign64(elementSize, alignment); in createBuffers() local
959 VkDeviceSize bufferSize = ut::createBufferAndBind(buffer, m_context, bufferUsage, (roundedSize * elementCount)); in createBuffers()
966 elementIdx * roundedSize, //offset; in createBuffers()
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp420 int roundedSize = std::max(4, SkNextPow2(intervalCount)); in make_looping_binary_colorizer() local
421 SkASSERT(roundedSize <= kMaxLoopingIntervalCount); in make_looping_binary_colorizer()
422 for (; intervalCount < roundedSize; ++intervalCount) { in make_looping_binary_colorizer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1580 const VkDeviceSize roundedSize = de::roundUp(memory.getOffset() - roundedOffset + static_cast<VkDeviceSize>(size), nonCoherentAtomSize); in uploadBufferData() local
1588 roundedSize, // size; in uploadBufferData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1568 const VkDeviceSize roundedSize = de::roundUp(memory.getOffset() - roundedOffset + static_cast<VkDeviceSize>(size), nonCoherentAtomSize); in uploadBufferData() local
1576 roundedSize, // size; in uploadBufferData()

Completed in 37 milliseconds