/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
format.cpp | 159 return dev->pipe->is_format_supported(
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/ |
native_null.c | 108 if (null->base.screen->is_format_supported(null->base.screen,
|
/external/mesa3d/src/gallium/include/state_tracker/ |
graw.h | 53 * Query format support with screen::is_format_supported and usage
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
format.cpp | 159 return dev->pipe->is_format_supported(
|
/external/mesa3d/src/gallium/state_trackers/egl/null/ |
native_null.c | 108 if (null->base.screen->is_format_supported(null->base.screen,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
noop_pipe.c | 338 return screen->is_format_supported(screen, format, target, sample_count, usage); 377 screen->is_format_supported = noop_is_format_supported;
|
/external/mesa3d/src/gallium/drivers/noop/ |
noop_pipe.c | 338 return screen->is_format_supported(screen, format, target, sample_count, usage); 377 screen->is_format_supported = noop_is_format_supported;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 368 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 452 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format, 635 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 650 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 667 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 368 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 452 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format, 635 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 650 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format, 667 if (!exa->scrn->is_format_supported(exa->scrn, priv->tex->format,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_vbuf.c | 136 screen->is_format_supported(screen, PIPE_FORMAT_R32_FIXED, PIPE_BUFFER, 140 screen->is_format_supported(screen, PIPE_FORMAT_R16_FLOAT, PIPE_BUFFER, 144 screen->is_format_supported(screen, PIPE_FORMAT_R64_FLOAT, PIPE_BUFFER, 148 screen->is_format_supported(screen, PIPE_FORMAT_R32_UNORM, PIPE_BUFFER, 150 screen->is_format_supported(screen, PIPE_FORMAT_R32_SNORM, PIPE_BUFFER, 154 screen->is_format_supported(screen, PIPE_FORMAT_R32_USCALED, PIPE_BUFFER, 156 screen->is_format_supported(screen, PIPE_FORMAT_R32_SSCALED, PIPE_BUFFER, [all...] |
u_caps.c | 68 if (!screen->is_format_supported(screen,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.c | 136 screen->is_format_supported(screen, PIPE_FORMAT_R32_FIXED, PIPE_BUFFER, 140 screen->is_format_supported(screen, PIPE_FORMAT_R16_FLOAT, PIPE_BUFFER, 144 screen->is_format_supported(screen, PIPE_FORMAT_R64_FLOAT, PIPE_BUFFER, 148 screen->is_format_supported(screen, PIPE_FORMAT_R32_UNORM, PIPE_BUFFER, 150 screen->is_format_supported(screen, PIPE_FORMAT_R32_SNORM, PIPE_BUFFER, 154 screen->is_format_supported(screen, PIPE_FORMAT_R32_USCALED, PIPE_BUFFER, 156 screen->is_format_supported(screen, PIPE_FORMAT_R32_SSCALED, PIPE_BUFFER, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 48 def is_format_supported(format): function 526 if is_format_supported(format): 538 if is_format_supported(format): 563 if is_format_supported(format): 576 if is_format_supported(format):
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 48 def is_format_supported(format): function 526 if is_format_supported(format): 538 if is_format_supported(format): 563 if is_format_supported(format): 576 if is_format_supported(format):
|
/external/chromium_org/third_party/mesa/src/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,
|
/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,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_video_buffer.c | 166 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) 170 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET))
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_pixelformat.c | 229 if (!screen->is_format_supported(screen, color->format, 247 if (!screen->is_format_supported(screen, depth->format,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_video_buffer.c | 166 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) 170 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET))
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_pixelformat.c | 229 if (!screen->is_format_supported(screen, color->format, 247 if (!screen->is_format_supported(screen, depth->format,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.c | 121 if (!p->screen->is_format_supported(p->screen,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_blit.c | 487 (!screen->is_format_supported(screen, src_templ.format, src->target, 490 !screen->is_format_supported(screen, dst_templ.format, dst->target, 556 if (!screen->is_format_supported(screen, dst_templ.format, 559 !screen->is_format_supported(screen, src_templ.format,
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_screen.h | 126 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
|
/external/chromium_org/third_party/mesa/src/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/auxiliary/postprocess/ |
pp_program.c | 121 if (!p->screen->is_format_supported(p->screen,
|