Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp379 VkBuffer stagingBuffer; in loadImageContent() local
630 VkBuffer stagingBuffer; in loadBufferContent() local
DVkAndroidNativeBuffer.h77 VkBuffer stagingBuffer = VK_NULL_HANDLE; member
DVkAndroidNativeBuffer.cpp382 auto stagingBuffer = anbInfo->stagingBuffer; in teardownAndroidNativeBufferImage() local
DCompositorVk.cpp630 VkBuffer stagingBuffer = VK_NULL_HANDLE; in setUpDefaultImage() local
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DVulkanHelper.cpp1052 VkBuffer stagingBuffer = VK_NULL_HANDLE; in readPixels() local
1242 VkBuffer stagingBuffer = VK_NULL_HANDLE; in writePixels() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DBufferWgpu.cpp185 webgpu::BufferHelper stagingBuffer; in getIndexRange() local
H A DVertexArrayWgpu.cpp167 webgpu::BufferHelper stagingBuffer; in syncClientArrays() local
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DVulkan.h191 vkhpp::UniqueBuffer stagingBuffer, in Vk()
DVulkan.cpp239 auto stagingBuffer = in Load() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp5563 StagingBuffer stagingBuffer; in initializeNonZeroMemory() local
6180 BufferHelper *stagingBuffer, in copyToBufferOneOff()
6628 StagingBuffer stagingBuffer; in initializeNonZeroMemory() local
8631 std::unique_ptr<RefCounted<BufferHelper>> stagingBuffer = in stageSubresourceUpdateImpl() local
8951 std::unique_ptr<RefCounted<BufferHelper>> stagingBuffer = in reformatStagedBufferUpdates() local
9391 std::unique_ptr<RefCounted<BufferHelper>> stagingBuffer = in stageSubresourceUpdateAndGetData() local
9461 std::unique_ptr<RefCounted<BufferHelper>> stagingBuffer = in stageSubresourceUpdateFromFramebuffer() local
9634 std::unique_ptr<RefCounted<BufferHelper>> stagingBuffer = in stageResourceClearWithFormat() local
11480 vk::BufferHelper *stagingBuffer = &readBuffer.get(); in readPixelsImpl() local
H A DFramebufferVk.cpp1752 vk::RendererScoped<vk::BufferHelper> stagingBuffer(contextVk->getRenderer()); in generateFragmentShadingRateWithCPU() local
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp973 auto stagingBuffer = GFXSTREAM_EXPECT(CreateBuffer( in DownloadImage() local
1310 auto stagingBuffer = device->createBufferUnique(bufferCreateInfo).value; in TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp681 de::UniquePtr<vk::BufferWithMemory> stagingBuffer( in uploadImage() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceProvider.cpp485 AutoTMalloc<char> stagingBuffer; in findOrMakeStaticBuffer() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp960 NativeStorage *stagingBuffer = nullptr; in updateBufferStorage() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp1305 std::unique_ptr<BufferWithMemory> stagingBuffer; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp894 const Unique<VkBuffer> stagingBuffer( in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp701 …BufferWithMemory stagingBuffer(vkd, device, alloc, stagingBufferInfo, MemoryRequirement::HostVisib… in Resource() local
864 …BufferWithMemory stagingBuffer(vkd, device, alloc, stagingBufferInfo, MemoryRequirement::HostVisib… in getStoredValue() local
H A DvktBindingDescriptorBufferTests.cpp4348 auto &stagingBuffer = resources.buffer; in initializeBinding() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp605 const Unique<VkBuffer> stagingBuffer(createBuffer(vkd, device, &stagingBufferInfo)); in TestImage() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1421 …vk::BufferWithMemory stagingBuffer{vkd, device, allocator, stagingBufferInfo, MemoryRequirement::H… in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1540 … vk::Move<vk::VkBuffer> stagingBuffer = vk::createBuffer(vk, vkDevice, &stagingBufferCreateInfo); in FragmentDensityMapTestInstance() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1476 Move<VkBuffer> stagingBuffer; in createImageClearingBuffer() local
H A DvktApiCommandBuffersTests.cpp4752 BufferPtr stagingBuffer; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp803 const BufferWithMemory stagingBuffer(vk, device, allocator, in iterate() local