Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GPUShaderModule
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H
A
D
GPUShaderModule.cpp
15
#include "src/dawn_node/binding/
GPUShaderModule
.h"
24
// wgpu::bindings::
GPUShaderModule
26
GPUShaderModule
::
GPUShaderModule
(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async)
in GPUShaderModule()
function in wgpu::binding::GPUShaderModule
31
GPUShaderModule
::compilationInfo(Napi::Env env) {
in compilationInfo()
117
std::optional<std::string>
GPUShaderModule
::getLabel(Napi::Env) {
in getLabel()
121
void
GPUShaderModule
::setLabel(Napi::Env, std::optional<std::string> value) {
in setLabel()
H
A
D
GPUShaderModule.h
26
//
GPUShaderModule
is an implementation of interop::
GPUShaderModule
that wraps a
28
class
GPUShaderModule
final : public interop::
GPUShaderModule
{
30
GPUShaderModule
(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async);
37
// interop::
GPUShaderModule
interface compliance
H
A
D
GPUDevice.cpp
33
#include "src/dawn_node/binding/
GPUShaderModule
.h"
254
interop::Interface<interop::
GPUShaderModule
> GPUDevice::createShaderModule(
in createShaderModule()
266
return interop::
GPUShaderModule
::Create<
GPUShaderModule
>(
in createShaderModule()
H
A
D
GPUDevice.h
56
interop::Interface<interop::
GPUShaderModule
> createShaderModule(
H
A
D
Converter.h
52
DECLARE_IMPL(
GPUShaderModule
);
H
A
D
Converter.cpp
20
#include "src/dawn_node/binding/
GPUShaderModule
.h"
424
out.module = *in.module.As<
GPUShaderModule
>();
in Convert()
Completed in 7 milliseconds