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_attribute_slots
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
glsl.cpp
40
return type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_varyings.cpp
630
unsigned num_elements = type->
count_attribute_slots
(false);
663
unsigned field_slots = field->type->
count_attribute_slots
(false);
864
unsigned num_elements = type->
count_attribute_slots
(false);
2107
num_components = type->
count_attribute_slots
(is_vertex_input) * 4;
2114
num_components = type->
count_attribute_slots
(false) * 4;
2496
this->varying_floats += type->
count_attribute_slots
(false) * 4;
2716
->
count_attribute_slots
(io_mode == ir_var_shader_in &&
3100
output_vectors += var->type->
count_attribute_slots
(false);
3144
input_vectors += var->type->
count_attribute_slots
(false);
ir_set_program_inouts.cpp
180
mark(this->prog, var, 0, type->
count_attribute_slots
(is_vertex_input),
linker.cpp
3006
const unsigned slots = var->type->
count_attribute_slots
(target_index == MESA_SHADER_VERTEX);
3118
assigned[i]->type->
count_attribute_slots
(false);
3431
fragment_outputs += var->type->
count_attribute_slots
(false);
3868
field_location += field->type->
count_attribute_slots
(false);
3894
array_type->
count_attribute_slots
(false);
ast_to_hir.cpp
7612
fields[i].type->
count_attribute_slots
(false);
7617
expl_location += fields[i].type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_set_program_inouts.cpp
180
mark(this->prog, var, 0, type->
count_attribute_slots
(is_vertex_input),
link_varyings.cpp
620
unsigned num_elements = type->
count_attribute_slots
(false);
814
unsigned num_elements = type->
count_attribute_slots
(false);
1851
unsigned slots = type->
count_attribute_slots
(false);
1963
type->
count_attribute_slots
(is_vertex_input) * 4 :
2503
->
count_attribute_slots
(io_mode == ir_var_shader_in &&
2832
output_vectors += var->type->
count_attribute_slots
(false);
2876
input_vectors += var->type->
count_attribute_slots
(false);
linker.cpp
2906
const unsigned slots = var->type->
count_attribute_slots
(target_index == MESA_SHADER_VERTEX);
3018
assigned[i]->type->
count_attribute_slots
(false);
3488
fragment_outputs += var->type->
count_attribute_slots
(false);
4000
field_location += field->type->
count_attribute_slots
(false);
4026
array_type->
count_attribute_slots
(false);
ast_to_hir.cpp
7374
fields[i].type->
count_attribute_slots
(false);
7379
expl_location += fields[i].type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
553
*
count_attribute_slots
() (vertex inputs and varyings) but also for
581
unsigned
count_attribute_slots
(bool is_gl_vertex_input) const {
function in struct:glsl_type
nir_types.cpp
178
return type->
count_attribute_slots
(is_gl_vertex_input);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
448
unsigned
count_attribute_slots
(bool is_gl_vertex_input) const;
nir_types.cpp
159
return type->
count_attribute_slots
(is_gl_vertex_input);
glsl_types.cpp
2263
glsl_type::
count_attribute_slots
(bool is_gl_vertex_input) const
function in class:glsl_type
2316
size += member_type->
count_attribute_slots
(is_gl_vertex_input);
2324
return this->length * element->
count_attribute_slots
(is_gl_vertex_input);
2337
assert(!"Unexpected type in
count_attribute_slots
()");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp
942
return type->
count_attribute_slots
(false);
947
slots = type->
count_attribute_slots
(false);
955
slots = type->
count_attribute_slots
(false);
957
slots = type->fields.array->
count_attribute_slots
(false);
960
slots = type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_nir.cpp
59
return type->
count_attribute_slots
(false);
st_glsl_to_tgsi.cpp
1096
return type->
count_attribute_slots
(is_vs_input);
1102
return type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_nir.cpp
55
return type->
count_attribute_slots
(false);
st_glsl_to_tgsi.cpp
1017
return type->
count_attribute_slots
(is_vs_input);
1023
return type->
count_attribute_slots
(false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp
1141
return type->
count_attribute_slots
(false);
1159
slots = type->
count_attribute_slots
(false);
Completed in 86 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026