Home | History | Annotate | Download | only in glsl

Lines Matching defs:components

62  * components of bar[0] are stored in packed5, and the remaining component is
169 const uint8_t *components,
208 const uint8_t* components;
248 void *mem_ctx, unsigned locations_used, const uint8_t *components,
255 components(components),
490 /* We might actually end up with 0 left components! */
526 unsigned components = rvalue->type->vector_elements * dmul;
529 for (unsigned i = 0; i < components; ++i)
537 for (unsigned i = 0; i < components; ++i) {
543 ir_swizzle(packed_deref, swizzle_values, components);
549 return fine_location + components;
624 assert(components[slot] != 0);
626 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1);
628 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1);
790 const uint8_t *components,
803 components,