Home
last modified time | relevance | path

Searched refs:vertexBufferAllocation (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp70 void uploadVertexDataNdc (const Allocation& vertexBufferAllocation, const MultisampleInstanceBase::… in uploadVertexDataNdc() argument
79 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexDataNdc()
122 void uploadVertexDataNdcScreen (const Allocation& vertexBufferAllocation, const MultisampleInstance… in uploadVertexDataNdcScreen() argument
131 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexDataNdcScreen()
202 void uploadVertexData (const Allocation& vertexBufferAllocation,
218 …nstance<MSInstanceSampleID>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
220 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData()
315 …tanceSamplePosDistribution>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
317 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData()
473 …stanceSamplePosCorrectness>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
[all …]
DvktPipelineMultisampleInterpolationTests.cpp111 void uploadVertexData (const Allocation& vertexBufferAllocation,
141 …e<MSInstanceDistinctValues>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
149 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData()
332 …eInterpolateScreenPosition>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
345 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData()
822 …lateBarycentricCoordinates>::uploadVertexData (const Allocation& vertexBufferAllocation, const Ver… in uploadVertexData() argument
831 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData()
DvktPipelineMultisampleBaseResolve.cpp211 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local
213 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate()
215 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
DvktPipelineMultisampleBase.hpp101 virtual void uploadVertexData (const vk::Allocation& vertexBufferAllocation,
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp378 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local
380 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate()
382 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp548 MovePtr<Allocation> vertexBufferAllocation; member
681 testContext.vertexBufferAllocation = buffer.allocation; in generateWork()