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:t_without_array
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
link_uniforms.cpp
83
const glsl_type *
t_without_array
= t->without_array();
in process()
local
89
if (
t_without_array
->is_struct() ||
in process()
95
} else if (
t_without_array
->is_interface()) {
in process()
96
char *name = ralloc_strdup(NULL,
t_without_array
->name);
in process()
98
&
t_without_array
->
in process()
99
fields.structure[
t_without_array
->field_index(var->name)] : NULL;
in process()
H
A
D
gl_nir_link_uniform_initializers.c
192
const struct glsl_type *
t_without_array
= glsl_without_array(type);
in set_uniform_initializer()
local
202
if (glsl_type_is_struct_or_ifc(
t_without_array
) ||
in set_uniform_initializer()
H
A
D
ast_to_hir.cpp
2883
const glsl_type *
t_without_array
= type->without_array();
in validate_xfb_offset_qualifier()
local
2894
if (
t_without_array
->is_struct() ||
t_without_array
->is_interface())
in validate_xfb_offset_qualifier()
2895
for (unsigned int i = 0; i <
t_without_array
->length; i++) {
in validate_xfb_offset_qualifier()
2896
const glsl_type *member_t =
t_without_array
->fields.structure[i].type;
in validate_xfb_offset_qualifier()
2904
int xfb_offset =
t_without_array
->fields.structure[i].offset;
in validate_xfb_offset_qualifier()
Completed in 13 milliseconds