| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_decompress.c | 489 width = radv_minify(image->info.width, range->baseMipLevel + level); 490 height = radv_minify(image->info.height, range->baseMipLevel + level); 588 uint32_t width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); 589 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); 640 width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); 641 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l);
|
| H A D | radv_meta_fast_clear.c | 558 width = radv_minify(image->info.width, range->baseMipLevel + level); 559 height = radv_minify(image->info.height, range->baseMipLevel + level); 702 width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); 703 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); 833 width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); 834 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l);
|
| H A D | radv_meta_blit.c | 249 uint32_t src_width = radv_minify(src_iview->image->info.width, src_iview->base_mip); 250 uint32_t src_height = radv_minify(src_iview->image->info.height, src_iview->base_mip); 251 uint32_t src_depth = radv_minify(src_iview->image->info.depth, src_iview->base_mip); 252 uint32_t dst_width = radv_minify(dest_iview->image->info.width, dest_iview->base_mip); 253 uint32_t dst_height = radv_minify(dest_iview->image->info.height, dest_iview->base_mip);
|
| H A D | radv_meta_clear.c | 1558 width = radv_minify(image->info.width, range->baseMipLevel + l); 1559 height = radv_minify(image->info.height, range->baseMipLevel + l); 2116 uint32_t width = radv_minify(image->info.width, range->baseMipLevel + level); 2117 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level); 2295 radv_minify(image->info.width, range->baseMipLevel), 2296 radv_minify(image->info.height, range->baseMipLevel), 2389 ? radv_minify(image->info.depth, range->baseMipLevel + l)
|
| H A D | radv_image.c | 1951 radv_minify(image->info.depth, range->baseMipLevel)); 1991 .width = radv_minify(image->info.width, range->baseMipLevel), 1992 .height = radv_minify(image->info.height, range->baseMipLevel), 1993 .depth = radv_minify(image->info.depth, range->baseMipLevel), 2041 unsigned lvl_width = radv_minify(image->info.width, range->baseMipLevel); 2042 unsigned lvl_height = radv_minify(image->info.height, range->baseMipLevel);
|
| H A D | radv_meta_resolve.c | 564 .width = radv_minify(dst_image->info.width, region->dstSubresource.mipLevel), 565 .height = radv_minify(dst_image->info.height, region->dstSubresource.mipLevel),
|
| H A D | radv_private.h | 174 radv_minify(uint32_t n, uint32_t levels) function in typeref:typename:uint32_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_decompress.c | 324 uint32_t width = radv_minify(image->info.width, 326 uint32_t height = radv_minify(image->info.height,
|
| H A D | radv_meta_blit.c | 313 uint32_t src_width = radv_minify(src_iview->image->info.width, src_iview->base_mip); 314 uint32_t src_height = radv_minify(src_iview->image->info.height, src_iview->base_mip); 315 uint32_t src_depth = radv_minify(src_iview->image->info.depth, src_iview->base_mip); 316 uint32_t dst_width = radv_minify(dest_iview->image->info.width, dest_iview->base_mip); 317 uint32_t dst_height = radv_minify(dest_iview->image->info.height, dest_iview->base_mip);
|
| H A D | radv_image.c | 1220 <= radv_minify(image->info.depth, range->baseMipLevel)); 1247 .width = radv_minify(image->info.width , range->baseMipLevel), 1248 .height = radv_minify(image->info.height, range->baseMipLevel), 1249 .depth = radv_minify(image->info.depth , range->baseMipLevel), 1289 unsigned lvl_width = radv_minify(image->info.width , range->baseMipLevel); 1290 unsigned lvl_height = radv_minify(image->info.height, range->baseMipLevel);
|
| H A D | radv_meta_resolve.c | 560 .width = radv_minify(dest_image->info.width, 562 .height = radv_minify(dest_image->info.height,
|
| H A D | radv_meta_clear.c | 1730 uint32_t width = radv_minify(image->info.width, range->baseMipLevel + level); 1731 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level); 1881 radv_minify(image->info.width, range->baseMipLevel), 1882 radv_minify(image->info.height, range->baseMipLevel), 1964 radv_minify(image->info.depth, range->baseMipLevel + l) :
|
| H A D | radv_private.h | 184 radv_minify(uint32_t n, uint32_t levels) function in typeref:typename:uint32_t
|