HomeSort by relevance Sort by last modified time
    Searched defs:spt (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 172 struct pipe_resource *spt = &src_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 218 struct softpipe_resource *spt = softpipe_resource(tc->texture); local
219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
sp_texture.c 319 struct softpipe_transfer *spt; local
363 spt = CALLOC_STRUCT(softpipe_transfer);
364 if (spt) {
365 struct pipe_transfer *pt = &spt->base;
377 spt->offset = sp_get_tex_image_offset(spr, level, box->z);
379 spt->offset +=
380 box->y / util_format_get_blockheight(format) * spt->base.stride +
409 struct softpipe_transfer *spt = softpipe_transfer(transfer); local
426 return map + spt->offset;
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 172 struct pipe_resource *spt = &src_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 218 struct softpipe_resource *spt = softpipe_resource(tc->texture); local
219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
sp_texture.c 319 struct softpipe_transfer *spt; local
363 spt = CALLOC_STRUCT(softpipe_transfer);
364 if (spt) {
365 struct pipe_transfer *pt = &spt->base;
377 spt->offset = sp_get_tex_image_offset(spr, level, box->z);
379 spt->offset +=
380 box->y / util_format_get_blockheight(format) * spt->base.stride +
409 struct softpipe_transfer *spt = softpipe_transfer(transfer); local
426 return map + spt->offset;
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 901 BOOLEAN spt = FALSE; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 218 u64 *spt; member in struct:kvm_mmu_page
219 /* hold the gfn of each spte inside spt */

Completed in 1072 milliseconds