/external/skia/src/core/ |
D | SkColorLookUpTable.cpp | 31 const uint8_t maxZ = fGridPoints[2] - 1; in interp3D() local 36 const float z = src[2] * maxZ; in interp3D() 46 iz = (maxZ == iz) ? iz - 1 : iz; in interp3D()
|
/external/swiftshader/src/Shader/ |
D | Constants.cpp | 338 …const dword maxZ[16] = {0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0x… in Constants() local 346 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
|
D | Constants.hpp | 94 dword maxZ[16]; member
|
D | VertexRoutine.cpp | 115 Int4 maxZ = CmpLT(o[pos].w, o[pos].z); in computeClipFlags() local 122 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,maxZ) + SignMask(maxZ) * 4); in computeClipFlags()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConvolution.h | 692 const size_t maxZ, const size_t kernelSizeX, const size_t kernelSizeY, 705 const int first_z = blockIdx.z * maxZ; 706 const int last_z = (first_z + maxZ < numZ ? first_z + maxZ : numZ) - 1; 1020 …const int maxZ = numext::mini<int>(128, numext::mini<int>(maxSharedMem / (sizeof(Scalar) * (maxX +… 1025 block_size.z = numext::mini<int>(1024/(block_size.x*block_size.y), maxZ); 1026 dim3 num_blocks(ceil(numX, maxX), ceil(numY, maxY), ceil(numZ, maxZ)); 1028 …const int shared_mem = (maxX + kernel_size_x - 1) * (maxY + kernel_size_y - 1) * (maxZ + kernel_si… 1040 …, m_inputImpl, indexMapper, m_kernel, numP, numX, maxX, numY, maxY, numZ, maxZ, kernel_size_x, ker…
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.hpp | 36 float maxZ; member
|
D | Device.cpp | 575 view.maxZ = viewport.maxZ; in bindViewport()
|
D | Context.cpp | 1725 viewport.maxZ = zFar; in applyRenderTarget()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Device.hpp | 44 float maxZ; member
|
D | Device.cpp | 727 view.maxZ = viewport.maxZ; in bindViewport()
|
D | Context.cpp | 1676 viewport.maxZ = zFar; in applyRenderTarget()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 36 float maxZ; member
|
D | Device.cpp | 844 view.maxZ = viewport.maxZ; in bindViewport()
|
D | Context.cpp | 2714 viewport.maxZ = zFar; in applyRenderTarget()
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperContext.cpp | 490 …ox (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) in dummyPrimitiveBoundingBox() argument 499 DE_UNREF(maxZ); in dummyPrimitiveBoundingBox()
|
D | gluCallLogWrapper.inl | 2893 …inZ, glw::GLfloat minW, glw::GLfloat maxX, glw::GLfloat maxY, glw::GLfloat maxZ, glw::GLfloat maxW) argument 2896 …< ", " << minZ << ", " << minW << ", " << maxX << ", " << maxY << ", " << maxZ << ", " << maxW << … 2897 m_gl.primitiveBoundingBox(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
|
/external/deqp/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 119 …mitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) in generateVertices() argument 137 dst[(i+j)*ELEMENTS_PER_VERTEX + 2] = rnd.getFloat(minZ, maxZ); // z in generateVertices()
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 263 float maxZ; member
|
D | Renderer.cpp | 542 float F = viewport.maxZ; in draw()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1164 const float maxZ = coord.z()+depthErr; in isTexCompareResultValid() local 1166 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() 1305 const float maxZ = coord.z()+depthErr; in isGatherOffsetsCompareResultValid() local 1307 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2694 …maxZ=d),c},isOpen:function(){return this._isOpen},moveToTop:function(b,c){var d=this,e=d.options,f… property
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 438 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 440 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1422 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1424 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 3042 …, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) argument 3050 DE_UNREF(maxZ);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 3047 …, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) argument 3052 gl->primitiveBoundingBox(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
|
D | glwApi.inl | 1046 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|