Home
last modified time | relevance | path

Searched defs:p00 (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp38 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/
DtcuBilinearImageCompare.cpp74 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
DtcuFuzzyImageCompare.cpp142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample() local
DtcuTexture.cpp2042 …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
DtcuAstcUtil.cpp1308 const deUint32 p00 = unquantizedWeights[(i00 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights() local
DtcuTexLookupVerifier.cpp95 Vec4 p00; //!< (0, 0) member
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureCases.cpp112 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
Des2pShaderOperatorTests.cpp228 tcu::Vec4 p00; //!< Bottom left. member
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pTextureCases.cpp120 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
Des3pShaderOperatorTests.cpp228 tcu::Vec4 p00; //!< Bottom left. member
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.hpp60 tcu::Vec4 p00; //!< Bottom left. member
/third_party/vk-gl-cts/framework/delibs/deimage/
DdeImage.c147 deARGB p00 = deImage_getPixel(srcImage, x0, y0); in deImage_scale() local
/third_party/boost/libs/geometry/test/algorithms/
Dline_interpolate.cpp35 double p00 = bg::get<0>(p0); in apply() local
/third_party/typescript/tests/baselines/reference/
DpromiseType.js86 const p00 = p.catch(); constant
321 const p00 = p.catch(); constant
DpromiseTypeStrictNull.js86 const p00 = p.catch(); constant
321 const p00 = p.catch(); constant
/third_party/typescript/tests/cases/compiler/
DpromiseType.ts86 const p00 = p.catch(); constant
DpromiseTypeStrictNull.ts87 const p00 = p.catch(); constant
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1297 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/
DvktYCbCrUtil.cpp1479 const tcu::Interval& p00, in linearInterpolate()
/third_party/skia/src/core/
DSkGeometry.cpp498 float4 p00, p11, p22, p33, T; in SkChopCubicAt() local