Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c439 util_format_compose_swizzles(desc->swizzle, swiz, rswiz); in fd5_tex_swiz()
/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/auxiliary/util/
Du_format.h1296 void util_format_compose_swizzles(const unsigned char swz1[4],
Du_format.c805 void util_format_compose_swizzles(const unsigned char swz1[4], in util_format_compose_swizzles() function
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c440 util_format_compose_swizzles(desc->swizzle, swiz, rswiz); in fd4_tex_swiz()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2818 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor()
2826 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in si_make_texture_descriptor()
2829 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor()
2832 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle); in si_make_texture_descriptor()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c125 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle); in r300_get_swizzle_combined()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2185 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle); in r600_get_swizzle_combined()