Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp80 return "noperspective"; in interpolationToString()
188 << "${indent}layout(location = 2) ${outQual}noperspective vec4 out_color_noperspective;\n" in initPrograms()
215 << "${indent}layout(location = 2) ${inQual}noperspective vec4 in_color_noperspective;\n" in initPrograms()
278 std::map<std::string, std::string> noperspective = replacements; in initPrograms() local
283 noperspective["qualifier"] = "noperspective "; in initPrograms()
293 programCollection.glslSources.add("vert_noperspective") << glu::VertexSource(vertShaderSingle.specialize(noperspective)); in initPrograms()
294 programCollection.glslSources.add("frag_noperspective") << glu::FragmentSource(fragShaderSingle.specialize(noperspective)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp80 return "noperspective"; in interpolationToString()
190 << "${indent}layout(location = 2) ${outQual}noperspective vec4 out_color_noperspective;\n" in initPrograms()
217 << "${indent}layout(location = 2) ${inQual}noperspective vec4 in_color_noperspective;\n" in initPrograms()
280 std::map<std::string, std::string> noperspective = replacements; in initPrograms() local
285 noperspective["qualifier"] = "noperspective "; in initPrograms()
295 programCollection.glslSources.add("vert_noperspective") << glu::VertexSource(vertShaderSingle.specialize(noperspective)); in initPrograms()
296 programCollection.glslSources.add("frag_noperspective") << glu::FragmentSource(fragShaderSingle.specialize(noperspective)); in initPrograms()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp58 || this->flags.q.noperspective; in has_interpolation()
265 input_layout_mask.flags.q.noperspective = 1; in merge_qualifier()
858 Q(noperspective); in validate_flags()
H A Dast.h506 unsigned noperspective:1; member
H A Dglsl_parser_extras.cpp1200 if (q->flags.q.noperspective)
1201 printf("noperspective ");
H A Dast_to_hir.cpp3250 else if (qual->flags.q.noperspective) in interpret_interpolation_qualifier()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h1543 bool noperspective, in brw_pixel_interp_desc()
1551 SET_BITS(!!noperspective, 14, 14) | in brw_pixel_interp_desc()
1794 bool noperspective,
1541 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) brw_pixel_interp_desc() argument
H A Dbrw_eu_emit.c3339 bool noperspective, in brw_pixel_interpolator_query()
3352 brw_pixel_interp_desc(devinfo, mode, noperspective, coarse_pixel_rate, in brw_pixel_interpolator_query()
3336 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) brw_pixel_interpolator_query() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp3525 context->error((yylsp[0]), "unsupported interpolation qualifier", "noperspective");
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp6659 parseContext.globalCheck((yyvsp[0].lex).loc, "noperspective");
6660 parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "noperspective");
6661 parseContext.profileRequires((yyvsp[0].lex).loc, ENoProfile, 130, 0, "noperspective");
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.hpp806 bool noperspective = false; member
H A Dspirv_msl.cpp3397 location_meta.noperspective = has_decoration(var.self, DecorationNoPerspective); in add_interface_block()
3666 if (location_meta.noperspective) in add_interface_block()
10822 // FragCoord builtin; it's always noperspective on Metal.

Completed in 66 milliseconds