Lines Matching defs:component
233 unsigned *component, bool bts)
256 const unsigned total_offset = *component + index;
258 *component = total_offset % 4;
295 unsigned component, unsigned num_components, unsigned bit_size,
352 nir_intrinsic_set_component(load, component);
394 unsigned component, const struct glsl_type *type)
404 assert(component == 0 || component == 2);
409 (4 - component) / 2);
412 emit_load(state, array_index, var, offset, component,
419 /* Only the first store has a component offset */
420 component = 0;
430 emit_load(state, array_index, var, offset, component,
434 return emit_load(state, array_index, var, offset, component,
444 unsigned component, unsigned num_components,
462 nir_intrinsic_set_component(store, component);
506 unsigned component, const struct glsl_type *type)
515 assert(component == 0 || component == 2);
521 (4 - component) / 2);
536 component, data32->num_components, write_mask32,
540 /* Only the first store has a component offset */
541 component = 0;
551 component, intrin->num_components,
556 component, intrin->num_components,
564 nir_variable *var, nir_ssa_def *offset, unsigned component,
582 return lower_load(intrin, state, vertex_index, var, offset, component, type);
633 .component = component,
3060 /* out->offset is relative to the first stored xfb component */
3061 /* start is relative to component 0 */