OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:explicit_size
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
675
unsigned
explicit_size
(bool align_to_stride=false) const;
glsl_types.cpp
2350
glsl_type::
explicit_size
(bool align_to_stride) const
function in class:glsl_type
2359
this->fields.structure[i].type->
explicit_size
();
2383
unsigned elem_size = align_to_stride ? this->explicit_stride : this->fields.array->
explicit_size
();
2401
unsigned elem_size = align_to_stride ? this->explicit_stride : elem_type->
explicit_size
();
nir_types.cpp
968
return type->
explicit_size
(align_to_stride);
Completed in 8 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026