Searched refs:objectNdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 153 for(deUint32 objectNdx=0; objectNdx < m_drawCallData.size(); objectNdx++) in draw() local 155 …renderState((rr::ViewportState(referenceColorBuffer)), m_pipelineStates[objectNdx].subpixelBits, r… in draw() 156 …const rr::Program program(m_vertexShaders[objectNdx].get(), m_fragmentShaders[objectNdx].get(… in draw() 159 …rr::VertexAttrib(rr::VERTEXATTRIBTYPE_FLOAT, 4, sizeof(tcu::Vec4), 0, m_drawCallData[objectNdx].ve… in draw() 167 …iveList(mapVkPrimitiveToRRPrimitive(m_drawCallData[objectNdx].topology), (int)m_drawCallData[objec… in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 632 for (size_t objectNdx = 0; objectNdx < heap.objects.size(); objectNdx++) in iterate() local 634 if (!!heap.objects[objectNdx].memory) in iterate() 635 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 2589 for (size_t objectNdx = 0; objectNdx < mainObjectsCount; ++objectNdx) in createVertexData() local 2591 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData() 2592 …const float xRatio = static_cast<float>(occlusionObjectMultiplierX[objectNdx]) / occlusionObje… in createVertexData() 2593 …const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObje… in createVertexData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo() local
|