Searched refs:ndc (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | rastpos.c | 408 GLfloat eye[4], clip[4], ndc[3], d; in _mesa_RasterPos() local 446 ndc[0] = clip[0] * d; in _mesa_RasterPos() 447 ndc[1] = clip[1] * d; in _mesa_RasterPos() 448 ndc[2] = clip[2] * d; in _mesa_RasterPos() 451 ctx->Current.RasterPos[0] = ndc[0] * scale[0] + translate[0]; in _mesa_RasterPos() 452 ctx->Current.RasterPos[1] = ndc[1] * scale[1] + translate[1]; in _mesa_RasterPos() 453 ctx->Current.RasterPos[2] = ndc[2] * scale[2] + translate[2]; in _mesa_RasterPos()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.c | 656 _ndc_to_viewport (GstGLTransformation * transformation, graphene_vec3_t * ndc, 664 graphene_vec3_init (result, graphene_vec3_get_x (ndc) * w / 2 + o_x, 665 graphene_vec3_get_y (ndc) * h / 2 + o_y, 666 (far - near) * graphene_vec3_get_z (ndc) / 2 + (far + near) / 2); 686 graphene_vec3_t ndc; 689 _perspective_division (&clip, &ndc); 690 _ndc_to_viewport (transformation, &ndc, 0, 0, w, h, 0., 1., view);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 813 dst_reg ndc = dst_reg(this, glsl_type::vec4_type); in emit_ndc_computation() local 814 output_reg[BRW_VARYING_SLOT_NDC][0] = ndc; in emit_ndc_computation() 818 dst_reg ndc_w = ndc; in emit_ndc_computation() 824 dst_reg ndc_xyz = ndc; in emit_ndc_computation()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 345 TVariable *ndc = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() local 347 TIntermDeclaration *ndcDecl = CreateTempInitDeclarationNode(ndc, noPerspective); in AddBresenhamEmulationVS() 352 new TIntermBinary(EOpAdd, CreateTempSymbolNode(ndc), CreateFloatNode(1.0f, EbpMedium)); in AddBresenhamEmulationVS()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag_test.cc | 825 std::string AbslUnparseFlag(const NonDfltConstructible& ndc) { in AbslUnparseFlag() argument 826 return absl::StrCat(ndc.value); in AbslUnparseFlag()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 2639 string ndc; in GetLengthOfNationalDestinationCode() local 2648 ndc = digit_group; in GetLengthOfNationalDestinationCode() 2667 return static_cast<int>(ndc.size()); in GetLengthOfNationalDestinationCode()
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 899 ndc{"ndc_Latn_MZ"}
|
D | langInfo.txt | 1149 "ndc","Latn","MZ",
|
D | supplementalData.txt | 15567 ndc{ 31194 ndc{ 33721 ndc{
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 891 ndc{"ndc_Latn_MZ"}
|
D | langInfo.txt | 1136 "ndc","Latn","MZ",
|
D | supplementalData.txt | 15165 ndc{ 30375 ndc{ 32861 ndc{
|
/third_party/python/Lib/test/ |
D | mime.types | 756 application/vnd.osa.netdeploy ndc
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 7369 ndc
|
/third_party/lwip/ |
D | CHANGELOG | 364 * opt.h, ndc.h/.c: add support for RDNSS option (as per RFC 6106)
|