HomeSort by relevance Sort by last modified time
    Searched refs:templat (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_state.c 257 util_dump_template(FILE *stream, const struct pipe_resource *templat)
259 if(!templat) {
266 util_dump_member(stream, int, templat, target);
267 util_dump_member(stream, format, templat, format);
270 util_dump_uint(stream, templat->width0);
274 util_dump_uint(stream, templat->height0);
278 util_dump_uint(stream, templat->depth0);
282 util_dump_uint(stream, templat->array_size);
285 util_dump_member(stream, uint, templat, last_level);
286 util_dump_member(stream, uint, templat, usage)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 358 const struct pipe_sampler_view *templat);
371 const struct pipe_surface *templat);
437 const struct pipe_video_buffer *templat );
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 257 util_dump_template(FILE *stream, const struct pipe_resource *templat)
259 if(!templat) {
266 util_dump_member(stream, int, templat, target);
267 util_dump_member(stream, format, templat, format);
270 util_dump_uint(stream, templat->width0);
274 util_dump_uint(stream, templat->height0);
278 util_dump_uint(stream, templat->depth0);
282 util_dump_uint(stream, templat->array_size);
285 util_dump_member(stream, uint, templat, last_level);
286 util_dump_member(stream, uint, templat, usage)
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 358 const struct pipe_sampler_view *templat);
371 const struct pipe_surface *templat);
437 const struct pipe_video_buffer *templat );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 786 const struct pipe_video_buffer *templat)
796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") ||
798 return vl_video_buffer_create(pipe, templat);
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
801 width = align(templat->width, 64);
802 height = align(templat->height, 64);
813 buffer->base.chroma_format = templat->chroma_format;
895 const struct pipe_video_buffer *templat)
898 return nouveau_video_buffer_create(pipe, screen, templat);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 786 const struct pipe_video_buffer *templat)
796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") ||
798 return vl_video_buffer_create(pipe, templat);
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420);
801 width = align(templat->width, 64);
802 height = align(templat->height, 64);
813 buffer->base.chroma_format = templat->chroma_format;
895 const struct pipe_video_buffer *templat)
898 return nouveau_video_buffer_create(pipe, screen, templat);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.c 134 const struct pipe_resource *templat)
141 templat);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_screen.c 137 const struct pipe_resource *templat)
144 templat);
  /external/mesa3d/src/gallium/drivers/identity/
id_screen.c 134 const struct pipe_resource *templat)
141 templat);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 137 const struct pipe_resource *templat)
144 templat);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_screen.c 243 const struct pipe_resource *templat)
252 trace_dump_arg(resource_template, templat);
254 result = screen->resource_create(screen, templat);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 243 const struct pipe_resource *templat)
252 trace_dump_arg(resource_template, templat);
254 result = screen->resource_create(screen, templat);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 474 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERED_FORMAT);
477 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERS_INTERLACED);
480 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat);
mixer.c 288 rect.x1 = surf->templat.width;
289 rect.y1 = surf->templat.height;
vdpau_private.h 365 struct pipe_video_buffer templat, *video_buffer; member in struct:__anon13041
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 474 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERED_FORMAT);
477 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERS_INTERLACED);
480 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat);
mixer.c 288 rect.x1 = surf->templat.width;
289 rect.y1 = surf->templat.height;
vdpau_private.h 365 struct pipe_video_buffer templat, *video_buffer; member in struct:__anon23508
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 247 const struct pipe_resource *templat)
254 lpr->base = *templat;
277 const enum pipe_format format = templat->format;
278 const uint w = templat->width0 / util_format_get_blockheight(format);
280 const uint h = templat->height0 / util_format_get_blockwidth(format);
281 const uint d = templat->depth0;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 247 const struct pipe_resource *templat)
254 lpr->base = *templat;
277 const enum pipe_format format = templat->format;
278 const uint w = templat->width0 / util_format_get_blockheight(format);
280 const uint h = templat->height0 / util_format_get_blockwidth(format);
281 const uint d = templat->depth0;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h     [all...]

Completed in 295 milliseconds

1 23 4