Lines Matching defs:components
820 uint8_t components[4] = { 0 };
837 components[i] = SWIZZLE_ONE;
839 components[i] = SWIZZLE_ZERO;
841 components[i] = SWIZZLE_ONE;
856 components[i] = SWIZZLE_X;
875 components[i] = swiz->mask.x;
904 src.swizzle = MAKE_SWIZZLE4(components[0],
905 components[1],
906 components[2],
907 components[3]);
1863 foreach_in_list(ir_constant, field_value, &ir->components) {