Searched refs:getAllocation (Results 1 - 25 of 43) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBufferWithMemory.hpp53 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vk::BufferWithMemory
H A DvkImageWithMemory.hpp52 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vk::ImageWithMemory
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.hpp50 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::compute::Buffer
71 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::compute::Image
H A DvktComputeBasicComputeShaderTests.cpp252 const Allocation& bufferAllocation = buffer.getAllocation();
423 const Allocation& bufferAllocation = buffer.getAllocation();
596 const Allocation& bufferAllocation = buffer.getAllocation();
722 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation();
811 const Allocation& outputBufferAllocation = outputBuffer.getAllocation();
815 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr());
932 const Allocation& inputBufferAllocation = inputBuffer.getAllocation();
1021 const Allocation& outputBufferAllocation = outputBuffer.getAllocation();
1025 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr());
1219 const Allocation& inputBufferAllocation = inputBuffer.getAllocation();
[all...]
H A DvktComputeShaderBuiltinVarTests.cpp417 const Allocation& alloc = uniformBuffer.getAllocation();
477 const Allocation& resultAlloc = resultBuffer.getAllocation();
H A DvktComputeIndirectComputeDispatchTests.cpp182 const vk::Allocation& alloc = indirectBuffer.getAllocation();
228 const vk::Allocation& alloc = resultBuffer.getAllocation();
334 const vk::Allocation& alloc = resultBuffer.getAllocation();
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp114 const Allocation& alloc = vertexBuffer.getAllocation();
194 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
H A DvktGeometryTestsUtil.hpp70 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::geometry::Buffer
98 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::geometry::Image
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.hpp48 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::pipeline::Buffer
69 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::pipeline::Image
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp414 const Allocation& alloc = vertexBuffer.getAllocation();
426 const Allocation& alloc = resultBuffer.getAllocation();
559 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
568 const Allocation& resultAlloc = resultBuffer.getAllocation();
H A DvktTessellationFractionalSpacingTests.cpp500 const Allocation& alloc = tessLevelsBuffer.getAllocation();
509 const Allocation& alloc = resultBuffer.getAllocation();
540 const Allocation& resultAlloc = resultBuffer.getAllocation();
H A DvktTessellationGeometryPassthroughTests.cpp355 const Allocation& alloc = colorBuffer.getAllocation();
434 const Allocation& alloc = tessLevelsBuffer.getAllocation();
447 const Allocation& alloc = vertexBuffer.getAllocation();
H A DvktTessellationMiscDrawTests.cpp152 const Allocation& alloc = vertexBuffer.getAllocation();
228 const Allocation& alloc = tessLevelsBuffer.getAllocation();
300 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
H A DvktTessellationInvarianceTests.cpp639 const Allocation& alloc = m_resultBuffer.getAllocation();
670 const Allocation& resultAlloc = m_resultBuffer.getAllocation();
698 const Allocation& alloc = m_vertexBuffer.getAllocation();
1413 const Allocation& alloc = vertexBuffer.getAllocation();
1432 const Allocation& alloc = resultBuffer.getAllocation();
1463 const Allocation& resultAlloc = resultBuffer.getAllocation();
2056 const Allocation& alloc = vertexBuffer.getAllocation();
2061 const Allocation& alloc = resultBuffer.getAllocation();
2092 const Allocation& resultAlloc = resultBuffer.getAllocation();
H A DvktTessellationCommonEdgeTests.cpp337 const Allocation& alloc = vertexBuffer.getAllocation();
451 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
H A DvktTessellationShaderInputOutputTests.cpp86 const Allocation& alloc = vertexBuffer.getAllocation();
195 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
H A DvktTessellationUtil.hpp64 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::tessellation::Buffer
92 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::tessellation::Image
H A DvktTessellationUserDefinedIO.cpp778 const Allocation& alloc = vertexBuffer.getAllocation();
790 const Allocation& alloc = resultBuffer.getAllocation();
909 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
922 const Allocation& resultAlloc = resultBuffer.getAllocation();
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp78 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::image::Buffer
99 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::image::Image
H A DvktImageMultisampleLoadStoreTests.cpp272 const Allocation& alloc = constantsBuffer->getAllocation();
291 const Allocation& alloc = resultBuffer->getAllocation();
436 const Allocation& alloc = resultBuffer->getAllocation();
H A DvktImageCompressionTranscodingSupport.cpp562 const Allocation& alloc = imageBuffer.getAllocation();
773 const Allocation& allocResult = imageBufferResult.getAllocation();
1152 const Allocation& resultAlloc = resultBuffer.getAllocation();
1153 const Allocation& referenceAlloc = referenceBuffer.getAllocation();
1485 const Allocation& vertexBufferAlloc = m_vertexBuffer->getAllocation();
1566 const Allocation& alloc = srcImageBuffer->getAllocation();
1615 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation();
1700 const Allocation& alloc = srcImageBuffer->getAllocation();
1749 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation();
1922 const Allocation& refSrcImageBufferAlloc = refSrcImageBuffer->getAllocation();
[all...]
H A DvktImageTranscodingSupportTests.cpp342 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation();
395 const Allocation& alloc = srcImageBuffer->getAllocation();
436 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation();
592 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation();
652 const Allocation& alloc = srcImageBuffer->getAllocation();
697 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation();
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp62 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::synchronization::Buffer
95 vk::Allocation& getAllocation (void) const { return *m_allocation; } function in class:vkt::synchronization::Image
H A DvktSynchronizationOperation.cpp116 const Allocation& alloc = m_vertexBuffer->getAllocation();
131 const Allocation& alloc = m_indexBuffer->getAllocation();
206 const Allocation& alloc = hostBuffer.getAllocation();
602 const Allocation& alloc = m_hostBuffer->getAllocation();
708 const Allocation& alloc = m_hostBuffer->getAllocation();
1090 const Allocation& alloc = m_indirectBuffer->getAllocation();
1157 const Allocation& alloc = m_hostBuffer->getAllocation();
1292 const Allocation& alloc = m_hostBuffer->getAllocation();
1782 const Allocation& alloc = m_hostBuffer->getAllocation();
1981 const Allocation& alloc = m_hostBuffer->getAllocation();
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp341 const Allocation& alloc = resultBuffer.getAllocation();
378 const Allocation& resultAlloc = resultBuffer.getAllocation();
429 const Allocation& alloc = resultBuffer.getAllocation();
476 const Allocation& resultAlloc = resultBuffer.getAllocation();

Completed in 281 milliseconds

12