| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 67 for (unsigned level = 0; level < pCreateInfo->mipLevels; level++) { 87 if ((level + 1 == pCreateInfo->mipLevels)) 138 tu_assert(pCreateInfo->mipLevels > 0); 157 image->level_count = pCreateInfo->mipLevels;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_intel.c | 62 .mipLevels = 1,
|
| H A D | anv_dump.c | 76 .mipLevels = 1,
|
| H A D | anv_image.c | 569 anv_assert(pCreateInfo->mipLevels > 0); 586 image->levels = pCreateInfo->mipLevels;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_image.c | 77 assert(pCreateInfo->mipLevels > 0); 101 pCreateInfo->samples, pCreateInfo->mipLevels,
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_image.c | 63 assert(pCreateInfo->mipLevels > 0); 80 image->mip_levels = pCreateInfo->mipLevels;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 578 image->level_count = pCreateInfo->mipLevels; 660 if (pCreateInfo->mipLevels != 1 || 677 pCreateInfo->mipLevels, 690 for (int i = 0; i < pCreateInfo->mipLevels; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 140 .mipLevels = 1, 545 .mipLevels = 1,
|
| H A D | wsi_common_win32.c | 359 .mipLevels = 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_sampler.c | 177 viewDesc.tex.mipLevels = (sv->base.u.tex.last_level -
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 82 if (pCreateInfo->mipLevels > 1) 157 if (pCreateInfo->mipLevels > 1 || pCreateInfo->arrayLayers > 1) 993 radv_assert(pCreateInfo->mipLevels > 0); 1012 image->info.levels = pCreateInfo->mipLevels;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_sampler.c | 180 viewDesc.tex.mipLevels = (sv->base.u.tex.last_level -
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 96 template.last_level = pCreateInfo->mipLevels - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 273 if (pCreateInfo->arrayLayers > 1 && pCreateInfo->mipLevels > 1) 282 if ((pCreateInfo->arrayLayers > 1 || pCreateInfo->mipLevels > 1) && 1713 radv_assert(pCreateInfo->mipLevels > 0); 1734 image->info.levels = pCreateInfo->mipLevels;
|
| H A D | radv_device.c | 2783 .mipLevels = 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 927 uint32 mipLevels; member in struct:__anoncfb9ff1d0708::__anoncfb9ff1d080a::__anoncfb9ff1d0a08
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 440 .mipLevels = 1, 652 .mipLevels = 1,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 606 .mipLevels = image->vk.mip_levels, 641 .mipLevels = 1, 966 .mipLevels = src->vk.mip_levels, 2291 .mipLevels = 1, 2373 .mipLevels = 1,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 968 uint32 mipLevels; member in struct:__anonac0ea0700708::__anonac0ea070080a::__anonac0ea0700a08
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_image.h | 362 size += vn_sizeof_uint32_t(&val->mipLevels); 446 vn_encode_uint32_t(enc, &val->mipLevels);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1701 SVGA3D_DUMP_PARAMETER(desc.tex.mipLevels, u);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1349 image_info.mipLevels = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1701 SVGA3D_DUMP_PARAMETER(desc.tex.mipLevels, u);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_resource.c | 373 ici->mipLevels = templ->last_level + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1630 image_info.mipLevels = 1;
|