Home
last modified time | relevance | path

Searched refs:v00 (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp345 int v00 = quadNdx*4 + 0; in computeIndices() local
353 indices[quadNdx*6 + 1] = (deUint16)v00; in computeIndices()
383 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
397 const Vec4& t0 = tri ? v00 : v11; in renderQuadGridReference()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp506 int v00 = quadNdx*4 + 0; in computeIndices() local
514 indices[quadNdx*6 + 1] = (deUint16)v00; in computeIndices()
544 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
558 const Vec4& t0 = tri ? v00 : v11; in renderQuadGridReference()
DglsShaderRenderCase.cpp223 int v00 = (y * stride) + x; in QuadGrid() local
230 m_indices[baseNdx + 1] = (deUint16)v00; in QuadGrid()
686 int v00 = (y * stride) + x; in computeVertexReference() local
690 Vec4 c00 = colors[v00]; in computeVertexReference()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp280 int v00 = (y * stride) + x; in QuadGrid() local
287 m_indices[baseNdx + 1] = static_cast<deUint16>(v00); in QuadGrid()
758 int v00 = (y * stride) + x; in computeVertexReference() local
762 Vec4 c00 = colors[v00]; in computeVertexReference()
/external/llvm-project/llvm/test/Transforms/InstCombine/X86/
Dx86-vec_demanded_elts.ll56 %v00 = insertelement <4 x float> undef, float %f, i32 0
57 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1
Dx86-avx512.ll787 %v00 = insertelement <4 x float> undef, float %f, i32 0
788 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1
867 %v00 = insertelement <4 x float> undef, float %f, i32 0
868 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.h149 LLVMValueRef v00,
Dlp_bld_arit.c1517 LLVMValueRef v00, in lp_build_lerp_2d() argument
1523 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01, flags); in lp_build_lerp_2d()
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll45 %v00 = insertelement <4 x float> undef, float %f, i32 0
46 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp153 const float v00 = values[0]; in bilinearInterpolate() local
157 const float res = v00*(1.0f-x)*(1.0f-y) + v10*x*(1.0f-y) + v01*(1.0f-x)*y + v11*x*y; in bilinearInterpolate()
485 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid() local
489 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03))); in isTrilinearPCFCompareValid()
490 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03))); in isTrilinearPCFCompareValid()
/external/cpuinfo/test/build.prop/
Dgalaxy-tab-3-lite.log166 ro.config.knox=v00
Dgalaxy-grand-prime.log194 ro.config.knox=v00
Dgalaxy-grand-prime-value-edition.log194 ro.config.knox=v00
/external/mesa3d/src/mesa/swrast/
Ds_blit.c388 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
390 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d()
Ds_triangle.c258 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d() argument
260 const GLint temp0 = ilerp(ia, v00, v10); in ilerp_2d()
Ds_texfilter.c66 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
68 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d()
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dcomputedgoto.ll280 %v00 = phi i32 [%k, %entry]
282 %r0 = sub i32 %v00, %v01
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp258 int v00 = (y * stride) + x; in QuadGrid() local
265 m_indices[baseNdx + 1] = (deUint16)v00; in QuadGrid()
2382 const int v00 = (y * stride) + x; in computeVertexReference() local
2386 const tcu::Vec4 c00 = colors[v00]; in computeVertexReference()
/external/openssh/
DPROTOCOL.u2f150 string "ssh-sk-attest-v00"
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp411 …const Vec4 v00 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+0)*numComponents, numComponent… in renderFloatReference() local
416 const Vec4& v0 = tri ? v11 : v00; in renderFloatReference()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c89 float v00, float v10, float v01, float v11) in lerp_2d() argument
91 const float temp0 = lerp(a, v00, v10); in lerp_2d()
/external/cpuinfo/test/dmesg/
Dalldocube-iwork8.log189 <7>[ 0.000000] ACPI: CSRT 000000007b06e578 00014C (v00 INTEL LANFORDC 00000005 MSFT 0100000D)