HomeSort by: relevance | last modified time | path
    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 9 milliseconds