Lines Matching refs:format
41 /* If the image format doesn't match the framebuffer format, then we are
42 * trying to clear an unsupported tlb format using a compatible
43 * format for the framebuffer. In this case, we want to make sure that
44 * we pack the clear value according to the original format semantics,
45 * not the compatible format.
81 image->vk.format, internal_type, internal_bpp,
397 get_color_clear_rect_fs(uint32_t rt_idx, VkFormat format)
403 enum pipe_format pformat = vk_format_to_pipe_format(format);
568 VkFormat format,
576 nir_shader *fs_nir = get_color_clear_rect_fs(rt_idx, format);
685 VkFormat format,
691 .format = format,
733 VkFormat format,
746 key |= ((uint64_t) format) << bit_offset;
764 VkFormat format,
771 key |= format;
798 VkFormat format,
804 assert(vk_format_is_color(format));
825 key = get_color_clear_pipeline_cache_key(rt_idx, format, samples,
848 format,
863 format,
916 const VkFormat format = pass->attachments[attachment_idx].desc.format;
917 assert(vk_format_is_depth_or_stencil(format));
920 get_depth_clear_pipeline_cache_key(aspects, format, samples, is_layered);
990 const VkFormat format =
991 cmd_buffer->state.pass->attachments[attachment_idx].desc.format;
1004 format,