OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:component_slots
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_const_arrays_to_uniforms.cpp
92
unsigned
component_slots
= con->type->
component_slots
();
local
95
if (
component_slots
> free_uni_components)
98
free_uni_components -=
component_slots
;
143
total += var->type->
component_slots
();
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
1600
glsl_type::
component_slots
() const
function in class:glsl_type
1624
size += this->fields.structure[i].type->
component_slots
();
1630
return this->length * this->fields.array->
component_slots
();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp
1411
glsl_type::
component_slots
() const
function in class:glsl_type
1435
size += this->fields.structure[i].type->
component_slots
();
1441
return this->length * this->fields.array->
component_slots
();
Completed in 7 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026