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:int64_atomics
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
70
bool
int64_atomics
;
member
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_kernel.c
276
.
int64_atomics
= devinfo->ver >= 9,
in brw_kernel_from_spirv()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H
A
D
invocation.cpp
390
spirv_options.caps.
int64_atomics
= dev.has_int64_atomics();
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_pipeline.c
416
.
int64_atomics
= true,
in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_extensions.c
1787
spirv_caps->
int64_atomics
= extensions->NV_shader_atomic_int64;
in st_init_extensions()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.c
743
.
int64_atomics
= true,
in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
89
.
int64_atomics
= pdevice->info.ver >= 9 && pdevice->use_softpin,
in anv_shader_stage_to_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.c
1969
.
int64_atomics
= true,
in zink_shader_spirv_compile()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
4539
spv_check_supported(
int64_atomics
, cap);
in vtn_handle_preamble_instruction()
Completed in 32 milliseconds