Searched refs:blkd (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | sbcdsp.asm | 137 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/ |
D | dzn_image.c | 38 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()
|
D | dzn_cmd_buffer.c | 1592 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()
|
D | dzn_device.c | 2578 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()
|