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:NIR_SPIRV_OPENCL
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/
H
A
D
nir_spirv.h
54
NIR_SPIRV_OPENCL
,
enumerator
H
A
D
spirv2nir.c
169
spirv_opts.environment =
NIR_SPIRV_OPENCL
;
in main()
H
A
D
vtn_variables.c
2086
b->options->environment !=
NIR_SPIRV_OPENCL
,
in vtn_create_variable()
2099
vtn_assert(b->options->environment !=
NIR_SPIRV_OPENCL
);
in vtn_create_variable()
2108
vtn_assert(b->options->environment ==
NIR_SPIRV_OPENCL
);
in vtn_create_variable()
2119
env ==
NIR_SPIRV_OPENCL
? "OpenCL" :
in vtn_create_variable()
2129
env ==
NIR_SPIRV_OPENCL
? "CrossWorkgroup, UniformConstant" : "",
in vtn_create_variable()
H
A
D
spirv_to_nir.c
880
if (b->options->environment ==
NIR_SPIRV_OPENCL
)
in vtn_type_needs_explicit_layout()
6356
b->options->environment ==
NIR_SPIRV_OPENCL
&& is_llvm_spirv_translator;
in vtn_create_builder()
/third_party/mesa3d/src/compiler/clc/
H
A
D
clc.c
129
.environment =
NIR_SPIRV_OPENCL
,
in clc_libclc_new()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_kernel.c
266
.environment =
NIR_SPIRV_OPENCL
,
in brw_kernel_from_spirv()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H
A
D
invocation.cpp
371
spirv_options.environment =
NIR_SPIRV_OPENCL
;
/third_party/mesa3d/src/microsoft/clc/
H
A
D
clc_compiler.c
758
.environment =
NIR_SPIRV_OPENCL
,
in clc_spirv_to_dxil()
Completed in 16 milliseconds