Searched refs:mipLevels (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_image.c67 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 Danv_intel.c62 .mipLevels = 1,
H A Danv_dump.c76 .mipLevels = 1,
H A Danv_image.c569 anv_assert(pCreateInfo->mipLevels > 0);
586 image->levels = pCreateInfo->mipLevels;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_image.c77 assert(pCreateInfo->mipLevels > 0);
101 pCreateInfo->samples, pCreateInfo->mipLevels,
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_image.c63 assert(pCreateInfo->mipLevels > 0);
80 image->mip_levels = pCreateInfo->mipLevels;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c578 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 Dwsi_common_drm.c140 .mipLevels = 1,
545 .mipLevels = 1,
H A Dwsi_common_win32.c359 .mipLevels = 1,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c177 viewDesc.tex.mipLevels = (sv->base.u.tex.last_level -
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c82 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 Dsvga_state_sampler.c180 viewDesc.tex.mipLevels = (sv->base.u.tex.last_level -
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_image.c96 template.last_level = pCreateInfo->mipLevels - 1;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c273 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 Dradv_device.c2783 .mipLevels = 1,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h927 uint32 mipLevels; member in struct:__anoncfb9ff1d0708::__anoncfb9ff1d080a::__anoncfb9ff1d0a08
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c440 .mipLevels = 1,
652 .mipLevels = 1,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c606 .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 Dsvga3d_dx.h968 uint32 mipLevels; member in struct:__anonac0ea0700708::__anonac0ea070080a::__anonac0ea0700a08
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h362 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 Dsvga_dump.c1701 SVGA3D_DUMP_PARAMETER(desc.tex.mipLevels, u);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1349 image_info.mipLevels = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1701 SVGA3D_DUMP_PARAMETER(desc.tex.mipLevels, u);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c373 ici->mipLevels = templ->last_level + 1;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1630 image_info.mipLevels = 1;

Completed in 94 milliseconds

12