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_scope
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_tess_io_to_mem.c
489
nir_scope
exec_scope = nir_intrinsic_execution_scope(intrin);
in update_hs_scoped_barrier()
493
nir_scope
mem_scope = nir_intrinsic_memory_scope(intrin);
in update_hs_scoped_barrier()
557
nir_scope
scope =
in hs_emit_write_tess_factors()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
2474
static
nir_scope
2477
nir_scope
nir_scope
;
in vtn_scope_to_nir_scope()
local
2485
nir_scope
= NIR_SCOPE_DEVICE;
in vtn_scope_to_nir_scope()
2492
nir_scope
= NIR_SCOPE_QUEUE_FAMILY;
in vtn_scope_to_nir_scope()
2496
nir_scope
= NIR_SCOPE_WORKGROUP;
in vtn_scope_to_nir_scope()
2500
nir_scope
= NIR_SCOPE_SUBGROUP;
in vtn_scope_to_nir_scope()
2504
nir_scope
= NIR_SCOPE_INVOCATION;
in vtn_scope_to_nir_scope()
2508
nir_scope
= NIR_SCOPE_SHADER_CALL;
in vtn_scope_to_nir_scope()
2515
return
nir_scope
;
in vtn_scope_to_nir_scope()
6195
nir_scope
nir_scope
;
vtn_handle_body_instruction()
local
[all...]
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_llvm_build.h
181
LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx,
nir_scope
scope);
H
A
D
ac_llvm_build.c
477
LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx,
nir_scope
scope)
in ac_build_shader_clock()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_print.c
1037
nir_scope
scope =
in print_intrinsic_instr()
H
A
D
nir_builder.h
1644
nir_scope
scope,
H
A
D
nir.h
1788
}
nir_scope
;
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
nir_to_dxil.c
2533
emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes,
nir_scope
execution_scope,
nir_scope
mem_scope)
in emit_barrier_impl()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_compiler_nir.c
1601
nir_scope
exec_scope = nir_intrinsic_execution_scope(intr);
in emit_intrinsic_barrier()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H
A
D
nir_to_spirv.c
146
get_scope(
nir_scope
scope)
in get_scope()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection.cpp
7286
translate_nir_scope(
nir_scope
scope)
Completed in 57 milliseconds