Lines Matching refs:pfmt
35 enum pipe_format pfmt = vk_format_to_pipe_format(image->vk.format);
36 uint32_t blkw = util_format_get_blockwidth(pfmt);
37 uint32_t blkh = util_format_get_blockheight(pfmt);
38 uint32_t blkd = util_format_get_blockdepth(pfmt);
103 enum pipe_format pfmt = vk_format_to_pipe_format(image->vk.format);
131 .Width = ALIGN(image->vk.extent.width, util_format_get_blockwidth(pfmt)),
132 .Height = (UINT)ALIGN(image->vk.extent.height, util_format_get_blockheight(pfmt)),
226 enum pipe_format pfmt = vk_format_to_pipe_format(format);
229 return dzn_pipe_to_dxgi_format(pfmt);
231 switch (pfmt) {
269 return dzn_pipe_to_dxgi_format(pfmt);
1264 enum pipe_format pfmt = vk_format_to_pipe_format(pCreateInfo->format);
1265 unsigned blksz = util_format_get_blocksize(pfmt);