Home
last modified time | relevance | path

Searched refs:blkd (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dsbcdsp.asm137 shl blkd, 6
153 movd blkd, m0
155 bsr blkd, blkd
156 sub blkd, 15 ; SCALE_OUT_BITS
157 mov [scale_factorq + subbandsq], blkd
159 movd blkd, m0
160 bsr blkd, blkd
161 sub blkd, 15 ; SCALE_OUT_BITS
162 mov [scale_factorq + subbandsq + 4], blkd
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_image.c38 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_image_align_extent() local
46 extent->depth = ALIGN_POT(extent->depth, blkd); in dzn_image_align_extent()
Ddzn_cmd_buffer.c1592 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_cmd_buffer_copy_buf2img_region() local
1631 .back = blkd, in dzn_cmd_buffer_copy_buf2img_region()
1634 for (uint32_t z = 0; z < region.imageExtent.depth; z += blkd) { in dzn_cmd_buffer_copy_buf2img_region()
1671 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_cmd_buffer_copy_img2buf_region() local
1709 for (uint32_t z = 0; z < region.imageExtent.depth; z += blkd) { in dzn_cmd_buffer_copy_img2buf_region()
1711 src_box.back = src_box.front + blkd; in dzn_cmd_buffer_copy_img2buf_region()
Ddzn_device.c2578 uint32_t blkd = util_format_get_blockdepth(pfmt); in dzn_buffer_get_line_copy_loc() local
2588 ((z / blkd) * buffer_layer_stride); in dzn_buffer_get_line_copy_loc()