HomeSort by: relevance | last modified time | path
    Searched refs:uniform_locations (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 541 unsigned uniform_locations() const;
glsl_types.cpp 1757 glsl_type::uniform_locations() const function in class:glsl_type
1782 size += this->fields.structure[i].type->uniform_locations();
1785 return this->length * this->fields.array->uniform_locations();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 425 unsigned uniform_locations() const;
glsl_types.cpp 1502 glsl_type::uniform_locations() const function in class:glsl_type
1527 size += this->fields.structure[i].type->uniform_locations();
1530 return this->length * this->fields.array->uniform_locations();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp 1146 slots = type->uniform_locations();
1154 slots = type->uniform_locations();
1156 slots = type->fields.array->uniform_locations();
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
linker.cpp 3456 unsigned slots = var->type->uniform_locations();
3522 unsigned slots = var->type->uniform_locations();
ast_to_hir.cpp 3271 unsigned max_loc = qual_location + var->type->uniform_locations() - 1;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
linker.cpp 3513 unsigned slots = var->type->uniform_locations();
3579 unsigned slots = var->type->uniform_locations();
ast_to_hir.cpp 3202 unsigned max_loc = qual_location + var->type->uniform_locations() - 1;

Completed in 25 milliseconds