| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 58 || this->flags.q.noperspective; 265 input_layout_mask.flags.q.noperspective = 1; 858 Q(noperspective);
|
| H A D | ast.h | 506 unsigned noperspective:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
|
| H A D | glsl_parser_extras.cpp | 1192 if (q->flags.q.noperspective) 1193 printf("noperspective ");
|
| H A D | ast_to_hir.cpp | 3236 else if (qual->flags.q.noperspective)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu.h | 883 bool noperspective, 889 SET_BITS(!!noperspective, 14, 14) | 1124 bool noperspective, 881 brw_pixel_interp_desc(UNUSED const struct gen_device_info * devinfo,unsigned msg_type,bool noperspective,unsigned simd_mode,unsigned slot_group) argument
|
| H A D | brw_eu_emit.c | 3094 bool noperspective, 3106 brw_pixel_interp_desc(devinfo, mode, noperspective, simd_mode, 3091 brw_pixel_interpolator_query(struct brw_codegen * p,struct brw_reg dest,struct brw_reg mrf,bool noperspective,unsigned mode,struct brw_reg data,unsigned msg_length,unsigned response_length) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 57 || this->flags.q.noperspective; 264 input_layout_mask.flags.q.noperspective = 1; 855 bad.flags.q.noperspective ? " noperspective" : "",
|
| H A D | ast.h | 502 unsigned noperspective:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
|
| H A D | glsl_parser_extras.cpp | 1154 if (q->flags.q.noperspective) 1155 printf("noperspective ");
|
| H A D | ast_to_hir.cpp | 3167 else if (qual->flags.q.noperspective)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu.h | 1522 bool noperspective, 1530 SET_BITS(!!noperspective, 14, 14) | 1776 bool noperspective, 1520 brw_pixel_interp_desc(UNUSED const struct intel_device_info * devinfo,unsigned msg_type,bool noperspective,bool coarse_pixel_rate,unsigned simd_mode,unsigned slot_group) argument
|
| H A D | brw_eu_emit.c | 3310 bool noperspective, 3323 brw_pixel_interp_desc(devinfo, mode, noperspective, coarse_pixel_rate, 3307 brw_pixel_interpolator_query(struct brw_codegen * p,struct brw_reg dest,struct brw_reg mrf,bool noperspective,bool coarse_pixel_rate,unsigned mode,struct brw_reg data,unsigned msg_length,unsigned response_length) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.1.1.rst | 62 [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed
|
| H A D | 19.1.0.rst | 1065 - glsl: enable noperspective|flat|centroid for EXT_gpu_shader4
|
| H A D | 20.2.0.rst | 2435 - a4xx: add noperspective interpolation support
|
| H A D | 20.3.0.rst | 264 - v3d/cmd_buffer: emit flat_shade/noperspective/centroid flags
|
| H A D | 21.1.0.rst | 2329 - broadcom/compiler: allow pipelining of flat and noperspective varyings
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 4379 (yyval.type_qualifier).flags.q.noperspective = 1;
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 4617 (yyval.type_qualifier).flags.q.noperspective = 1;
|