Home
last modified time | relevance | path

Searched refs:srcLocation (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp236 … inline DescriptorSetUpdateBuilder &copySingle(VkDescriptorSet srcSet, const Location &srcLocation, in copySingle() argument
239 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copySingle()
243 … inline DescriptorSetUpdateBuilder &copyArray(VkDescriptorSet srcSet, const Location &srcLocation, in copyArray() argument
246 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copyArray()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp511 D3D12_TEXTURE_COPY_LOCATION srcLocation = {}; in copySurfaceAsCopyTexture() local
512 srcLocation.pResource = srcResource->d3dResource(); in copySurfaceAsCopyTexture()
513 srcLocation.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; in copySurfaceAsCopyTexture()
514 srcLocation.SubresourceIndex = 0; in copySurfaceAsCopyTexture()
528 &srcLocation, in copySurfaceAsCopyTexture()
653 D3D12_TEXTURE_COPY_LOCATION srcLocation = {}; in readOrTransferPixels() local
654 srcLocation.pResource = texResource->d3dResource(); in readOrTransferPixels()
655 SkASSERT(srcLocation.pResource); in readOrTransferPixels()
656 srcLocation.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; in readOrTransferPixels()
657 srcLocation.SubresourceIndex = 0; in readOrTransferPixels()
[all …]
DGrD3DCommandList.h79 const D3D12_TEXTURE_COPY_LOCATION* srcLocation,
87 const D3D12_TEXTURE_COPY_LOCATION* srcLocation,
DGrD3DCommandList.cpp189 const D3D12_TEXTURE_COPY_LOCATION* srcLocation, in copyTextureRegionToTexture() argument
196 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToTexture()
204 const D3D12_TEXTURE_COPY_LOCATION* srcLocation, in copyTextureRegionToBuffer() argument
211 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToBuffer()