Home
last modified time | relevance | path

Searched refs:v3dv_format (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c67 static const struct v3dv_format format_table[] = {
161 const struct v3dv_format *
301 v3dv_format_supports_tlb_resolve(const struct v3dv_format *format) in v3dv_format_supports_tlb_resolve()
311 const struct v3dv_format *vf = v3dv_get_format(f); in v3dv_get_format_swizzle()
321 v3dv_get_tex_return_size(const struct v3dv_format *vf, in v3dv_get_tex_return_size()
366 format_supports_blending(const struct v3dv_format *format) in format_supports_blending()
385 const struct v3dv_format *v3dv_format, in image_format_features() argument
388 if (!v3dv_format || !v3dv_format->supported) in image_format_features()
404 if (v3dv_format->tex_type == TEXTURE_DATA_FORMAT_NO && in image_format_features()
405 v3dv_format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_NO) { in image_format_features()
[all …]
Dv3dv_private.h354 struct v3dv_format { struct
432 const struct v3dv_format *format;
457 const struct v3dv_format *format;
502 const struct v3dv_format *format;
1779 const struct v3dv_format *v3dv_get_format(VkFormat);
1782 uint8_t v3dv_get_tex_return_size(const struct v3dv_format *vf, bool compare_enable);
1785 bool v3dv_format_supports_tlb_resolve(const struct v3dv_format *format);
1878 const struct v3dv_format*
Dv3dv_pass.c39 const struct v3dv_format *format = v3dv_get_format(att->desc.format); in set_use_tlb_resolve()
287 const struct v3dv_format *format = v3dv_get_format(desc->format); in subpass_get_granularity()
Dv3dv_image.c310 const struct v3dv_format *format = v3dv_get_format(pCreateInfo->format); in v3dv_CreateImage()
Dv3dv_meta_copy.c107 const struct v3dv_format *format;
245 const struct v3dv_format *format = v3dv_get_format(vk_format); in get_internal_type_bpp_for_image_aspects()
1481 const struct v3dv_format *f = v3dv_get_format(format); in copy_image_blit()
2225 const struct v3dv_format *format = image->format; in copy_buffer_to_image_tfu()
2996 const struct v3dv_format *format = dst->format; in blit_tfu()
Dv3dv_descriptor_set.c242 const struct v3dv_format*
Dv3dv_meta_clear.c1448 const struct v3dv_format *format = in emit_tlb_clear_job()
Dv3dv_cmd_buffer.c1266 const struct v3dv_format *format = v3dv_get_format(attachment->desc.format); in cmd_buffer_state_set_attachment_clear_color()
2930 const struct v3dv_format *format; in cmd_buffer_populate_v3d_key()
Dv3dv_pipeline.c2260 const struct v3dv_format *format = v3dv_get_format(desc->format); in pack_blend()