Home
last modified time | relevance | path

Searched defs:v00 (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp365 int v00 = quadNdx * 4 + 0; in computeIndices() local
401 Vec4 v00 = fetchVtxColor(inPtr, quadNdx * 4 + 0); in renderQuadGridReference() local
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp553 int v00 = quadNdx * 4 + 0; in computeIndices() local
589 Vec4 v00 = fetchVtxColor(inPtr, quadNdx * 4 + 0); in renderQuadGridReference() local
DglsShaderRenderCase.cpp262 int v00 = (y * stride) + x; in QuadGrid() local
801 int v00 = (y * stride) + x; in computeVertexReference() local
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp284 int v00 = (y * stride) + x; in QuadGrid() local
822 int v00 = (y * stride) + x; in computeVertexReference() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp302 int v00 = (y * stride) + x; in QuadGrid() local
2457 const int v00 = (y * stride) + x; in computeVertexReference() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c2446 LLVMValueRef *v00, in lp_build_reduce_filter()
2476 LLVMValueRef *v00, in lp_build_reduce_filter_2d()
Dlp_bld_arit.c1477 LLVMValueRef v00, in lp_build_lerp_2d()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp154 const float v00 = values[0]; in bilinearInterpolate() local
451 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp394 …const Vec4 v00 = readVec4(vertices + ((cellY + 0) * gridWidth + cellX + 0) * numComponents, numCo… in renderFloatReference() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c89 float v00, float v10, float v01, float v11) in lerp_2d()