Lines Matching refs:pfmt
1114 enum pipe_format pfmt = vk_format_to_pipe_format(image->vk.format);
1115 uint32_t blksize = util_format_get_blocksize(pfmt);
1122 util_format_write_4(pfmt, color, 0, raw, 0, 0, 0, 1, 1);
1250 enum pipe_format pfmt = vk_format_to_pipe_format(image->vk.format);
1251 uint32_t blksize = util_format_get_blocksize(pfmt);
1258 util_format_write_4(pfmt, color, 0, raw, 0, 0, 0, 1, 1);
1484 enum pipe_format pfmt = vk_format_to_pipe_format(image->vk.format);
1486 if (util_format_is_pure_sint(pfmt)) {
1494 } else if (util_format_is_pure_uint(pfmt)) {
1590 enum pipe_format pfmt = vk_format_to_pipe_format(dst_image->vk.format);
1591 uint32_t blkh = util_format_get_blockheight(pfmt);
1592 uint32_t blkd = util_format_get_blockdepth(pfmt);
1669 enum pipe_format pfmt = vk_format_to_pipe_format(src_image->vk.format);
1670 uint32_t blkh = util_format_get_blockheight(pfmt);
1671 uint32_t blkd = util_format_get_blockdepth(pfmt);
1968 enum pipe_format pfmt = vk_format_to_pipe_format(dst->vk.format);
1981 .out_type = (uint32_t)(util_format_is_pure_uint(pfmt) ? GLSL_TYPE_UINT :
1982 util_format_is_pure_sint(pfmt) ? GLSL_TYPE_INT :