Searched refs:fragDepth (Results 1 – 5 of 5) sorted by relevance
225 if (i == info->io.fragDepth || i == info->io.sampleMask) in nv50_fragprog_assign_slots()240 if (info->io.fragDepth < PIPE_MAX_SHADER_OUTPUTS) in nv50_fragprog_assign_slots()241 info->out[info->io.fragDepth].slot[2] = prog->max_out++; in nv50_fragprog_assign_slots()
173 uint8_t fragDepth; /* output index of FragDepth */ member
1190 info->io.fragDepth = 0xff; in nv50_ir_init_prog_info()
1384 info->io.fragDepth = i; in scanDeclaration()
148 if (info->io.fragDepth < PIPE_MAX_SHADER_OUTPUTS) in nvc0_fp_assign_output_slots()149 info->out[info->io.fragDepth].slot[2] = count; in nvc0_fp_assign_output_slots()