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:field_idx
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast_array_index.cpp
91
unsigned
field_idx
= deref_record->
field_idx
;
in update_max_array_access()
local
92
assert(
field_idx
< deref_var->var->get_interface_type()->length);
in update_max_array_access()
99
if (idx > max_ifc_array_access[
field_idx
]) {
in update_max_array_access()
100
max_ifc_array_access[
field_idx
] = idx;
in update_max_array_access()
106
deref_record->record->type->fields.structure[
field_idx
].name;
in update_max_array_access()
H
A
D
ir_clone.cpp
203
assert(this->
field_idx
>= 0);
in clone()
205
this->record->type->fields.structure[this->
field_idx
].name;
in clone()
H
A
D
lower_named_interface_blocks.cpp
295
ir->record->type->fields.structure[ir->
field_idx
].name);
in handle_rvalue()
H
A
D
opt_structure_splitting.cpp
235
int i = deref_record->
field_idx
;
in split_deref()
H
A
D
ir_constant_expression.cpp
546
store = substore->get_record_field(dr->
field_idx
);
in constant_referenced()
1023
return (v != NULL) ? v->get_record_field(this->
field_idx
) : NULL;
in constant_expression_value()
H
A
D
ir.h
2194
glsl_struct_field *field = record->type->fields.structure +
field_idx
;
in precision()
2207
int
field_idx
;
member in ir_dereference_record
H
A
D
ir_print_visitor.cpp
438
ir->record->type->fields.structure[ir->
field_idx
].name;
in visit()
H
A
D
ir.cpp
1723
this->
field_idx
= this->record->type->field_index(field);
in ir_dereference_record()
1735
this->
field_idx
= this->record->type->field_index(field);
in ir_dereference_record()
H
A
D
ir_validate.cpp
177
if (ir->record->type->fields.structure[ir->
field_idx
].type != ir->type) {
in visit_enter()
H
A
D
glsl_to_nir.cpp
2669
int field_index = ir->
field_idx
;
in visit()
H
A
D
linker.cpp
258
ir->type = ir->record->type->fields.structure[ir->
field_idx
].type;
in visit_leave()
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
message_factory.cc
187
for (int
field_idx
= 0;
field_idx
< descriptor->field_count();
field_idx
++) {
in GetOrCreateMessageClass()
189
descriptor->field(
field_idx
)->message_type();
in GetOrCreateMessageClass()
/third_party/mesa3d/src/amd/registers/
H
A
D
makeregheader.py
314
field_idx
= 0
315
while
field_idx
< len(field_lines):
316
field_line = field_lines[
field_idx
]
319
field_idx
+= 1
321
del field_lines[
field_idx
]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_helpers.cc
811
for (int
field_idx
= 0;
field_idx
< descriptor->field_count();
field_idx
++) {
in HasLazyFields()
812
if (IsLazy(descriptor->field(
field_idx
), options)) {
in HasLazyFields()
837
for (int
field_idx
= 0;
field_idx
< file->extension_count();
field_idx
++) {
in HasLazyFields()
838
if (IsLazy(file->extension(
field_idx
), options)) {
in HasLazyFields()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_deref.c
289
unsigned
field_idx
)
in struct_type_get_field_offset()
293
for (unsigned i = 0; i <=
field_idx
; i++) {
in struct_type_get_field_offset()
297
if (i <
field_idx
)
in struct_type_get_field_offset()
287
struct_type_get_field_offset(const struct glsl_type *struct_type, glsl_type_size_align_func size_align, unsigned
field_idx
)
struct_type_get_field_offset()
argument
Completed in 32 milliseconds