Home
last modified time | relevance | path

Searched refs:uploadBuffer (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp278 ID3D12Resource* uploadBuffer = NULL; in ImGui_ImplDX12_CreateFontsTexture() local
280 D3D12_RESOURCE_STATE_GENERIC_READ, NULL, IID_PPV_ARGS(&uploadBuffer)); in ImGui_ImplDX12_CreateFontsTexture()
285 hr = uploadBuffer->Map(0, &range, &mapped); in ImGui_ImplDX12_CreateFontsTexture()
289 uploadBuffer->Unmap(0, &range); in ImGui_ImplDX12_CreateFontsTexture()
292 srcLocation.pResource = uploadBuffer; in ImGui_ImplDX12_CreateFontsTexture()
355 uploadBuffer->Release(); in ImGui_ImplDX12_CreateFontsTexture()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp335 ID3D12Resource* uploadBuffer = NULL; in ImGui_ImplDX12_CreateFontsTexture() local
337 D3D12_RESOURCE_STATE_GENERIC_READ, NULL, IID_PPV_ARGS(&uploadBuffer)); in ImGui_ImplDX12_CreateFontsTexture()
342 hr = uploadBuffer->Map(0, &range, &mapped); in ImGui_ImplDX12_CreateFontsTexture()
346 uploadBuffer->Unmap(0, &range); in ImGui_ImplDX12_CreateFontsTexture()
349 srcLocation.pResource = uploadBuffer; in ImGui_ImplDX12_CreateFontsTexture()
412 uploadBuffer->Release(); in ImGui_ImplDX12_CreateFontsTexture()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp106 dawn::Buffer uploadBuffer = utils::CreateBufferFromData( in DoTest() local
111 utils::CreateBufferCopyView(uploadBuffer, 0, rowPitch, 0); in DoTest()
219 dawn::Buffer uploadBuffer = utils::CreateBufferFromData( in DoTest() local
223 utils::CreateBufferCopyView(uploadBuffer, 0, rowPitch, 0); in DoTest()
315 dawn::Buffer uploadBuffer = utils::CreateBufferFromData( in DoTest() local
320 utils::CreateBufferCopyView(uploadBuffer, 0, rowPitch, 0); in DoTest()
340 dawn::Buffer uploadBuffer = utils::CreateBufferFromData( in DoTest() local
344 utils::CreateBufferCopyView(uploadBuffer, 0, dstRowPitch, 0); in DoTest()
DTextureFormatTests.cpp264 dawn::Buffer uploadBuffer = utils::CreateBufferFromData(device, sampleData, sampleDataSize, in DoSampleTest() local
296 dawn::BufferCopyView bufferView = utils::CreateBufferCopyView(uploadBuffer, 0, 256, 0); in DoSampleTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp200 void uploadBuffer (tcu::ConstPixelBufferAccess
241 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
291 void FillBufferTestInstance::uploadBuffer in uploadBuffer() function in vkt::api::__anon774ffdec0111::FillBufferTestInstance
383 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
DvktApiCopiesAndBlittingTests.cpp458 …void uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferA…
614 void CopiesAndBlittingTestInstance::uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const A… in uploadBuffer() function in vkt::api::__anon4e583cfe0111::CopiesAndBlittingTestInstance
2015 uploadBuffer(m_sourceTextureLevel->getAccess(), *m_sourceBufferAlloc); in iterate()
2016 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
2230 uploadBuffer(m_destinationTextureLevel->getAccess(), *m_destinationBufferAlloc); in iterate()
2476 uploadBuffer(m_sourceTextureLevel->getAccess(), *m_sourceBufferAlloc); in iterate()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm240 id<MTLBuffer> uploadBuffer = ToBackend(source)->GetBufferHandle();
244 [encoder copyFromBuffer:uploadBuffer
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp206 wgpu::Buffer uploadBuffer = utils::CreateBufferFromData(device, sampleData, sampleDataSize, in DoSampleTest() local
235 wgpu::ImageCopyBuffer bufferView = utils::CreateImageCopyBuffer(uploadBuffer, 0, 256); in DoSampleTest()
DStorageTextureTests.cpp518 wgpu::Buffer uploadBuffer = in CreateTextureWithTestData() local
530 utils::CreateImageCopyBuffer(uploadBuffer, 0, kTextureBytesPerRowAlignment, kHeight); in CreateTextureWithTestData()
DBufferZeroInitTests.cpp821 wgpu::Buffer uploadBuffer = utils::CreateBufferFromData( in TEST_P() local
826 encoder.CopyBufferToBuffer(uploadBuffer, 0, buffer, 0, 2 * sizeof(uint32_t)); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm405 id<MTLBuffer> uploadBuffer = ToBackend(source)->GetBufferHandle();
407 [GetPendingCommandContext()->EnsureBlit() copyFromBuffer:uploadBuffer
DTextureMTL.mm669 id<MTLBuffer> uploadBuffer =
687 copyFromBuffer:uploadBuffer
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp5399 void uploadBuffer (Sample& sample, Result& result);
5662 uploadBuffer(m_samples[currentSampleNdx], m_results[currentSampleNdx]); in iterate()
5690 void UploadWaitDrawCase::uploadBuffer (Sample& sample, Result& result) in uploadBuffer() function in deqp::gles3::Performance::__anon588e69f90111::UploadWaitDrawCase