Lines Matching defs:format

37 #include "util/format/u_format.h"
45 #include "util/format/u_format_zs.h"
903 lvp_vk_format_to_pipe_format(ps->vi->attributes[a].format);
1121 pformat = lvp_vk_format_to_pipe_format(iv->vk.format);
1123 pformat = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->vk.format));
1125 pformat = lvp_vk_format_to_pipe_format(iv->vk.format);
1199 templ.format = bv->pformat;
1229 state->iv[p_stage][idx].format = lvp_vk_format_to_pipe_format(iv->vk.format);
1231 state->iv[p_stage][idx].format = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->vk.format));
1233 state->iv[p_stage][idx].format = lvp_vk_format_to_pipe_format(iv->vk.format);
1245 state->iv[p_stage][idx].format = PIPE_FORMAT_NONE;
1273 state->iv[p_stage][idx].format = bv->pformat;
1278 state->iv[p_stage][idx].format = PIPE_FORMAT_NONE;
1527 template.format = pformat;
1534 if (template.format == PIPE_FORMAT_NONE)
1542 VkFormat format, int width,
1550 lvp_vk_format_to_pipe_format(format),
1566 imgv->surface = create_img_surface(state, imgv, imgv->vk.format,
1596 imgv->vk.format,
1795 info.src.format = src_imgv->pformat;
1796 info.dst.format = dst_imgv->pformat;
1844 info.src.format = src_imgv->pformat;
1845 info.dst.format = dst_imgv->pformat;
2379 enum pipe_format src_format = src_image->bo->format;
2455 enum pipe_format dst_format = dst_image->bo->format;
2459 src_format = util_format_get_depth_only(dst_image->bo->format);
2559 info.src.format = src_image->bo->format;
2560 info.dst.format = dst_image->bo->format;
2561 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
3063 util_pack_color_union(image->bo->format, &uc, (void*)cmd->u.clear_color_image.color);
3119 image->bo, image->bo->format,
3203 info.src.format = src_image->bo->format;
3204 info.dst.format = dst_image->bo->format;
3205 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
3655 state->velem.velems[location].src_format = lvp_vk_format_to_pipe_format(attrs[i].format);