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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 408 uint additional_size = 0, i; local
410 additional_size += i915->current.target_fixup_format ? 3 : 0;
415 additional_size += 3 * 8 /* 8 instructions for srgb emulation */;
419 *batch_space = i915->fs->decl_len + i915->fs->program_len + additional_size;
469 uint additional_size = 0; local
473 validate_program(i915, &additional_size);
474 additional_size -= i915->fs->decl_len + i915->fs->program_len;
483 size += additional_size;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 408 uint additional_size = 0, i; local
410 additional_size += i915->current.target_fixup_format ? 3 : 0;
415 additional_size += 3 * 8 /* 8 instructions for srgb emulation */;
419 *batch_space = i915->fs->decl_len + i915->fs->program_len + additional_size;
469 uint additional_size = 0; local
473 validate_program(i915, &additional_size);
474 additional_size -= i915->fs->decl_len + i915->fs->program_len;
483 size += additional_size;
  /external/chromium_org/media/formats/webm/
webm_cluster_parser.h 200 const uint8* additional, int additional_size, int duration,
204 const uint8* additional, int additional_size,
webm_cluster_parser.cc 210 int additional_size, int duration,
239 frame_data, frame_size, additional, additional_size,
302 const uint8* additional, int additional_size,
381 additional, additional_size,

Completed in 87 milliseconds