Lines Matching refs:pfmt
2514 enum pipe_format pfmt = vk_format_to_pipe_format(format);
2516 return dzn_pipe_to_dxgi_format(pfmt);
2531 enum pipe_format pfmt = vk_format_to_pipe_format(plane_format);
2532 uint32_t blksz = util_format_get_blocksize(pfmt);
2533 uint32_t blkw = util_format_get_blockwidth(pfmt);
2534 uint32_t blkh = util_format_get_blockheight(pfmt);
2574 enum pipe_format pfmt = vk_format_to_pipe_format(format);
2575 uint32_t blksz = util_format_get_blocksize(pfmt);
2576 uint32_t blkw = util_format_get_blockwidth(pfmt);
2577 uint32_t blkh = util_format_get_blockheight(pfmt);
2578 uint32_t blkd = util_format_get_blockdepth(pfmt);