Searched refs:dst_blk_h (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_copyimage.c | 555 unsigned dst_blk_w = 1, dst_blk_h = 1, src_blk_w = 1, src_blk_h = 1; local in function:fallback_copy_image 557 _mesa_get_format_block_size(dst_image->TexFormat, &dst_blk_w, &dst_blk_h); 570 dst_h *= dst_blk_h;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_copyimage.c | 555 unsigned dst_blk_w = 1, dst_blk_h = 1, src_blk_w = 1, src_blk_h = 1; local in function:fallback_copy_image 557 _mesa_get_format_block_size(dst_image->TexFormat, &dst_blk_w, &dst_blk_h); 570 dst_h *= dst_blk_h;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 1853 unsigned dst_blk_h = MIN2(blk_h, src_height - y*blk_h); local in function:_mesa_unpack_astc_2d_ldr 1855 for (unsigned sub_y = 0; sub_y < dst_blk_h; ++sub_y) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 1854 unsigned dst_blk_h = MIN2(blk_h, src_height - y*blk_h); local in function:_mesa_unpack_astc_2d_ldr 1856 for (unsigned sub_y = 0; sub_y < dst_blk_h; ++sub_y) {
|
Completed in 14 milliseconds