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()
575 rsc->vc4_format == VC4_TEXTURE_TYPE_RGBA32R || in vc4_create_sampler_view()576 rsc->vc4_format == ~0) { in vc4_create_sampler_view()605 assert(rsc->vc4_format != VC4_TEXTURE_TYPE_RGBA32R); in vc4_create_sampler_view()620 VC4_SET_FIELD(rsc->vc4_format & 15, VC4_TEX_P0_TYPE) | in vc4_create_sampler_view()628 (VC4_SET_FIELD(rsc->vc4_format >> 4, VC4_TEX_P1_TYPE4) | in vc4_create_sampler_view()
60 enum vc4_texture_data_type vc4_format; member
409 rsc->vc4_format, in vc4_setup_slices()542 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_create_with_modifiers()658 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_from_handle()774 if (rsc->vc4_format != VC4_TEXTURE_TYPE_RGBA32R) { in vc4_dump_surface_non_msaa()
146 switch (rsc->vc4_format) { in write_texture_border_color()