Searched refs:srcBox (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 77 D3D11_BOX srcBox; in createMappableCompareBufferFromEmulatedBuffer() local 78 srcBox.left = 0; in createMappableCompareBufferFromEmulatedBuffer() 79 srcBox.right = size; in createMappableCompareBufferFromEmulatedBuffer() 80 srcBox.top = 0; in createMappableCompareBufferFromEmulatedBuffer() 81 srcBox.bottom = 1; in createMappableCompareBufferFromEmulatedBuffer() 82 srcBox.front = 0; in createMappableCompareBufferFromEmulatedBuffer() 83 srcBox.back = 1; in createMappableCompareBufferFromEmulatedBuffer() 86 sourceBuffer, 0, &srcBox); in createMappableCompareBufferFromEmulatedBuffer()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.cpp | 1197 D3D11_BOX srcBox; in copyFromStorage() local 1198 srcBox.left = static_cast<unsigned int>(sourceOffset); in copyFromStorage() 1199 srcBox.right = static_cast<unsigned int>(sourceOffset + clampedSize); in copyFromStorage() 1200 srcBox.top = 0; in copyFromStorage() 1201 srcBox.bottom = 1; in copyFromStorage() 1202 srcBox.front = 0; in copyFromStorage() 1203 srcBox.back = 1; in copyFromStorage() 1210 sourceBuffer->get(), 0, &srcBox); in copyFromStorage() 1240 D3D11_BOX srcBox; in resize() local 1241 srcBox.left = 0; in resize() [all …]
|
D | Image11.cpp | 466 D3D11_BOX srcBox; in copyWithoutConversion() local 467 srcBox.left = sourceArea.x; in copyWithoutConversion() 468 srcBox.right = sourceArea.x + sourceArea.width; in copyWithoutConversion() 469 srcBox.top = sourceArea.y; in copyWithoutConversion() 470 srcBox.bottom = sourceArea.y + sourceArea.height; in copyWithoutConversion() 471 srcBox.front = sourceArea.z; in copyWithoutConversion() 472 srcBox.back = sourceArea.z + sourceArea.depth; in copyWithoutConversion() 498 resolveTex.get(), 0, &srcBox); in copyWithoutConversion() 504 textureHelper.get(), sourceSubResource, &srcBox); in copyWithoutConversion()
|
D | TextureStorage11.cpp | 568 D3D11_BOX srcBox; in updateSubresourceLevel() local 569 srcBox.left = copyArea.x; in updateSubresourceLevel() 570 srcBox.top = copyArea.y; in updateSubresourceLevel() 571 srcBox.right = in updateSubresourceLevel() 573 srcBox.bottom = in updateSubresourceLevel() 575 srcBox.front = copyArea.z; in updateSubresourceLevel() 576 srcBox.back = copyArea.z + copyArea.depth; in updateSubresourceLevel() 582 fullCopy ? nullptr : &srcBox); in updateSubresourceLevel() 617 D3D11_BOX srcBox; in copySubresourceLevel() local 632 srcBox.left = region.x; in copySubresourceLevel() [all …]
|
D | Renderer11.cpp | 3481 D3D11_BOX srcBox; in readFromAttachment() local 3482 srcBox.left = static_cast<UINT>(safeArea.x); in readFromAttachment() 3483 srcBox.right = static_cast<UINT>(safeArea.x + safeArea.width); in readFromAttachment() 3484 srcBox.top = static_cast<UINT>(safeArea.y); in readFromAttachment() 3485 srcBox.bottom = static_cast<UINT>(safeArea.y + safeArea.height); in readFromAttachment() 3488 srcBox.front = 0; in readFromAttachment() 3491 srcBox.front = static_cast<UINT>(srcAttachment.layer()); in readFromAttachment() 3493 srcBox.back = srcBox.front + 1; in readFromAttachment() 3496 sourceSubResource, &srcBox); in readFromAttachment()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 495 D3D12_BOX srcBox = {}; in copySurfaceAsCopyTexture() local 496 srcBox.left = srcRect.fLeft; in copySurfaceAsCopyTexture() 497 srcBox.top = srcRect.fTop; in copySurfaceAsCopyTexture() 498 srcBox.right = srcRect.fRight; in copySurfaceAsCopyTexture() 499 srcBox.bottom = srcRect.fBottom; in copySurfaceAsCopyTexture() 500 srcBox.front = 0; in copySurfaceAsCopyTexture() 501 srcBox.back = 1; in copySurfaceAsCopyTexture() 508 &srcBox); in copySurfaceAsCopyTexture() 587 D3D12_BOX srcBox = {}; in onReadPixels() local 588 srcBox.left = left; in onReadPixels() [all …]
|
D | GrD3DCommandList.h | 79 const D3D12_BOX* srcBox); 87 const D3D12_BOX* srcBox);
|
D | GrD3DCommandList.cpp | 190 const D3D12_BOX* srcBox) { in copyTextureRegionToTexture() argument 196 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToTexture() 205 const D3D12_BOX* srcBox) { in copyTextureRegionToBuffer() argument 211 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToBuffer()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 1273 SVGA3dBox srcBox; member 1292 SVGA3dBox srcBox; member 1328 SVGA3dBox srcBox; member
|
/external/angle/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 110 const gl::Box &srcBox, in copy3DSubTexture() argument
|
D | TextureImpl.h | 161 const gl::Box &srcBox,
|