HomeSort by relevance Sort by last modified time
    Searched refs:v00 (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 137 v16i8 v00 = { 0xf4, 0xad, 0x01, 0xe9, 0x51, 0x78, 0xc1, 0x8a, local
152 print_v16i8_hex("v00 ", v00);
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 345 int v00 = quadNdx*4 + 0; local
353 indices[quadNdx*6 + 1] = (deUint16)v00;
383 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0);
397 const Vec4& t0 = tri ? v00 : v11;
  /external/libxcam/modules/ocl/
cl_utils.cpp 196 uint8_t v00, v01, v10, v11;
218 v00 = stitch_mem[stitch_info.offsets[1] + y0 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x0, 2) + 1];
225 v = v00 * rate00 + v01 * rate01 + v10 * rate10 + v11 * rate11;
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 268 int v00 = (y * stride) + x; local
275 m_indices[baseNdx + 1] = static_cast<deUint16>(v00);
739 int v00 = (y * stride) + x; local
743 Vec4 c00 = colors[v00];
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 506 int v00 = quadNdx*4 + 0; local
514 indices[quadNdx*6 + 1] = (deUint16)v00;
544 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0);
558 const Vec4& t0 = tri ? v00 : v11;
glsShaderRenderCase.cpp 223 int v00 = (y * stride) + x; local
230 m_indices[baseNdx + 1] = (deUint16)v00;
686 int v00 = (y * stride) + x; local
690 Vec4 c00 = colors[v00];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 141 LLVMValueRef v00,
lp_bld_arit.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 386 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
388 const GLfloat temp0 = LERP(a, v00, v10);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
259 const GLint temp0 = ilerp(ia, v00, v10);
    [all...]
s_texfilter.c 58 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
66 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
68 const GLfloat temp0 = LERP(a, v00, v10);
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 138 // CRC(0v00, O) xor
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 138 // CRC(0v00, O) xor
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 153 const float v00 = values[0];
157 const float res = v00*(1.0f-x)*(1.0f-y) + v10*x*(1.0f-y) + v01*(1.0f-x)*y + v11*x*y;
485 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x());
489 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03)));
490 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03)));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 411 const Vec4 v00 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+0)*numComponents, numComponents); local
416 const Vec4& v0 = tri ? v11 : v00;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 240 int v00 = (y * stride) + x;
247 m_indices[baseNdx + 1] = (deUint16)v00;
3108 const int v00 = (y * stride) + x; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 81 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
89 float v00, float v10, float v01, float v11)
91 const float temp0 = lerp(a, v00, v10);
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 760 longName := "/0000_0000000/00000-000000000/0000_0000000/00000-0000000000000/0000_0000000/00000-0000000-00000000/0000_0000000/00000000/0000_0000000/000/0000_0000000/00000000v00/0000_0000000/000000/0000_0000000/0000000/0000_0000000/00000y-00/0000/0000/00000000/0x000000/"
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 760 longName := "/0000_0000000/00000-000000000/0000_0000000/00000-0000000000000/0000_0000000/00000-0000000-00000000/0000_0000000/00000000/0000_0000000/000/0000_0000000/00000000v00/0000_0000000/000000/0000_0000000/0000000/0000_0000000/00000y-00/0000/0000/00000000/0x000000/"
    [all...]

Completed in 730 milliseconds