HomeSort by relevance Sort by last modified time
    Searched refs:Stride (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 213 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 139 cl::desc("Enable symblic stride memory access versioning"));
700 /// 0 - Stride is unknown or non-consecutive.
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 626 { GL_VERTEX_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_POS].Stride), NO_EXTRA },
629 { GL_NORMAL_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_NORMAL].Stride), NO_EXTRA },
633 { GL_COLOR_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_COLOR0].Stride), NO_EXTRA },
641 LOC_CUSTOM, TYPE_INT, offsetof(struct gl_client_array, Stride), NO_EXTRA },
707 { GL_POINT_SIZE_ARRAY_STRIDE_OES, ARRAY_FIELD(VertexAttrib[VERT_ATTRIB_POINT_SIZE].Stride, TYPE_INT) },
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_draw.c 242 arrays[attr].Stride = exec->vtx.vertex_size * sizeof(GLfloat);
vbo_exec_array.c 250 printf(" Type 0x%x, Size %d, Stride %d\n",
251 array->Type, array->Size, array->Stride);
363 GLint stride = exec->array.inputs[i]->Stride; local
364 printf("attr %2d: size %d stride %d enabled %d "
368 stride,
381 int n = (count * stride) / 4;
400 * to point at a zero-stride current value "array".
516 * be user-provided arrays, other will be zero-stride const-valued arrays.
    [all...]
  /external/eigen/test/
ref.cpp 48 typedef Ref<RealDynMatrixType , 0, Stride<Dynamic,Dynamic> > RefRealMatWithStride;
  /external/mesa3d/src/mesa/main/
get.c 626 { GL_VERTEX_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_POS].Stride), NO_EXTRA },
629 { GL_NORMAL_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_NORMAL].Stride), NO_EXTRA },
633 { GL_COLOR_ARRAY_STRIDE, ARRAY_INT(VertexAttrib[VERT_ATTRIB_COLOR0].Stride), NO_EXTRA },
641 LOC_CUSTOM, TYPE_INT, offsetof(struct gl_client_array, Stride), NO_EXTRA },
707 { GL_POINT_SIZE_ARRAY_STRIDE_OES, ARRAY_FIELD(VertexAttrib[VERT_ATTRIB_POINT_SIZE].Stride, TYPE_INT) },
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 242 arrays[attr].Stride = exec->vtx.vertex_size * sizeof(GLfloat);
vbo_exec_array.c 250 printf(" Type 0x%x, Size %d, Stride %d\n",
251 array->Type, array->Size, array->Stride);
363 GLint stride = exec->array.inputs[i]->Stride; local
364 printf("attr %2d: size %d stride %d enabled %d "
368 stride,
381 int n = (count * stride) / 4;
400 * to point at a zero-stride current value "array".
516 * be user-provided arrays, other will be zero-stride const-valued arrays.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 92 INT Stride;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImaging.h 168 INT Stride;
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 319 PVR2D_LONG DstStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
328 PVR2D_LONG SrcStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
340 PVR2D_LONG MaskStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
364 PVR2D_LONG Stride; /* signed stride */
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
d3d9types.h     [all...]
dxva2api.h 212 UINT Stride;
d3d10effect.h 73 UINT Stride;
    [all...]
d3d9.h     [all...]
d3d8.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2152 milliseconds

1 23 4