Searched refs:objectNdx (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 725 for (size_t objectNdx = 0; objectNdx < heap.objects.size(); objectNdx++) in iterate() local 727 if (!!heap.objects[objectNdx].memory) in iterate() 729 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 725 for (size_t objectNdx = 0; objectNdx < heap.objects.size(); objectNdx++) in iterate() local 727 if (!!heap.objects[objectNdx].memory) in iterate() 729 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3056 for (size_t objectNdx = 0; objectNdx < mainObjectsCount; ++objectNdx) in createVertexData() local 3058 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData() 3059 …const float xRatio = static_cast<float>(occlusionObjectMultiplierX[objectNdx]) / occlusionObje… in createVertexData() 3060 …const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObje… in createVertexData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3056 for (size_t objectNdx = 0; objectNdx < mainObjectsCount; ++objectNdx) in createVertexData() local 3058 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData() 3059 …const float xRatio = static_cast<float>(occlusionObjectMultiplierX[objectNdx]) / occlusionObje… in createVertexData() 3060 …const float yRatio = static_cast<float>(occlusionObjectMultiplierY[objectNdx]) / occlusionObje… in createVertexData()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4414 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo() local
|