Home
last modified time | relevance | path

Searched defs:copyRegion (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp178 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(resolution.x(), resolution.y… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp397 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in test() local
DvktTessellationCommonEdgeTests.cpp434 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in test() local
DvktTessellationMiscDrawTests.cpp285 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in runTest() local
DvktTessellationGeometryGridRenderTests.cpp611 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), render… in iterate() local
DvktTessellationWindingTests.cpp476 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in iterate() local
DvktTessellationPrimitiveDiscardTests.cpp536 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in test() local
DvktTessellationGeometryPassthroughTests.cpp582 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in iterate() local
DvktTessellationShaderInputOutputTests.cpp180 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in runTest() local
DvktTessellationUserDefinedIO.cpp891 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(renderSize.x(), renderSize.y… in iterate() local
/external/libvncserver/libvncserver/
Dmain.c267 void rfbScheduleCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,int dx,int dy) in rfbScheduleCopyRegion()
356 void rfbDoCopyRegion(rfbScreenInfoPtr screen,sraRegionPtr copyRegion,int dx,int dy) in rfbDoCopyRegion()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp512 const VkBufferImageCopy copyRegion = in uploadImageAspect() local
712 const VkBufferImageCopy copyRegion = in readImageAspect() local
4067 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
4463 CopyRegion copyRegion; in addImageToBufferTests() local
4489 CopyRegion copyRegion; in addImageToBufferTests() local
4559 CopyRegion copyRegion; in addBufferToImageTests() local
4614 CopyRegion copyRegion; in addBufferToImageTests() local
4640 CopyRegion copyRegion; in addBufferToBufferTests() local
4660 CopyRegion copyRegion; in addBufferToBufferTests() local
4684 CopyRegion copyRegion; in addBufferToBufferTests() local
DvktApiBufferViewAccessTests.cpp699 const VkBufferImageCopy copyRegion = in BufferViewTestInstance() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp418 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(caseDef.texture.layerSize())… in test() local
DvktImageCompressionTranscodingSupport.cpp596 const VkBufferImageCopy copyRegion = in copyDataToImage() local
747 const VkBufferImageCopy copyRegion = in copyResultAndCompare() local
1046 const VkBufferImageCopy copyRegion = in decompressImage() local
1912 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(mipmapDims.x(), mipmapDims.y(), 0u… in verifyDecompression() local
DvktImageLoadStoreTests.cpp298 const VkBufferImageCopy copyRegion = makeBufferImageCopy(texture); in commandCopyImageToBuffer() local
1058 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_texture); in commandBeforeCompute() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp867 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeImageSubresourceLayers(VK_IMAGE_ASPEC… in VulkanDrawContext() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp682 const VkBufferImageCopy copyRegion = in fillUpResource() local
743 const VkBufferImageCopy copyRegion = in readUpResource() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp615 const VkBufferCopy copyRegion = makeBufferCopy(0u, 0u, m_resource.getBuffer().size); in recordCommands() local
1790 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().subresourceLayers, … in recordCommands() local
1856 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_subresourceLayers, m_imageExtent); in recordCommands() local
1993 const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_subresourceLayers, m_imageExtent); in recordCommands() local
2068 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(m_resource.getImage().subresourceLayers, … in recordCommands() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp750 const VkBufferImageCopy copyRegion = makeBufferImageCopy(VK_IMAGE_ASPECT_COLOR_BIT, renderSize); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1482 const VkBufferImageCopy copyRegion = in renderQuad() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1355 const VkBufferImageCopy copyRegion = in renderAndResolve() local
DvktPipelineImageUtil.cpp292 const VkBufferImageCopy copyRegion = in readColorAttachment() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1034 const VkBufferCopy copyRegion = in iterate() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1551 VkImageCopy copyRegion; in copySurfaceAsCopyImage() local

12