/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TextureFunctionHLSL.cpp | 576 if (textureFunction.proj) in ProjectTextureCoordinates() 578 ImmutableString proj(""); in ProjectTextureCoordinates() 582 proj = ImmutableString(" / t.z"); in ProjectTextureCoordinates() 585 proj = ImmutableString(" / t.w"); in ProjectTextureCoordinates() 590 ImmutableStringBuilder texCoordXBuilder(texCoordX->length() + proj.length() + 2u); in ProjectTextureCoordinates() 591 texCoordXBuilder << '(' << *texCoordX << proj << ')'; in ProjectTextureCoordinates() local 593 ImmutableStringBuilder texCoordYBuilder(texCoordY->length() + proj.length() + 2u); in ProjectTextureCoordinates() 594 texCoordYBuilder << '(' << *texCoordY << proj << ')'; in ProjectTextureCoordinates() local 596 ImmutableStringBuilder texCoordZBuilder(texCoordZ->length() + proj.length() + 2u); in ProjectTextureCoordinates() 597 texCoordZBuilder << '(' << *texCoordZ << proj << ')'; in ProjectTextureCoordinates() local [all...] |
H A D | TextureFunctionHLSL.h | 52 bool proj; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.h | 86 unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local 98 proj = 0; in nine_ff_get_projected_key() 100 proj = 0; in nine_ff_get_projected_key() 104 if (proj) in nine_ff_get_projected_key()
|
/third_party/python/Tools/msi/ |
H A D | uploadrelease.bat | 62 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x86
64 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x64 /p:IncludeDoc=false
68 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge
76 %MSBUILD% /v:m /nologo uploadrelease.proj /t:ShowHashes /p:Platform=x86
78 %MSBUILD% /v:m /nologo uploadrelease.proj /t:ShowHashes /p:Platform=x64 /p:IncludeDoc=false
85 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Test /p:Platform=%1
88 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge
90 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Test /p:Platform=%1
|
H A D | buildrelease.bat | 200 %MSBUILD% "%D%make_zip.proj" /t:Build %BUILDOPTS% %CERTOPTS% /p:OutputPath="%BUILD%en-us"
209 %MSBUILD% "%D%..\nuget\make_pkg.proj" /t:Build /p:Configuration=Release /p:Platform=%1 /p:OutputPath="%BUILD%en-us"
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 327 float proj = useProj ? 1.0f / m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f; in initTexture() local 352 float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() 353 float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height / (float)viewportSize[1]; in initTexture() 394 tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); in initTexture() 395 tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_lookupSpec.minCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); in initTexture() 396 tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpe in initTexture() [all...] |
/third_party/skia/gm/ |
H A D | postercircle.cpp | 84 SkM44 proj; variable 85 proj.setRC(3, 2, -1.f / 800.f); 122 * proj
|
H A D | crbug_224618.cpp | 57 SkM44 proj{1.f, 0.f, 0.f, 0.f, 86 model = SkM44::Translate(radius, radius) * proj * // project and place content
|
/third_party/typescript/tests/baselines/reference/ |
H A D | moduleAugmentationDeclarationEmit1.js | 10 map<U>(proj: (e:T) => U): Observable<U> 64 map<U>(proj: (e: T) => U): Observable<U>;
|
H A D | moduleAugmentationExtendAmbientModule2.js | 10 map<U>(proj: (e:T) => U): Observable<U> 57 map<U>(proj: (e: T) => U): Observable<U>;
|
H A D | moduleAugmentationDeclarationEmit2.js | 10 map<U>(proj: (e:T) => U): Observable<U> 69 map<U>(proj: (e: T) => U): Observable<U>;
|
H A D | moduleAugmentationExtendAmbientModule1.js | 10 map<U>(proj: (e:T) => U): Observable<U>
|
H A D | moduleAugmentationExtendFileModule1.js | 10 map<U>(proj: (e:T) => U): Observable<U>
|
H A D | moduleAugmentationNoNewNames.js | 10 map<U>(proj: (e:T) => U): Observable<U>
|
H A D | moduleAugmentationExtendFileModule2.js | 10 map<U>(proj: (e:T) => U): Observable<U>
|
/third_party/python/Tools/nuget/ |
H A D | build.bat | 39 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES% %PYTHON_EXE%
48 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES% %PYTHON_EXE%
57 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=ARM %OUTPUT% %PACKAGES% %PYTHON_EXE%
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | projection.hpp | 31 GLM_FUNC_DECL vecType proj(vecType const & x, vecType const & Normal);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexRoutine.cpp | 603 Vector4f proj; in writeCache() local 604 proj.x = As<Float4>(RoundIntClamped(*Pointer<Float4>(data + OFFSET(DrawData, X0xF)) + pos.x * rhw * *Pointer<Float4>(data + OFFSET(DrawData, WxF)))); in writeCache() 605 proj.y = As<Float4>(RoundIntClamped(*Pointer<Float4>(data + OFFSET(DrawData, Y0xF)) + pos.y * rhw * *Pointer<Float4>(data + OFFSET(DrawData, HxF)))); in writeCache() 606 proj.z = pos.z * rhw; in writeCache() 607 proj.w = rhw; in writeCache() 621 transpose4x4(proj.x, proj.y, proj.z, proj.w); in writeCache() 623 *Pointer<Float4>(vertexCache + sizeof(Vertex) * cacheIndex3 + OFFSET(Vertex, projected), 16) = proj in writeCache() [all...] |
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1397 bool proj; member 1448 cracked.proj = false; in crackTexture() 1474 cracked.proj = true; in crackTexture() 1499 cracked.proj = true; in crackTexture() 1508 cracked.proj = true; in crackTexture() 1513 cracked.proj = true; in crackTexture() 1526 cracked.proj = true; in crackTexture() 1531 cracked.proj = true; in crackTexture()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.cpp | 594 bool proj = false; in writeFunctionCall() local 602 proj = false; in writeFunctionCall() 605 proj = true; in writeFunctionCall() 614 proj = false; in writeFunctionCall() 617 proj = true; in writeFunctionCall() 624 proj = false; in writeFunctionCall() 627 proj = true; in writeFunctionCall() 633 proj = false; in writeFunctionCall() 637 proj = false; in writeFunctionCall() 642 proj in writeFunctionCall() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | node-properties.h | 196 static void CollectValueProjections(Node* node, Node** proj, size_t count); 203 static void CollectControlProjections(Node* node, Node** proj, size_t count);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | matrix_transform.hpp | 379 /// @param proj Specifies the current projection matrix 389 tmat4x4<T, P> const & proj, 396 /// @param proj Specifies the projection matrix 406 tmat4x4<T, P> const & proj,
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CubeReflection.cpp | 92 glm::mat4 proj; member 108 proj : mat4x4<f32>; in init() 127 output.Position = camera.proj * camera.view * model.matrix * vec4<f32>(pos, 1.0); in init() 246 cameraData.proj = glm::perspective(glm::radians(45.0f), 1.f, 1.0f, 100.0f); in init()
|
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 23 file /home/petr/proj/elfutils/pending/elfutils/tests/decom/x.c 158 file /home/petr/proj/elfutils/pending/elfutils/tests/decom/y.c 705 file /home/petr/proj/elfutils/master/elfutils/x.c
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 117 # lwip and coap opts (include early to shadow the lwip-contrib/ports/unix/proj/minimal/ file and any ../../config.h) 124 -Ilwip-contrib/ports/unix/proj/minimal/ 129 vpath %.c lwip/src/core/ lwip-contrib/ports/unix/proj/minimal/ \
|