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:component_slots
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_const_arrays_to_uniforms.c
151
unsigned
component_slots
= glsl_get_component_slots(var->type);
in lower_const_array_to_uniform()
local
154
if (
component_slots
> *free_uni_components)
in lower_const_array_to_uniform()
157
*free_uni_components -=
component_slots
;
in lower_const_array_to_uniform()
/third_party/mesa3d/src/compiler/
H
A
D
glsl_types.h
530
unsigned
component_slots
() const;
H
A
D
nir_types.cpp
203
return type->
component_slots
();
in glsl_get_component_slots()
H
A
D
glsl_types.cpp
1711
glsl_type::
component_slots
() const
in component_slots()
function in glsl_type
1735
size += this->fields.structure[i].type->
component_slots
();
in component_slots()
1741
return this->length * this->fields.array->
component_slots
();
in component_slots()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_varyings.c
1830
const unsigned
component_slots
= glsl_get_component_slots(type);
in tfeedback_candidate_generator()
local
1835
state->varying_floats +=
component_slots
;
in tfeedback_candidate_generator()
1838
state->xfb_offset_floats +=
component_slots
;
in tfeedback_candidate_generator()
H
A
D
serialize.cpp
483
prog->data->UniformStorage[i].type->
component_slots
() *
in write_uniforms()
553
prog->data->UniformStorage[i].type->
component_slots
() *
in read_uniforms()
H
A
D
ast_to_hir.cpp
2800
unsigned components = type->
component_slots
();
in validate_component_layout_for_type()
7750
4 * field_type->
component_slots
();
in ast_process_struct_or_iface_block_members()
7756
block_xfb_offset += 4 * field_type->
component_slots
();
in ast_process_struct_or_iface_block_members()
Completed in 25 milliseconds