Home
last modified time | relevance | path

Searched refs:Unmap (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DBufferTests.cpp58 buffer.Unmap(); in TEST_P()
79 buffer.Unmap(); in TEST_P()
120 buffer.Unmap(); in TEST_P()
140 buffer.Unmap(); in TEST_P()
335 result.buffer.Unmap(); in TEST_P()
344 result.buffer.Unmap(); in TEST_P()
348 result.buffer.Unmap(); in TEST_P()
356 result.buffer.Unmap(); in TEST_P()
371 result.buffer.Unmap(); in TEST_P()
386 result.buffer.Unmap(); in TEST_P()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferTests.cpp73 buffer.Unmap(); in TEST_P()
82 buffer.Unmap(); in TEST_P()
94 buffer.Unmap(); in TEST_P()
106 buffer.Unmap(); in TEST_P()
113 buffer.Unmap(); in TEST_P()
128 buffer.Unmap(); in TEST_P()
149 buffer.Unmap(); in TEST_P()
163 buffer.Unmap(); in TEST_P()
195 user->buffer.Unmap(); in TEST_P()
215 buffer.Unmap(); in TEST_P()
[all …]
DNonzeroBufferCreationTests.cpp96 buffer.Unmap(); in TEST_P()
101 buffer.Unmap(); in TEST_P()
112 buffer.Unmap(); in TEST_P()
125 buffer.Unmap(); in TEST_P()
DQueueTimelineTests.cpp77 mMapReadBuffer.Unmap(); in TEST_P()
93 mMapReadBuffer.Unmap(); in TEST_P()
DBufferZeroInitTests.cpp716 buffer.Unmap(); in TEST_P()
732 buffer.Unmap(); in TEST_P()
739 buffer.Unmap(); in TEST_P()
758 buffer.Unmap(); in TEST_P()
772 buffer.Unmap(); in TEST_P()
795 buffer.Unmap(); in TEST_P()
800 buffer.Unmap(); in TEST_P()
818 buffer.Unmap(); in TEST_P()
847 buffer.Unmap(); in TEST_P()
862 buffer.Unmap(); in TEST_P()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBufferValidationTests.cpp176 buf.Unmap(); in TEST_F()
190 buf.Unmap(); in TEST_F()
198 result.buffer.Unmap(); in TEST_F()
206 result.buffer.Unmap(); in TEST_F()
283 buf.Unmap(); in TEST_F()
299 buf.Unmap(); in TEST_F()
354 buf.Unmap(); in TEST_F()
375 buf.Unmap(); in TEST_F()
393 .WillOnce(InvokeWithoutArgs([&]() { buf.Unmap(); })); in TEST_F()
406 .WillOnce(InvokeWithoutArgs([&]() { buf.Unmap(); })); in TEST_F()
[all …]
DQueueSubmitValidationTests.cpp65 buffer.Unmap(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBufferValidationTests.cpp145 buf.Unmap(); in TEST_F()
157 buf.Unmap(); in TEST_F()
323 buf.Unmap(); in TEST_F()
335 buf.Unmap(); in TEST_F()
352 buf.Unmap(); in TEST_F()
366 buf.Unmap(); in TEST_F()
410 .WillOnce(InvokeWithoutArgs([&]() { buf.Unmap(); })); in TEST_F()
419 .WillOnce(InvokeWithoutArgs([&]() { buf.Unmap(); })); in TEST_F()
500 ASSERT_DEVICE_ERROR(buf.Unmap()); in TEST_F()
508 ASSERT_DEVICE_ERROR(buf.Unmap()); in TEST_F()
[all …]
DQueueSubmitValidationTests.cpp80 buffer.Unmap(); in TEST_F()
127 buffer.Unmap(); in TEST_F()
149 data->buffer.Unmap(); in TEST_F()
DWriteBufferTests.cpp100 buffer.Unmap(); in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp96 dxContext->Unmap(mBuffer.get(), 0); in unmapBuffer()
134 dxContext->Unmap(mBuffer.get(), 0); in discard()
DVertexBuffer11.cpp92 dxContext->Unmap(mBuffer.get(), 0); in hintUnmapResource()
157 mRenderer->getDeviceContext()->Unmap(mBuffer.get(), 0); in discard()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexBuffer11.cpp92 dxContext->Unmap(mBuffer.get(), 0); in hintUnmapResource()
157 mRenderer->getDeviceContext()->Unmap(mBuffer.get(), 0); in discard()
DIndexBuffer11.cpp96 dxContext->Unmap(mBuffer.get(), 0); in unmapBuffer()
134 dxContext->Unmap(mBuffer.get(), 0); in discard()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingBufferD3D12.cpp53 mUploadHeap->Unmap(0, nullptr); in ~StagingBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingBufferD3D12.cpp68 GetResource()->Unmap(0, nullptr); in ~StagingBuffer()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp847 resources[i].resource->Unmap(0, NULL); in TestMapping()
1019 resourcesUpload[i].resource->Unmap(0, NULL); in TestTransfer()
1057 resourcesReadback[i].resource->Unmap(0, &EMPTY_RANGE); in TestTransfer()
1091 bufUpload.resource->Unmap(0, NULL); in TestZeroInitialized()
1125 bufReadback.resource->Unmap(0, &EMPTY_RANGE); in TestZeroInitialized()
1257 res.resource->Unmap(0, NULL); in TestMultithreading()
1302 res.resource->Unmap(0, NULL); in TestMultithreading()
1322 resources[resIndex].resource->Unmap(0, &EMPTY_RANGE); in TestMultithreading()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.h48 void Unmap();
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.cpp301 Unmap(); in Destroy()
319 void BufferBase::Unmap() { in Unmap() function in dawn_native::BufferBase
DBuffer.h65 void Unmap();
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11device.cpp366 context->Unmap (vertex_buffer.Get(), 0); in prepare_shader()
392 context->Unmap (index_buffer.Get(), 0); in prepare_shader()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx11.cpp109 ctx->Unmap(g_pVB, 0); in ImGui_ImplDX11_RenderDrawData()
110 ctx->Unmap(g_pIB, 0); in ImGui_ImplDX11_RenderDrawData()
131 ctx->Unmap(g_pVertexConstantBuffer, 0); in ImGui_ImplDX11_RenderDrawData()
Dimgui_impl_dx10.cpp107 g_pVB->Unmap(); in ImGui_ImplDX10_RenderDrawData()
108 g_pIB->Unmap(); in ImGui_ImplDX10_RenderDrawData()
129 g_pVertexConstantBuffer->Unmap(); in ImGui_ImplDX10_RenderDrawData()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DBufferUploadPerf.cpp135 buffer.Unmap(); in Step()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.h72 void Unmap();

12345