Searched refs:vc4_format (Results 1 – 5 of 5) sorted by relevance
44 struct vc4_format { struct73 static const struct vc4_format vc4_format_table[] = { argument109 static const struct vc4_format *122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported()133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565()144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported()152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format()163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle()
584 rsc->vc4_format == VC4_TEXTURE_TYPE_RGBA32R) { in vc4_create_sampler_view()608 assert(rsc->vc4_format != VC4_TEXTURE_TYPE_RGBA32R); in vc4_create_sampler_view()621 VC4_SET_FIELD(rsc->vc4_format & 15, VC4_TEX_P0_TYPE) | in vc4_create_sampler_view()629 (VC4_SET_FIELD(rsc->vc4_format >> 4, VC4_TEX_P1_TYPE4) | in vc4_create_sampler_view()
63 enum vc4_texture_data_type vc4_format; member
505 rsc->vc4_format, in vc4_setup_slices()649 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_create_with_modifiers()766 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_from_handle()858 if (rsc->vc4_format != VC4_TEXTURE_TYPE_RGBA32R) { in vc4_dump_surface_non_msaa()
145 switch (rsc->vc4_format) { in write_texture_border_color()