HomeSort by relevance Sort by last modified time
    Searched full:decl_size (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 497 GLuint decl_size = p->decl - p->declarations; local
534 p->declarations[0] |= program_size + decl_size - 2;
542 GLuint decl_size = p->decl - p->declarations; local
549 if (i915->state.ProgramSize != (program_size + decl_size) ||
550 memcmp(i915->state.Program + decl_size, p->program,
553 memcpy(i915->state.Program, p->declarations, decl_size * sizeof(int));
554 memcpy(i915->state.Program + decl_size, p->program,
556 i915->state.ProgramSize = decl_size + program_size;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 1268 unsigned long decl_size = (unsigned long) (p->decl - p->declarations); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 305 The DECL_ALIGN, DECL_SIZE,
    [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 778 milliseconds