Home
last modified time | relevance | path

Searched refs:proj (Results 1 - 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.cpp576 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 DTextureFunctionHLSL.h52 bool proj; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.h86 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 Duploadrelease.bat62 %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 Dbuildrelease.bat200 %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 Des2fShaderTextureFunctionTests.cpp327 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 Dpostercircle.cpp84 SkM44 proj; variable
85 proj.setRC(3, 2, -1.f / 800.f);
122 * proj
H A Dcrbug_224618.cpp57 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 DmoduleAugmentationDeclarationEmit1.js10 map<U>(proj: (e:T) => U): Observable<U>
64 map<U>(proj: (e: T) => U): Observable<U>;
H A DmoduleAugmentationExtendAmbientModule2.js10 map<U>(proj: (e:T) => U): Observable<U>
57 map<U>(proj: (e: T) => U): Observable<U>;
H A DmoduleAugmentationDeclarationEmit2.js10 map<U>(proj: (e:T) => U): Observable<U>
69 map<U>(proj: (e: T) => U): Observable<U>;
H A DmoduleAugmentationExtendAmbientModule1.js10 map<U>(proj: (e:T) => U): Observable<U>
H A DmoduleAugmentationExtendFileModule1.js10 map<U>(proj: (e:T) => U): Observable<U>
H A DmoduleAugmentationNoNewNames.js10 map<U>(proj: (e:T) => U): Observable<U>
H A DmoduleAugmentationExtendFileModule2.js10 map<U>(proj: (e:T) => U): Observable<U>
/third_party/python/Tools/nuget/
H A Dbuild.bat39 %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 Dprojection.hpp31 GLM_FUNC_DECL vecType proj(vecType const & x, vecType const & Normal);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp603 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 Dintermediate.h1397 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 DSkSLGLSLCodeGenerator.cpp594 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 Dnode-properties.h196 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 Dmatrix_transform.hpp379 /// @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 DCubeReflection.cpp92 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 Drun-dwarf-getmacros.sh23 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 DMakefile117 # 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/ \

Completed in 19 milliseconds

123