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

1 2

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_transfer.c 86 if (rsc->layout == ETNA_LAYOUT_TILED && !util_format_is_compressed(rsc->base.format)) {
257 util_format_is_compressed(prsc->format));
309 if (rsc->layout == ETNA_LAYOUT_TILED && !util_format_is_compressed(rsc->base.format)) {
etnaviv_texture.c 129 if (util_format_is_compressed(res->base.format))
etnaviv_resource.c 248 if (util_format_is_compressed(templat->format))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 105 if (util_format_is_compressed(pt->format))
121 if (util_format_is_compressed(pt->format))
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 170 if (util_format_is_compressed(src_tex->format) ==
171 util_format_is_compressed(dst_tex->format) &&
svga_resource_texture.c     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 765 if (util_format_is_compressed(fmt))
771 if (util_format_is_compressed(fmt))
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 497 util_format_is_compressed(src->format) ||
498 util_format_is_compressed(dst->format)) {
st_cb_texture.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 173 assert(!util_format_is_compressed(pt->format));
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 679 if (util_format_is_compressed(format)) {
    [all...]
r300_texture.c 235 if (util_format_is_compressed(format) &&
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 463 util_format_is_compressed(enum pipe_format format) function
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_blt.c 473 util_format_is_compressed(rt->format))
ilo_resource.c 185 info->compressed = util_format_is_compressed(image_format);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 272 assert(!util_format_is_compressed(pt->format));
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 86 if (util_format_is_compressed(format)) {
surface9.c 448 util_format_is_compressed(This->base.info.format)) {
device9.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 652 if (util_format_is_compressed(src->format) ||
653 util_format_is_compressed(dst->format)) {
evergreen_state.c 298 !util_format_is_compressed(format) &&
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 872 if (util_format_is_compressed(src->format) ||
873 util_format_is_compressed(dst->format)) {
    [all...]
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_miptree.c 407 util_format_is_compressed(pt->format) ||
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c     [all...]

Completed in 885 milliseconds

1 2