Lines Matching defs:component
134 * Evaluate one component of a floating-point 4x8 unpacking function.
140 * Evaluate one component of a floating-point 2x16 unpacking function.
146 * Evaluate one component of a floating-point 4x8 unpacking function.
152 * Evaluate one component of a floating-point 2x16 unpacking function.
168 * The first component of the vector will be written to the least
169 * significant bits of the output; the last component will be written to
192 * The first component of the vector will be written to the least
193 * significant bits of the output; the last component will be written to
219 * The first component of the returned vector will be extracted from
220 * the least significant bits of the input; the last component will be
241 * The first component of the returned vector will be extracted from
242 * the least significant bits of the input; the last component will be
255 * Evaluate one component of packSnorm4x8.
264 * The conversion for component c of v to fixed point is done as
274 * Evaluate one component of packSnorm2x16.
283 * The conversion for component c of v to fixed point is done as
293 * Evaluate one component of unpackSnorm4x8.
311 * Evaluate one component of unpackSnorm2x16.
329 * Evaluate one component packUnorm4x8.
338 * The conversion for component c of v to fixed point is done as
347 * Evaluate one component packUnorm2x16.
356 * The conversion for component c of v to fixed point is done as
366 * Evaluate one component of unpackUnorm4x8.
384 * Evaluate one component of unpackUnorm2x16.
402 * Evaluate one component of packHalf2x16.
411 * Evaluate one component of unpackHalf2x16.
1003 const unsigned component = idx->value.u[0];
1005 return new(mem_ctx) ir_constant(array, component);