Home
last modified time | relevance | path

Searched refs:calcNumVertices (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4180 static deUint32 calcNumVertices (const VkExtent3D& extent) in calcNumVertices() function
4188 return calcNumVertices(extent) * sizeof(ManyDrawsVertex); in calcVertexBufferSize()
4360 const auto numVertices = ManyDrawsAllocatedData::calcNumVertices(m_params.imageExtent); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4180 static deUint32 calcNumVertices (const VkExtent3D& extent) in calcNumVertices() function
4188 return calcNumVertices(extent) * sizeof(ManyDrawsVertex); in calcVertexBufferSize()
4360 const auto numVertices = ManyDrawsAllocatedData::calcNumVertices(m_params.imageExtent); in iterate()

Completed in 13 milliseconds