Searched refs:ComputeTextureCopyLocationForTexture (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | UtilsD3D12.cpp | 71 D3D12_TEXTURE_COPY_LOCATION ComputeTextureCopyLocationForTexture(const Texture* texture, in ComputeTextureCopyLocationForTexture() function 158 ComputeTextureCopyLocationForTexture(texture, textureMiplevel, textureLayer, aspect); in RecordCopyBufferToTextureFromTextureCopySplit() 276 ComputeTextureCopyLocationForTexture(texture, textureMiplevel, textureLayer, aspect); in RecordCopyTextureToBufferFromTextureCopySplit()
|
| D | UtilsD3D12.h | 31 D3D12_TEXTURE_COPY_LOCATION ComputeTextureCopyLocationForTexture(const Texture* texture,
|
| D | CommandBufferD3D12.cpp | 851 ComputeTextureCopyLocationForTexture(source, copy->source.mipLevel, in RecordCommands() 854 ComputeTextureCopyLocationForTexture( in RecordCommands() 900 ComputeTextureCopyLocationForTexture( in RecordCommands() 904 ComputeTextureCopyLocationForTexture(destination, in RecordCommands()
|