HomeSort by relevance Sort by last modified time
    Searched refs:is_format_supported (Results 26 - 50 of 65) sorted by null

12 3

  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.c 472 is->base.is_format_supported = i915_is_format_supported;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 475 screen->base.is_format_supported = llvmpipe_is_format_supported;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 389 screen->base.is_format_supported = softpipe_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.cpp 159 return dev->pipe->is_format_supported(
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 183 if (!screen->is_format_supported(screen, templ->format,
188 if (!screen->is_format_supported(screen, templ->format,
525 if (!adpy->base.screen->is_format_supported(adpy->base.screen,
578 !adpy->base.screen->is_format_supported(adpy->base.screen,
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 47 return ndpy->screen->is_format_supported(ndpy->screen,
  /external/mesa3d/src/gbm/main/
gbm.c 89 return gbm->is_format_supported(gbm, format, usage);
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 291 * target and bind_flags are passed to is_format_supported.
310 if (screen->is_format_supported(screen, mapping[i].format[j],
625 if (screen->is_format_supported(screen, PIPE_FORMAT_B8G8R8A8_UNORM,
st_cb_texture.c 226 if (screen->is_format_supported(screen, format, target, 0, bindings))
232 if (screen->is_format_supported(screen, format, target, 0, bindings))
    [all...]
st_texture.c 79 assert(screen->is_format_supported(screen, format, target, 0,
st_cb_bitmap.c 837 if (screen->is_format_supported(screen, PIPE_FORMAT_I8_UNORM,
842 else if (screen->is_format_supported(screen, PIPE_FORMAT_A8_UNORM,
847 else if (screen->is_format_supported(screen, PIPE_FORMAT_L8_UNORM,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 248 if (!ppq->p->screen->is_format_supported(ppq->p->screen, res.format,
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 90 if (screen->is_format_supported(screen, rgbaFormats[i],
u_blit.c 646 assert(screen->is_format_supported(screen, sampler_view->format,
649 assert(screen->is_format_supported(screen, dst_format, ctx->internal_target,
853 assert(ctx->pipe->screen->is_format_supported(ctx->pipe->screen, dst->format,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 826 if (!screen->is_format_supported(screen, configs[i].zscan_source_format, PIPE_TEXTURE_2D,
831 if (!screen->is_format_supported(screen, configs[i].idct_source_format, PIPE_TEXTURE_2D,
835 if (!screen->is_format_supported(screen, configs[i].mc_source_format, PIPE_TEXTURE_3D,
839 if (!screen->is_format_supported(screen, configs[i].mc_source_format, PIPE_TEXTURE_2D,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 548 r300screen->screen.is_format_supported = r300_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 285 if (screen->is_format_supported(screen, candidates[i],
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 558 is_format_supported(struct pipe_screen *screen, function
561 return screen->is_format_supported(screen, fmt, PIPE_TEXTURE_2D, sample_count,
598 if (is_format_supported(ndpy->screen, formats[i], sample_count, TRUE)) {
  /external/drm_gralloc/
gralloc_drm_pipe.c 122 !pm->screen->is_format_supported(pm->screen, templ.format,
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 537 screen->is_format_supported = svga_is_format_supported;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 436 if (!fbdpy->base.screen->is_format_supported(fbdpy->base.screen,
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 141 return screen->is_format_supported(screen,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 192 if (!screen->is_format_supported(screen, dst->tex->format,
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 967 rscreen->screen.is_format_supported = evergreen_is_format_supported;
969 rscreen->screen.is_format_supported = r600_is_format_supported;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 195 if (!screen->is_format_supported(screen,
202 if (!screen->is_format_supported(screen,

Completed in 995 milliseconds

12 3