/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 80 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 D | vktDrawMultipleInterpolationTests.cpp | 80 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 D | ast_type.cpp | 58 || 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 D | ast.h | 506 unsigned noperspective:1; member
|
H A D | glsl_parser_extras.cpp | 1200 if (q->flags.q.noperspective) 1201 printf("noperspective ");
|
H A D | ast_to_hir.cpp | 3250 else if (qual->flags.q.noperspective) in interpret_interpolation_qualifier()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu.h | 1543 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 D | brw_eu_emit.c | 3339 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 D | glslang_tab_autogen.cpp | 3525 context->error((yylsp[0]), "unsupported interpolation qualifier", "noperspective");
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 6659 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 D | spirv_msl.hpp | 806 bool noperspective = false; member
|
H A D | spirv_msl.cpp | 3397 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.
|