Searched refs:srcLocation (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 236 … inline DescriptorSetUpdateBuilder ©Single(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 ©Array(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/ |
D | GrD3DGpu.cpp | 511 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 …]
|
D | GrD3DCommandList.h | 79 const D3D12_TEXTURE_COPY_LOCATION* srcLocation, 87 const D3D12_TEXTURE_COPY_LOCATION* srcLocation,
|
D | GrD3DCommandList.cpp | 189 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()
|