Home
last modified time | relevance | path

Searched refs:CreateView (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/wasm/
Dfunction-compiler.cc63 std::unique_ptr<AssemblerBuffer> CreateView() { in CreateView() function in v8::internal::wasm::__anon16f3f3d90111::WasmInstructionBufferImpl
96 std::unique_ptr<AssemblerBuffer> WasmInstructionBuffer::CreateView() { in CreateView() function in v8::internal::wasm::WasmInstructionBuffer
97 return Impl(this)->CreateView(); in CreateView()
Dfunction-compiler.h38 std::unique_ptr<AssemblerBuffer> CreateView();
/external/skia/src/gpu/dawn/
DGrDawnTexture.cpp55 wgpu::TextureView textureView = tex.CreateView(); in Make()
91 wgpu::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped()
DGrDawnStencilAttachment.cpp42 wgpu::TextureView view = texture.CreateView(); in Create()
DGrDawnGpu.cpp412 info.fTextureView = tex.CreateView(); in createTestingOnlyBackendRenderTarget()
/external/skia/include/gpu/dawn/
DGrDawnTypes.h70 fTextureView = texInfo.fTexture.CreateView(&desc); in GrDawnRenderTargetInfo()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1228 depthStencilView = depthStencilTexture.CreateView(); in CreateRenderPassDescriptor()
1546 texture_views_.emplace_back(textures_.back().CreateView()); in AttachBuffersAndTextures()
/external/v8/src/compiler/
Dpipeline.cc2957 pipeline.AssembleCode(&linkage, instruction_buffer->CreateView()); in GenerateCodeForWasmNativeStub()
3190 pipeline.AssembleCode(&linkage, instruction_buffer->CreateView()); in GenerateCodeForWasmFunction()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc4136 call_descriptor, env, &zone, instruction_buffer->CreateView(), in ExecuteLiftoffCompilation()