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:info_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_opencl.c
779
*
info_idx
is 1-based to match clover/llvm
in handle_printf()
780
* the backend indexes the info table at
info_idx
- 1.
in handle_printf()
783
unsigned
info_idx
= b->shader->printf_info_count;
in handle_printf()
local
786
nir_printf_info,
info_idx
);
in handle_printf()
787
nir_printf_info *info = &b->shader->printf_info[
info_idx
- 1];
in handle_printf()
834
nir_ssa_def *fmt_idx = nir_imm_int(&b->nb,
info_idx
);
in handle_printf()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_descriptor_set.c
503
const uint32_t
info_idx
=
in anv_CreateDescriptorSetLayout()
local
508
&pCreateInfo->pBindings[
info_idx
];
in anv_CreateDescriptorSetLayout()
518
binding_flags_info->pBindingFlags[
info_idx
];
in anv_CreateDescriptorSetLayout()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
3274
unsigned
info_idx
= 0;
in handle_compute_push_descriptor_set()
local
3284
union lvp_descriptor_info *info = &pds->infos[
info_idx
+ j];
in handle_compute_push_descriptor_set()
3291
info_idx
+= desc->descriptor_count;
in handle_compute_push_descriptor_set()
3390
unsigned
info_idx
= 0;
in handle_push_descriptor_set_generic()
local
3400
union lvp_descriptor_info *info = &pds->infos[
info_idx
+ j];
in handle_push_descriptor_set_generic()
3428
info_idx
+= desc->descriptor_count;
in handle_push_descriptor_set_generic()
Completed in 11 milliseconds