Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp546 for (size_t objectNdx = 0; objectNdx < heap.objects.size(); objectNdx++) in iterate() local
548 if (!!heap.objects[objectNdx].memory) in iterate()
549 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp2584 for (size_t objectNdx = 0; objectNdx < mainObjectsCount; ++objectNdx) in createVertexData() local
2586 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData()
2587 …const float xRatio = static_cast<float>(occlusionObjectMultiplierX[objectNdx]) / occlusionObje… in createVertexData()
2588 …const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObje… in createVertexData()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo() local