Lines Matching defs:component
385 * the first component we are writing.
2257 * if component 0 is read.
2492 * Each nir_register gets a struct qreg per 32-bit component being stored.
2563 int component = nir_intrinsic_component(instr);
2564 assert(component < 4);
2590 if (color_reads_for_sample[component].file == QFILE_NULL) {
2680 assert(color_reads_for_sample[component].file != QFILE_NULL);
2682 vir_MOV(c, color_reads_for_sample[component]));
3264 /* Shift to next component */
3648 * consecutive VPM offsets, so if any output component is
3650 * component. This means that we can't assume that each
3654 * our location and component.
3662 uint32_t component = nir_intrinsic_component(instr);
3668 v3d_slot_get_component(slot) == component) {