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[] = { argument110 static const struct vc4_format *123 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported()134 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565()145 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported()153 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format()164 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()596 assert(clone->vc4_format != VC4_TEXTURE_TYPE_RGBA32R); in vc4_create_sampler_view()606 VC4_SET_FIELD(rsc->vc4_format & 15, VC4_TEX_P0_TYPE) | in vc4_create_sampler_view()614 (VC4_SET_FIELD(rsc->vc4_format >> 4, VC4_TEX_P1_TYPE4) | in vc4_create_sampler_view()
62 enum vc4_texture_data_type vc4_format; member
469 rsc->vc4_format, in vc4_setup_slices()562 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_create()612 rsc->vc4_format = get_resource_texture_format(prsc); in vc4_resource_from_handle()618 rsc, rsc->vc4_format, in vc4_resource_from_handle()684 if (rsc->vc4_format != VC4_TEXTURE_TYPE_RGBA32R) { in vc4_dump_surface_non_msaa()
145 switch (rsc->vc4_format) { in write_texture_border_color()