Lines Matching refs:fsInfo
578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5;
586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
587 + (fsInfo
589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0;
610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
950 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
985 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
998 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
1007 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
1019 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
1199 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info;
1243 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
1266 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {