Searched refs:GPUBuffer (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUBuffer.cpp | 30 GPUBuffer::GPUBuffer(wgpu::Buffer buffer, in GPUBuffer() function in wgpu::binding::GPUBuffer 43 interop::Promise<void> GPUBuffer::mapAsync(Napi::Env env, in mapAsync() 109 interop::ArrayBuffer GPUBuffer::getMappedRange(Napi::Env env, in getMappedRange() 141 void GPUBuffer::unmap(Napi::Env env) { in unmap() 156 void GPUBuffer::destroy(Napi::Env) { in destroy() 161 std::optional<std::string> GPUBuffer::getLabel(Napi::Env) { in getLabel() 165 void GPUBuffer::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
|
D | GPURenderBundleEncoder.h | 51 interop::Interface<interop::GPUBuffer> buffer, 57 interop::Interface<interop::GPUBuffer> buffer, 72 interop::Interface<interop::GPUBuffer> indirectBuffer, 75 interop::Interface<interop::GPUBuffer> indirectBuffer,
|
D | GPUBuffer.h | 27 class GPUBuffer final : public interop::GPUBuffer { 29 GPUBuffer(wgpu::Buffer buffer,
|
D | GPURenderPassEncoder.h | 80 interop::Interface<interop::GPUBuffer> buffer, 86 interop::Interface<interop::GPUBuffer> buffer, 101 interop::Interface<interop::GPUBuffer> indirectBuffer, 104 interop::Interface<interop::GPUBuffer> indirectBuffer,
|
D | GPUCommandEncoder.h | 39 interop::Interface<interop::GPUBuffer> source, 41 interop::Interface<interop::GPUBuffer> destination, 66 interop::Interface<interop::GPUBuffer> destination,
|
D | GPURenderBundleEncoder.cpp | 101 interop::Interface<interop::GPUBuffer> buffer, in setIndexBuffer() 123 interop::Interface<interop::GPUBuffer> buffer, in setVertexBuffer() 154 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndirect() 170 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndexedIndirect()
|
D | GPURenderPassEncoder.cpp | 174 interop::Interface<interop::GPUBuffer> buffer, in setIndexBuffer() 193 interop::Interface<interop::GPUBuffer> buffer, in setVertexBuffer() 224 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndirect() 240 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndexedIndirect()
|
D | GPUCommandEncoder.cpp | 60 interop::Interface<interop::GPUBuffer> source, in copyBufferToBuffer() 62 interop::Interface<interop::GPUBuffer> destination, in copyBufferToBuffer() 160 interop::Interface<interop::GPUBuffer> destination, in resolveQuerySet()
|
D | CMakeLists.txt | 32 "GPUBuffer.cpp" 33 "GPUBuffer.h"
|
D | GPUComputePassEncoder.cpp | 48 interop::Interface<interop::GPUBuffer> indirectBuffer, in dispatchIndirect() 50 enc_.DispatchIndirect(*indirectBuffer.As<GPUBuffer>(), indirectOffset); in dispatchIndirect()
|
D | GPUQueue.cpp | 73 interop::Interface<interop::GPUBuffer> buffer, in writeBuffer() 78 wgpu::Buffer buf = *buffer.As<GPUBuffer>(); in writeBuffer()
|
D | GPUQueue.h | 37 interop::Interface<interop::GPUBuffer> buffer,
|
D | GPUComputePassEncoder.h | 44 interop::Interface<interop::GPUBuffer> indirectBuffer,
|
D | GPUDevice.cpp | 150 interop::Interface<interop::GPUBuffer> GPUDevice::createBuffer( in createBuffer() 161 return interop::GPUBuffer::Create<GPUBuffer>(env, device_.CreateBuffer(&desc), desc, in createBuffer()
|
D | GPUDevice.h | 35 interop::Interface<interop::GPUBuffer> createBuffer(
|
D | Converter.h | 46 DECLARE_IMPL(GPUBuffer);
|
D | Converter.cpp | 138 out.buffer = *in.buffer.As<GPUBuffer>(); in Convert() 937 auto buffer = res->buffer.As<GPUBuffer>(); in Convert()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5018 @@ -385,7 +385,8 @@ void GPUBuffer::ResetMappingState(v8::Isolate* isolate) {
|