Searched refs:noperspective (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp58 || this->flags.q.noperspective;
265 input_layout_mask.flags.q.noperspective = 1;
858 Q(noperspective);
H A Dast.h506 unsigned noperspective:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
H A Dglsl_parser_extras.cpp1192 if (q->flags.q.noperspective)
1193 printf("noperspective ");
H A Dast_to_hir.cpp3236 else if (qual->flags.q.noperspective)
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.h883 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 Dbrw_eu_emit.c3094 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 Dast_type.cpp57 || this->flags.q.noperspective;
264 input_layout_mask.flags.q.noperspective = 1;
855 bad.flags.q.noperspective ? " noperspective" : "",
H A Dast.h502 unsigned noperspective:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
H A Dglsl_parser_extras.cpp1154 if (q->flags.q.noperspective)
1155 printf("noperspective ");
H A Dast_to_hir.cpp3167 else if (qual->flags.q.noperspective)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.h1522 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 Dbrw_eu_emit.c3310 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 D9.1.1.rst62 [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed
H A D19.1.0.rst1065 - glsl: enable noperspective|flat|centroid for EXT_gpu_shader4
H A D20.2.0.rst2435 - a4xx: add noperspective interpolation support
H A D20.3.0.rst264 - v3d/cmd_buffer: emit flat_shade/noperspective/centroid flags
H A D21.1.0.rst2329 - broadcom/compiler: allow pipelining of flat and noperspective varyings
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp4379 (yyval.type_qualifier).flags.q.noperspective = 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp4617 (yyval.type_qualifier).flags.q.noperspective = 1;

Completed in 83 milliseconds