Searched refs:comp_slots (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_xfb_info.c114 unsigned comp_slots; local in function:add_var_xfb_outputs
120 comp_slots = glsl_get_length(type);
122 comp_slots = glsl_get_component_slots(type);
124 UNUSED unsigned attrib_slots = DIV_ROUND_UP(comp_slots, 4);
132 assert(DIV_ROUND_UP(var->data.location_frac + comp_slots, 4) ==
136 assert(var->data.location_frac + comp_slots <= 8);
137 uint8_t comp_mask = ((1 << comp_slots) - 1) << var->data.location_frac;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_gather_xfb_info.c114 unsigned comp_slots; local in function:add_var_xfb_outputs
120 comp_slots = glsl_get_length(type);
122 comp_slots = glsl_get_component_slots(type);
124 UNUSED unsigned attrib_slots = DIV_ROUND_UP(comp_slots, 4);
132 assert(DIV_ROUND_UP(var->data.location_frac + comp_slots, 4) ==
136 assert(var->data.location_frac + comp_slots <= 8);
137 uint8_t comp_mask = ((1 << comp_slots) - 1) << var->data.location_frac;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp2206 unsigned comp_slots = type->component_slots() + offset; local in function:varying_matches::store_locations
2207 unsigned slots = comp_slots / 4;
2208 if (comp_slots % 4)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp2052 unsigned comp_slots = type->component_slots() + offset; local in function:varying_matches::store_locations
2053 unsigned slots = comp_slots / 4;
2054 if (comp_slots % 4)

Completed in 12 milliseconds