HomeSort by relevance Sort by last modified time
    Searched defs:additional_size (Results 1 - 2 of 2) 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;

Completed in 57 milliseconds