OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_dword_slots
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
564
unsigned
count_dword_slots
(bool bindless) const;
nir_types.cpp
171
return type->
count_dword_slots
(is_bindless);
glsl_types.cpp
2835
glsl_type::
count_dword_slots
(bool is_bindless) const
function in class:glsl_type
2860
return this->fields.array->
count_dword_slots
(is_bindless) *
2867
size += this->fields.structure[i].type->
count_dword_slots
(is_bindless);
Completed in 7 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026