HomeSort by: relevance | last modified time | path
    Searched refs:util_format_stencil_only (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_image.c 114 view->pview.format = util_format_stencil_only(view->pview.format);
panvk_vX_meta_blit.c 191 info.src.planes[0].format = util_format_stencil_only(info.src.planes[0].format);
196 info.dst.planes[0].format = util_format_stencil_only(info.dst.planes[0].format);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_blit.c 332 return util_format_stencil_only(format);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_readpixels.c 119 src_format = util_format_stencil_only(src_format);
st_sampler_view.c 523 format = util_format_stencil_only(format);
st_cb_drawpixels.c 1417 util_format_stencil_only(pt->format);
1916 util_format_stencil_only(pt->format);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.h 1097 util_format_stencil_only(enum pipe_format format) function
u_blitter.c 1574 util_format_stencil_only(src_format);
1955 templ.format = util_format_stencil_only(templ.format);
1971 templ.format = util_format_stencil_only(templ.format);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_sampler_view.c 483 format = util_format_stencil_only(format);
st_cb_drawpixels.c 1366 util_format_stencil_only(pt->format);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_blitter.c 1671 util_format_stencil_only(src_format);
2087 templ.format = util_format_stencil_only(templ.format);
2103 templ.format = util_format_stencil_only(templ.format);
2858 src_templ.format = util_format_stencil_only(src_templ.format);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blit.c 361 return util_format_stencil_only(format);
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.h 1210 util_format_stencil_only(enum pipe_format format) function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_blit.cpp 777 src_templ.format = util_format_stencil_only(info->src.format);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blitter.c 1338 sviews[1].format = util_format_stencil_only(sviews[1].format);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 979 pformat = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->format));
1083 state->iv[p_stage][idx].format = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->format));

Completed in 34 milliseconds