Home
last modified time | relevance | path

Searched refs:util_format_compose_swizzles (Results 1 – 12 of 12) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c397 void util_format_compose_swizzles(const unsigned char swz1[4], in util_format_compose_swizzles() function
Du_format.h1047 void util_format_compose_swizzles(const unsigned char swz1[4],
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h1309 void util_format_compose_swizzles(const unsigned char swz1[4],
Du_format.c807 void util_format_compose_swizzles(const unsigned char swz1[4], in util_format_compose_swizzles() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c392 util_format_compose_swizzles(desc->swizzle, swiz, rswiz); in fd3_tex_swiz()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c445 util_format_compose_swizzles(desc->swizzle, swiz, rswiz); in fd5_tex_swiz()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c443 util_format_compose_swizzles(desc->swizzle, swiz, rswiz); in fd4_tex_swiz()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c319 util_format_compose_swizzles(formats[fmt].tex_swiz, swiz, rswiz); in get_texture_swiz()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c671 util_format_compose_swizzles(fmt_swizzle, view_swizzle, so->swizzle);
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c124 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle); in r300_get_swizzle_combined()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3565 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor()
3573 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in si_make_texture_descriptor()
3576 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor()
3579 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle); in si_make_texture_descriptor()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2461 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle); in r600_get_swizzle_combined()