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:patch_consts
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_signature.c
730
mod->
patch_consts
[num_consts].sysvalue = patch_sysvalue_name(var);
in process_patch_const_signature()
736
&mod->
patch_consts
[num_consts], psv_elm))
in process_patch_const_signature()
740
for (unsigned i = 0; i < mod->
patch_consts
[num_consts].num_elements; ++i) {
in process_patch_const_signature()
741
struct dxil_signature_element *elm = &mod->
patch_consts
[num_consts].elements[i];
in process_patch_const_signature()
793
const struct dxil_mdnode *patch_const_signature = get_signature_metadata(mod, mod->
patch_consts
, mod->psv_patch_consts, mod->num_sig_patch_consts,
in get_signatures()
H
A
D
dxil_module.h
200
struct dxil_signature_record
patch_consts
[DXIL_SHADER_MAX_IO_ROWS];
member
H
A
D
nir_to_dxil.c
3201
&ctx->mod.
patch_consts
[nir_intrinsic_base(intr)] :
in emit_store_output_via_intrinsic()
3345
&ctx->mod.
patch_consts
[nir_intrinsic_base(intr)] :
in emit_load_input_via_intrinsic()
5960
ctx->mod.
patch_consts
,
in nir_to_dxil()
Completed in 12 milliseconds