Searched refs:uc_kind (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ | ||
| H A D | nvc0_resource.c | 49 const uint32_t uc_kind = local in function:nvc0_query_dmabuf_modifiers 51 const uint32_t num_uc = uc_kind ? 6 : 0; /* max block height = 32 GOBs */ 73 uc_kind, 5 - i)); 89 const uint32_t uc_kind = local in function:nvc0_is_dmabuf_modifier_supported 91 const uint32_t num_uc = uc_kind ? 6 : 0; /* max block height = 32 GOBs */ 103 if (DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(0, s, kind_gen, uc_kind, i) == modifier) { |
| H A D | nvc0_miptree.c | 316 const uint32_t uc_kind = local in function:nvc0_miptree_get_modifier 331 if (config->nvc0.memtype != uc_kind) 380 const uint32_t uc_kind = nvc0_mt_choose_storage_type(pscreen, mt, false); local in function:nvc0_miptree_select_best_modifier 386 if (uc_kind != 0u) { 399 DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(0, s, kind_gen, uc_kind, lbh); |
Completed in 5 milliseconds