OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:util_format_is_depth_or_stencil
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c
51
if (
util_format_is_depth_or_stencil
(format)) {
st_cb_fbo.c
191
if (
util_format_is_depth_or_stencil
(format)) {
/external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c
51
if (
util_format_is_depth_or_stencil
(format)) {
st_cb_fbo.c
191
if (
util_format_is_depth_or_stencil
(format)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c
144
if (
util_format_is_depth_or_stencil
(format)) {
234
if (
util_format_is_depth_or_stencil
(format)) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c
144
if (
util_format_is_depth_or_stencil
(format)) {
234
if (
util_format_is_depth_or_stencil
(format)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c
232
boolean zs =
util_format_is_depth_or_stencil
(tc->format);
sp_tile_cache.c
183
tc->depth_stencil =
util_format_is_depth_or_stencil
(ps->format);
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c
232
boolean zs =
util_format_is_depth_or_stencil
(tc->format);
sp_tile_cache.c
183
tc->depth_stencil =
util_format_is_depth_or_stencil
(ps->format);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c
356
if (
util_format_is_depth_or_stencil
(tex->b.b.format) &&
423
boolean is_zb =
util_format_is_depth_or_stencil
(format);
r300_state_derived.c
613
if (
util_format_is_depth_or_stencil
(format)) {
815
if (
util_format_is_depth_or_stencil
(view->base.format)) {
[
all
...]
r300_texture.c
892
if (
util_format_is_depth_or_stencil
(surf->base.format)) {
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c
356
if (
util_format_is_depth_or_stencil
(tex->b.b.format) &&
423
boolean is_zb =
util_format_is_depth_or_stencil
(format);
r300_state_derived.c
613
if (
util_format_is_depth_or_stencil
(format)) {
815
if (
util_format_is_depth_or_stencil
(view->base.format)) {
[
all
...]
r300_texture.c
892
if (
util_format_is_depth_or_stencil
(surf->base.format)) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c
155
if (
util_format_is_depth_or_stencil
(rtex->real_format)) {
186
if (
util_format_is_depth_or_stencil
(res->format))
492
if (
util_format_is_depth_or_stencil
(rtex->real_format) && permit_hardware_blit(screen, base))
/external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c
155
if (
util_format_is_depth_or_stencil
(rtex->real_format)) {
186
if (
util_format_is_depth_or_stencil
(res->format))
492
if (
util_format_is_depth_or_stencil
(rtex->real_format) && permit_hardware_blit(screen, base))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h
492
util_format_is_depth_or_stencil
(enum pipe_format format)
function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_miptree.c
191
if (
util_format_is_depth_or_stencil
(pt->format))
nv50_surface.c
676
if (
util_format_is_depth_or_stencil
(res->format))
877
blit->filter =
util_format_is_depth_or_stencil
(dst->format) ? 0 : 1;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c
101
!
util_format_is_depth_or_stencil
(exa_priv->depth_stencil_tex->format))
/external/mesa3d/src/gallium/auxiliary/util/
u_format.h
492
util_format_is_depth_or_stencil
(enum pipe_format format)
function
/external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c
191
if (
util_format_is_depth_or_stencil
(pt->format))
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c
101
!
util_format_is_depth_or_stencil
(exa_priv->depth_stencil_tex->format))
Completed in 364 milliseconds
1
2