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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_format.h 44 bool tex_desc);
etnaviv_format.c 274 bool tex_desc)
279 if (tex_desc)
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_image.c 151 void *tex_desc = PAN_ARCH >= 6 ? local
155 GENX(panfrost_new_texture)(pdev, &view->pview, tex_desc, &surf_descs);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_texture.c 1557 const struct util_format_description *tex_desc local
1562 assert(tex_desc->block.bits == templ_desc->block.bits);
1566 if (tex_desc->block.width != templ_desc->block.width ||
1567 tex_desc->block.height != templ_desc->block.height) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_texture.c 2039 const struct util_format_description *tex_desc = util_format_description(tex->format); local
2042 assert(tex_desc->block.bits == templ_desc->block.bits);
2046 if (tex_desc->block.width != templ_desc->block.width ||
2047 tex_desc->block.height != templ_desc->block.height) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_texture.c 1577 const struct util_format_description *tex_desc local
1582 assert(tex_desc->block.bits == templ_desc->block.bits);
1586 if (tex_desc->block.width != templ_desc->block.width ||
1587 tex_desc->block.height != templ_desc->block.height) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_texture.c 2222 const struct util_format_description *tex_desc local
2227 assert(tex_desc->block.bits == templ_desc->block.bits);
2231 if (tex_desc->block.width != templ_desc->block.width ||
2232 tex_desc->block.height != templ_desc->block.height) {

Completed in 15 milliseconds