HomeSort by: relevance | last modified time | path
    Searched refs:component_slots (Results 1 - 16 of 16) 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();
link_varyings.cpp 2206 unsigned comp_slots = type->component_slots() + offset;
2311 switch (element_type->component_slots() % 4) {
2493 const unsigned component_slots = type->component_slots();
2498 this->varying_floats += component_slots;
2501 this->xfb_offset_floats += component_slots;
link_uniforms.cpp 561 const unsigned values = type->component_slots();
1182 this->values += type->component_slots();
serialize.cpp 480 prog->data->UniformStorage[i].type->component_slots() *
549 prog->data->UniformStorage[i].type->component_slots() *
ast_to_hir.cpp 2786 unsigned components = type->component_slots();
7724 4 * field_type->component_slots();
7730 block_xfb_offset += 4 * field_type->component_slots();
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 522 unsigned component_slots() const;
nir_types.cpp 184 return type->component_slots();
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.h 408 unsigned component_slots() const;
nir_types.cpp 165 return type->component_slots();
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();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_varyings.cpp 1855 = type->component_slots();
2052 unsigned comp_slots = type->component_slots() + offset;
2157 switch (element_type->component_slots() % 4) {
2293 this->varying_floats += type->component_slots();
link_uniforms.cpp 346 const unsigned values = type->component_slots();
952 this->values += type->component_slots();
serialize.cpp 476 prog->data->UniformStorage[i].type->component_slots() *
545 prog->data->UniformStorage[i].type->component_slots() *
ast_to_hir.cpp 3700 unsigned components = type->component_slots();
7474 4 * field_type->component_slots();
7480 block_xfb_offset += 4 * field_type->component_slots();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp 1187 uint32_t comp = type->is_array() ? type->without_array()->component_slots()
1188 : type->component_slots();
1252 uint32_t comp = type->is_array() ? type->without_array()->component_slots()
1253 : type->component_slots();

Completed in 83 milliseconds