Searched refs:CreateView (Results 1 – 9 of 9) sorted by relevance
63 std::unique_ptr<AssemblerBuffer> CreateView() { in CreateView() function in v8::internal::wasm::__anon16f3f3d90111::WasmInstructionBufferImpl96 std::unique_ptr<AssemblerBuffer> WasmInstructionBuffer::CreateView() { in CreateView() function in v8::internal::wasm::WasmInstructionBuffer97 return Impl(this)->CreateView(); in CreateView()
38 std::unique_ptr<AssemblerBuffer> CreateView();
55 wgpu::TextureView textureView = tex.CreateView(); in Make()91 wgpu::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped()
42 wgpu::TextureView view = texture.CreateView(); in Create()
412 info.fTextureView = tex.CreateView(); in createTestingOnlyBackendRenderTarget()
70 fTextureView = texInfo.fTexture.CreateView(&desc); in GrDawnRenderTargetInfo()
1228 depthStencilView = depthStencilTexture.CreateView(); in CreateRenderPassDescriptor()1546 texture_views_.emplace_back(textures_.back().CreateView()); in AttachBuffersAndTextures()
2957 pipeline.AssembleCode(&linkage, instruction_buffer->CreateView()); in GenerateCodeForWasmNativeStub()3190 pipeline.AssembleCode(&linkage, instruction_buffer->CreateView()); in GenerateCodeForWasmFunction()
4136 call_descriptor, env, &zone, instruction_buffer->CreateView(), in ExecuteLiftoffCompilation()