Searched defs:spt (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c218 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;
H A Dsp_texture.c319 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/
H A Di915_surface.c172 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/selinux/sepolgen/src/sepolgen/
H A Drefparser.py293 # spt is the support macros (e.g., obj/perm sets) - it is an instance of
296 spt = None variable
314 if spt.has_key(id):
315 s.update(spt.by_name(id))
977 def prep_spt(spt):
978 if not spt:
981 for x in spt:
987 global parser, lexer, m, spt
999 spt = refpolicy.SupportMacros()
1001 spt
[all...]

Completed in 122 milliseconds