/third_party/skia/experimental/lowp-basic/ |
D | bilerp-study.cpp | 38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp() 46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2() 57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp() 69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1() 100 for (int p00 : interesting) in check_bilerp() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p1… in interpolateChannel() 99 deUint32 p00 = readRGBA8Raw(access, x0, y0); in bilinearSampleRGBA8() local
|
D | tcuFuzzyImageCompare.cpp | 142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample() local
|
D | tcuTexture.cpp | 2042 …Vec4 p00 = (i0UseBorder || j0UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(acces… in sampleLinear2D() local 2162 …float p00 = execCompare(p00Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFor… in sampleLinear2DCompare() local
|
D | tcuAstcUtil.cpp | 1308 const deUint32 p00 = unquantizedWeights[(i00 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights() local
|
D | tcuTexLookupVerifier.cpp | 95 Vec4 p00; //!< (0, 0) member
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 112 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
|
D | es2pShaderOperatorTests.cpp | 228 tcu::Vec4 p00; //!< Bottom left. member
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 120 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
|
D | es3pShaderOperatorTests.cpp | 228 tcu::Vec4 p00; //!< Bottom left. member
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderPerformanceMeasurer.hpp | 60 tcu::Vec4 p00; //!< Bottom left. member
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
D | deImage.c | 147 deARGB p00 = deImage_getPixel(srcImage, x0, y0); in deImage_scale() local
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | line_interpolate.cpp | 35 double p00 = bg::get<0>(p0); in apply() local
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 86 const p00 = p.catch(); constant 321 const p00 = p.catch(); constant
|
D | promiseTypeStrictNull.js | 86 const p00 = p.catch(); constant 321 const p00 = p.catch(); constant
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseType.ts | 86 const p00 = p.catch(); constant
|
D | promiseTypeStrictNull.ts | 87 const p00 = p.catch(); constant
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1297 int p00, p01, p10, p11, i0, i1; in compute_infill_weights() local 1314 int p00, p01, p10, p11, i; in compute_infill_weights() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1479 const tcu::Interval& p00, in linearInterpolate()
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 498 float4 p00, p11, p22, p33, T; in SkChopCubicAt() local
|