HomeSort by relevance Sort by last modified time
    Searched refs:is_format_supported (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_screen.c 150 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM,
153 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM,
156 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT,
159 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM,
162 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM,
165 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM,
199 if (!p_screen->is_format_supported(p_screen, pipe_formats[format],
207 if (p_screen->is_format_supported(p_screen, pipe_formats[format],
dri_query_renderer.c 53 screen->base.screen->is_format_supported(screen->base.screen,
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_screen.c 104 pscreen->is_format_supported = fd2_screen_is_format_supported;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_screen.c 106 pscreen->is_format_supported = fd3_screen_is_format_supported;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_screen.c 105 pscreen->is_format_supported = fd4_screen_is_format_supported;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_screen.c 103 pscreen->is_format_supported = fd5_screen_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 235 *is_supported = pscreen->is_format_supported
287 *is_supported = pscreen->is_format_supported
336 *is_supported = pscreen->is_format_supported
342 *is_supported &= pscreen->is_format_supported
348 *is_supported &= pscreen->is_format_supported
391 *is_supported = pscreen->is_format_supported
435 *is_supported = pscreen->is_format_supported
  /external/mesa3d/src/gbm/main/
gbmint.h 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 106 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM,
136 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM,
198 if (xa->screen->is_format_supported(xa->screen, fdesc.format,
302 if (!xa->screen->is_format_supported(xa->screen, fdesc.format,
472 if (!xa->screen->is_format_supported(xa->screen, fdesc.format,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 129 def is_format_supported(format): function
439 if not is_format_supported(format):
544 if not is_format_supported(format):
623 if is_format_supported(format):
652 if is_format_supported(format):
681 if is_format_supported(format):
707 if is_format_supported(format):
u_gen_mipmap.c 78 if (!screen->is_format_supported(screen, format, pt->target,
u_caps.c 68 if (!screen->is_format_supported(screen,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 281 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
307 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
312 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
pp_program.c 120 if (!p->screen->is_format_supported(p->screen,
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 147 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 123 return screen->is_format_supported(screen,
277 rb_screen->base.is_format_supported = rbug_screen_is_format_supported;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 96 if (screen->is_format_supported(screen, PIPE_FORMAT_NONE,
st_extensions.c 493 * target and bind_flags are passed to is_format_supported.
514 if (screen->is_format_supported(screen, mapping[i].format[j],
547 if (screen->is_format_supported(screen, formats[f],
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_screen.c 134 return screen->is_format_supported(screen, format, target, sample_count,
381 dscreen->base.is_format_supported = dd_screen_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 257 if (!screen->is_format_supported(screen, color_formats[cfmt].format,
269 if (!screen->is_format_supported(screen, depth->format,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 185 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW))
189 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET))
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 406 return screen->is_format_supported(screen, format, target, sample_count, usage);
470 screen->is_format_supported = noop_is_format_supported;
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 213 trace_dump_call_begin("pipe_screen", "is_format_supported");
221 result = screen->is_format_supported(screen, format, target, sample_count,
510 tr_scr->base.is_format_supported = trace_screen_is_format_supported;
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 576 (!screen->is_format_supported(screen, src_templ.format, src->target,
579 !screen->is_format_supported(screen, dst_templ.format, dst->target,
645 if (!screen->is_format_supported(screen, dst_templ.format,
648 !screen->is_format_supported(screen, src_templ.format,
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 566 screen->base.is_format_supported = softpipe_is_format_supported;

Completed in 289 milliseconds

1 2 3 4