Lines Matching defs:output
57 * VFCOMP_STORE_0 being used to pad the output as required. E.g., if
60 * set to VFCOMP_NOSTORE) in order to output a 128-bit vertex element, or
61 * Components 1-3 must be specified as VFCOMP_STORE_0 in order to output
63 * Component 3 to be specified as VFCOMP_STORE_0 in order to output a
481 /* We have to subtract two slots to account for the URB entry output
489 * output index. We'll need to do some tweaking to make sure that's the
604 unreachable("Unsupported GS output topology");
617 unreachable("Unsupported TCS output topology");
1061 * fragment’s corresponding output value, and blending of all
1287 const nir_xfb_output_info *output = &xfb_info->outputs[i];
1288 unsigned buffer = output->buffer;
1297 int hole_dwords = (output->offset - next_offset[buffer]) / 4;
1307 int varying = output->location;
1308 uint8_t component_mask = output->component_mask;
1328 next_offset[buffer] = output->offset +