/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 407 MovePtr<Allocation> vertexBufferAlloc; in test() local 432 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in test() 434 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in test() 435 flushAlloc(vk, device, *vertexBufferAlloc); in test() 782 MovePtr<Allocation> vertexBufferAlloc; in testNoAtt() local 835 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisibl… in testNoAtt() 836 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testNoAtt() 837 flushAlloc(vk, device, *vertexBufferAlloc); in testNoAtt() 1046 MovePtr<Allocation> vertexBufferAlloc; in testDifferentAttachmentSizes() local 1085 …vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::Host… in testDifferentAttachmentSizes() [all …]
|
D | vktPipelineMultisampleImageTests.cpp | 888 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, M… in renderMultisampledImage() local 891 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in renderMultisampledImage() 892 flushAlloc(vk, device, *vertexBufferAlloc); in renderMultisampledImage() 1078 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, M… in test() local 1081 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in test() 1082 flushAlloc(vk, device, *vertexBufferAlloc); in test() 1637 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, M… in test() local 1640 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in test() 1641 flushAlloc(vk, device, *vertexBufferAlloc); in test()
|
D | vktPipelineRenderToImageTests.cpp | 998 MovePtr<Allocation> vertexBufferAlloc; in testWithSizeReduction() local 1026 …vertexBufferAlloc = bindBuffer(vki, vk, physDevice, device, *vertexBuffer, MemoryRequirement::Host… in testWithSizeReduction() 1028 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testWithSizeReduction() 1029 flushAlloc(vk, device, *vertexBufferAlloc); in testWithSizeReduction() 1427 MovePtr<Allocation> vertexBufferAlloc; in testRenderToMipMaps() local 1454 …vertexBufferAlloc = bindBuffer(vki, vk, physDevice, device, *vertexBuffer, MemoryRequirement::Host… in testRenderToMipMaps() 1456 …deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)… in testRenderToMipMaps() 1457 flushAlloc(vk, device, *vertexBufferAlloc); in testRenderToMipMaps()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 439 MovePtr<Allocation> vertexBufferAlloc; member 1182 …wd.vertexBufferAlloc = bindBuffer(vk, device, *allocator, *wd.vertexBuffer, MemoryRequirement::Hos… in test() 1184 …deMemcpy(wd.vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::size_t>(ver… in test() 1185 …flushMappedMemoryRange(vk, device, wd.vertexBufferAlloc->getMemory(), wd.vertexBufferAlloc->getOff… in test()
|
D | vktPipelineNoPositionTests.cpp | 454 auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in iterate() local 455 void* vertexBufferPtr = vertexBufferAlloc.getHostPtr(); in iterate() 457 flushAlloc(vkd, device, vertexBufferAlloc); in iterate()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 761 MovePtr<Allocation> vertexBufferAlloc; member 1336 …subpassData.vertexBufferAlloc = bindBuffer(vk, device, *allocator, *subpassData.vertexBuffer, Memo… in createPerSubpassData() 1338 …deMemcpy(subpassData.vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::si… in createPerSubpassData() 1339 …lushMappedMemoryRange(vk, device, subpassData.vertexBufferAlloc->getMemory(), subpassData.vertexBu… in createPerSubpassData() 1462 MovePtr<Allocation> vertexBufferAlloc; member
|
D | vktPipelineVertexInputTests.cpp | 1268 …de::MovePtr<Allocation> vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDe… in VertexInputInstance() local 1270 …_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, vertexBufferAlloc->getMemory(), vertexBufferAl… in VertexInputInstance() 1272 …writeVertexInputData((deUint8*)vertexBufferAlloc->getHostPtr(), bindingDescriptions[bindingNdx], b… in VertexInputInstance() 1273 flushAlloc(vk, vkDevice, *vertexBufferAlloc); in VertexInputInstance() 1276 m_vertexBufferAllocs.push_back(vertexBufferAlloc.release()); in VertexInputInstance()
|
D | vktPipelineTimestampTests.cpp | 885 …de::MovePtr<Allocation> vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDe… in createBufferAndBindMemory() local 887 …_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, vertexBufferAlloc->getMemory(), vertexBufferAl… in createBufferAndBindMemory() 890 *pAlloc = vertexBufferAlloc; in createBufferAndBindMemory()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1714 const auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in iterate() local 1715 void* vertexBufferPtr = vertexBufferAlloc.getHostPtr(); in iterate() 1718 vk::flushAlloc(vkd, device, vertexBufferAlloc); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 166 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, … in draw() local 182 deMemcpy(vertexBufferAlloc->getHostPtr(), &perInstanceAttribute[0], (size_t)vertexBufferSize); in draw() 183 flushAlloc(vk, device, *vertexBufferAlloc); in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 356 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, … in iterate() local 359 tcu::Vec4* const pVertices = reinterpret_cast<tcu::Vec4*>(vertexBufferAlloc->getHostPtr()); in iterate() 369 flushAlloc(vk, device, *vertexBufferAlloc); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 344 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation(); in transcode() local 393 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode() 394 flushAlloc(vk, device, vertexBufferAlloc); in transcode() 594 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation(); in transcode() local 650 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode() 651 flushAlloc(vk, device, vertexBufferAlloc); in transcode()
|
D | vktImageMutableTests.cpp | 934 MovePtr<Allocation> vertexBufferAlloc; member 1309 …m_uDraw.vertexBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uDraw.vertexBuffer, Mem… in uploadDraw() 1310 …deMemcpy(m_uDraw.vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBuf… in uploadDraw() 1311 flushAlloc(m_vk, m_device, *(m_uDraw.vertexBufferAlloc)); in uploadDraw()
|
D | vktImageCompressionTranscodingSupport.cpp | 1650 const Allocation& vertexBufferAlloc = m_vertexBuffer->getAllocation(); in prepareVertexBuffer() local 1651 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in prepareVertexBuffer() 1652 flushAlloc(vk, device, vertexBufferAlloc); in prepareVertexBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 389 const auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in iterate() local 391 …deMemcpy(vertexBufferAlloc.getHostPtr(), fullScreenQuad.data(), static_cast<size_t>(vertexBufferSi… in iterate() 392 vk::flushAlloc(vkd, device, vertexBufferAlloc); in iterate()
|
D | vktRasterizationTests.cpp | 6409 auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in iterate() local 6411 …deMemcpy(vertexBufferAlloc.getHostPtr(), m_params.bufferData.data(), static_cast<size_t>(vertexBuf… in iterate() 6412 flushAlloc(vkd, device, vertexBufferAlloc); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1032 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuff… in readOneSampleFromMultisampleImage() local 1035 fillBuffer(vk, device, *vertexBufferAlloc, &vertexArray[0], vertexArraySize); in readOneSampleFromMultisampleImage() 1225 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuffe… in iterate() local 1228 fillBuffer(vk, device, *vertexBufferAlloc, &vertexArray[0], vertexArraySize); in iterate() 1459 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuffe… in iterate() local 1462 fillBuffer(vk, device, *vertexBufferAlloc, &vertexArray[0], vertexArraySize); in iterate() 1662 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuff… in iterate() local 1665 fillBuffer(vk, device, *vertexBufferAlloc, &vertexArray[0], vertexArraySize); in iterate() 1962 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuf… in iterate() local 1965 fillBuffer(vk, device, *vertexBufferAlloc, &vertexArray[0], vertexArraySize); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 1083 const auto& vertexBufferAlloc = stageData.vertexBuffer->getAllocation(); in createGraphicsPipelineObjects() local 1085 …deMemcpy(vertexBufferAlloc.getHostPtr(), kFullScreenQuad.data(), static_cast<size_t>(vertexBufferS… in createGraphicsPipelineObjects() 1086 flushAlloc(vkd, device, vertexBufferAlloc); in createGraphicsPipelineObjects()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 4279 de::MovePtr<Allocation> vertexBufferAlloc; in ResolveImageToImage() local 4487 …vertexBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *vertexBuffer, MemoryRequireme… in ResolveImageToImage() 4488 …_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, vertexBufferAlloc->getMemory(), vertexBufferAl… in ResolveImageToImage() 4491 deMemcpy(vertexBufferAlloc->getHostPtr(), vertices.data(), (size_t)vertexDataSize); in ResolveImageToImage() 4492 flushAlloc(vk, vkDevice, *vertexBufferAlloc); in ResolveImageToImage() 4986 auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in checkIntermediateCopy() local 4987 void* vertexBufferData = vertexBufferAlloc.getHostPtr(); in checkIntermediateCopy() 4991 flushAlloc(vkd, device, vertexBufferAlloc); in checkIntermediateCopy()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 1476 …const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer (vk, device, allocator, *vertexBuff… in iterate() local 1508 …fillBuffer(vk, device, *vertexBufferAlloc, vertexBufferSize, vertexBufferVals, sizeof(vertexBuffer… in iterate()
|