/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 413 Allocation& getAllocation() const in getAllocation() function 1541 const Allocation& alloc = inputBuffers[i]->getAllocation(); in makeTessellationEvaluationFrameBufferTest() 1604 const Allocation& alloc = vertexBuffer.getAllocation(); in makeTessellationEvaluationFrameBufferTest() 1661 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTest() 1755 const Allocation& alloc = inputBuffers[i]->getAllocation(); in makeGeometryFrameBufferTest() 1817 const Allocation& alloc = vertexBuffer.getAllocation(); in makeGeometryFrameBufferTest() 1844 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in makeGeometryFrameBufferTest() 1882 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTest() 2003 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in allStages() 2120 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in allStages() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 185 const vk::Allocation& alloc = outputBuffer.getAllocation(); in iterate() 228 …deUint8* indirectBufferPtr = reinterpret_cast<deUint8*>(indirectBuffer.getAllocation().getHostPtr(… in iterate() 231 vk::flushAlloc(vk, device, indirectBuffer.getAllocation()); in iterate() 313 const vk::Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 257 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 428 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 601 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 727 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation(); in iterate() 801 const Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate() 805 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr()); in iterate() 922 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() 1001 const Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate() 1005 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() 1199 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() [all …]
|
D | vktComputeTestsUtil.hpp | 50 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Buffer 71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Image
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemImageValidator.cpp | 149 deMemcpy(refUniform->getAllocation().getHostPtr(), &refData, refUniformSize); in validateImage() 150 …::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAlloc… in validateImage()
|
D | vktProtectedMemBufferValidator.hpp | 197 deMemcpy(refUniform->getAllocation().getHostPtr(), getReferenceDataSrc(), refDataSize); in validateBuffer() 198 …::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAlloc… in validateBuffer()
|
D | vktProtectedMemYCbCrConversionTests.cpp | 354 …deMemcpy(buffer->getAllocation().getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlane… in uploadYCbCrImage() 355 …flushMappedMemoryRange(vk, device, buffer->getAllocation().getMemory(), buffer->getAllocation().ge… in uploadYCbCrImage() 523 deMemcpy(refUniform->getAllocation().getHostPtr(), &refData[0], refUniformSize); in validateImage() 524 …::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAlloc… in validateImage() 854 deMemcpy(refUniform->getAllocation().getHostPtr(), &referenceData[0], refUniformSize); in renderYCbCrToColor() 855 …::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAlloc… in renderYCbCrToColor() 899 deMemcpy(vertexBuffer->getAllocation().getHostPtr(), &posCoords[0], bufferSize); in renderYCbCrToColor() 900 …lushMappedMemoryRange(vk, device, vertexBuffer->getAllocation().getMemory(), vertexBuffer->getAllo… in renderYCbCrToColor()
|
D | vktProtectedMemStorageBufferTests.cpp | 384 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize); in executeFragmentTest() 385 …:flushMappedMemoryRange(vk, device, testUniform->getAllocation().getMemory(), testUniform->getAllo… in executeFragmentTest() 571 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize); in executeComputeTest() 572 …:flushMappedMemoryRange(vk, device, testUniform->getAllocation().getMemory(), testUniform->getAllo… in executeComputeTest()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 378 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() 457 const Allocation& vertexAllocPerSampleFetchPass = vertexBufferPerSampleFetchPass->getAllocation(); in iterate() 514 …deMemcpy(bufferSampleID->getAllocation().getHostPtr(), sampleIDs, static_cast<deUint32>(uboOffsetA… in iterate() 516 flushAlloc(deviceInterface, device, bufferSampleID->getAllocation()); in iterate() 736 const Allocation& bufferRSAlloc = bufferRS->getAllocation(); in iterate() 759 const Allocation& bufferAlloc = buffersPerSample[sampleNdx]->getAllocation(); in iterate()
|
D | vktPipelineMakeUtil.hpp | 48 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Buffer 69 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Image
|
D | vktPipelineMultisampleBaseResolve.cpp | 211 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() 384 const Allocation& bufferRSAllocation = bufferRS->getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationPrimitiveDiscardTests.cpp | 416 const Allocation& alloc = vertexBuffer.getAllocation(); in test() 428 const Allocation& alloc = resultBuffer.getAllocation(); in test() 539 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() 548 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test()
|
D | vktTessellationMiscDrawTests.cpp | 155 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() 231 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in runTest() 281 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest()
|
D | vktTessellationGeometryPassthroughTests.cpp | 358 const Allocation& alloc = colorBuffer.getAllocation(); in getPixelBufferAccess() 437 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in iterate() 450 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 117 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() 178 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate()
|
D | vktGeometryTestsUtil.hpp | 70 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Buffer 98 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Image
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBufferWithMemory.hpp | 53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::BufferWithMemory
|
D | vkImageWithMemory.hpp | 52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::ImageWithMemory
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 79 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::image::Buffer 100 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::image::Image
|
D | vktImageTranscodingSupportTests.cpp | 344 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation(); in transcode() 397 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() 438 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() 594 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation(); in transcode() 654 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() 699 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode()
|
D | vktImageMultisampleLoadStoreTests.cpp | 274 const Allocation& alloc = constantsBuffer->getAllocation(); in test() 293 const Allocation& alloc = resultBuffer->getAllocation(); in test() 438 const Allocation& alloc = resultBuffer->getAllocation(); in test()
|
D | vktImageCompressionTranscodingSupport.cpp | 679 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() 890 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() 1292 const Allocation& resultAlloc = resultBuffer.getAllocation(); in decompressImage() 1293 const Allocation& referenceAlloc = referenceBuffer.getAllocation(); in decompressImage() 1646 const Allocation& vertexBufferAlloc = m_vertexBuffer->getAllocation(); in prepareVertexBuffer() 1727 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() 1776 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() 1861 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() 1910 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() 2090 const Allocation& refSrcImageBufferAlloc = refSrcImageBuffer->getAllocation(); in verifyDecompression() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 119 const Allocation& alloc = m_vertexBuffer->getAllocation(); in VertexGrid() 134 const Allocation& alloc = m_indexBuffer->getAllocation(); in VertexGrid() 209 const Allocation& alloc = hostBuffer.getAllocation(); in getHostBufferData() 605 const Allocation& alloc = m_hostBuffer->getAllocation(); in Implementation() 711 const Allocation& alloc = m_hostBuffer->getAllocation(); in ImplementationBase() 1090 const Allocation& alloc = m_indirectBuffer->getAllocation(); in ComputePipeline() 1157 const Allocation& alloc = m_hostBuffer->getAllocation(); in BufferImplementation() 1292 const Allocation& alloc = m_hostBuffer->getAllocation(); in ImageImplementation() 1782 const Allocation& alloc = m_hostBuffer->getAllocation(); in WriteImplementation() 1981 const Allocation& alloc = m_hostBuffer->getAllocation(); in WriteImplementation() [all …]
|
D | vktSynchronizationUtil.hpp | 62 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Buffer 95 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Image
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 332 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in VulkanDrawContext() 344 const Allocation& alloc = m_vertexBuffer->getAllocation(); in VulkanDrawContext() 742 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in getColorPixels()
|