OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2vt
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTrans.h
127
const VERTTYPE fW =
f2vt
(1.0f));
PVRTPrint3D.cpp
901
pVertices[VertexCount+0].sx =
f2vt
(XPos + fAOff);
902
pVertices[VertexCount+0].sy =
f2vt
(YPos + fYOffset);
903
pVertices[VertexCount+0].sz =
f2vt
(fZPos);
904
pVertices[VertexCount+0].rhw =
f2vt
(1.0f);
905
pVertices[VertexCount+0].tu =
f2vt
(m_pUVs[uiIdx].fUL);
906
pVertices[VertexCount+0].tv =
f2vt
(m_pUVs[uiIdx].fVT);
908
pVertices[VertexCount+1].sx =
f2vt
(XPos + fAOff + PVRTMakeWhole(m_pRects[uiIdx].nW * fScale));
909
pVertices[VertexCount+1].sy =
f2vt
(YPos + fYOffset);
910
pVertices[VertexCount+1].sz =
f2vt
(fZPos);
911
pVertices[VertexCount+1].rhw =
f2vt
(1.0f)
[
all
...]
PVRTVector.cpp
274
pos = neg =
f2vt
(0.0);
290
if (det_1 ==
f2vt
(0.0)) //|| (VERTTYPEABS(det_1 / (pos - neg)) < 1.0e-15)
299
det_1 = VERTTYPEDIV(
f2vt
(1.0f), det_1);
316
out.f[ 3] =
f2vt
(0.0f);
317
out.f[ 7] =
f2vt
(0.0f);
318
out.f[11] =
f2vt
(0.0f);
319
out.f[15] =
f2vt
(1.0f);
354
if(pSrc[i][nCnt] !=
f2vt
(0.0f))
371
_ASSERT(pSrc[nCnt-1][nCnt] !=
f2vt
(0.0f));
394
_ASSERT(pSrc[nCnt-1][nCnt] !=
f2vt
(0))
[
all
...]
PVRTVector.h
260
return (VERTTYPE)
f2vt
(sqrt(vt2f(x)*vt2f(x) + vt2f(y)*vt2f(y)));
423
friend PVRTVec3 operator - (const PVRTVec3& rhs) { return PVRTVec3(rhs) *=
f2vt
(-1); }
562
return (VERTTYPE)
f2vt
(sqrt(vt2f(x)*vt2f(x) + vt2f(y)*vt2f(y) + vt2f(z)*vt2f(z)));
[
all
...]
PVRTFixedPoint.h
78
#define
f2vt
(f) PVRTF2X(f)
macro
98
#define
f2vt
(x) (x)
macro
PVRTMisc.cpp
283
VERTTYPE unit =
f2vt
(1);
288
VERTTYPE oneover =
f2vt
(1.0f / textureSize);
289
a0 = VERTTYPEMUL(
f2vt
(4.0f), oneover);
353
for (int i=0; i<24*3; i++) (*Vertices)[i] = VERTTYPEMUL((*Vertices)[i],
f2vt
(scale));
PVRTModelPOD.cpp
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
594
PVRTMatrixScaling(matTransform,
f2vt
(fScale),
f2vt
(fScale),
f2vt
(1.0f));
Completed in 236 milliseconds