Searched defs:swizzle_view (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture.c42 const unsigned char *swizzle_view,
61 if (swizzle_view) {
63 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
106 const unsigned char *swizzle_view,
180 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view,
183 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view,
41 r300_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view, boolean dxtc_swizzle) argument
105 r300_translate_texformat(enum pipe_format format, const unsigned char *swizzle_view, boolean is_r500, boolean dxtc_swizzle) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c42 const unsigned char *swizzle_view,
61 if (swizzle_view) {
63 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
106 const unsigned char *swizzle_view,
180 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view,
183 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view,
41 r300_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view, boolean dxtc_swizzle) argument
105 r300_translate_texformat(enum pipe_format format, const unsigned char *swizzle_view, boolean is_r500, boolean dxtc_swizzle) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_texture.c796 const unsigned char *swizzle_view)
808 if (swizzle_view) {
809 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
842 const unsigned char *swizzle_view,
860 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view);
795 r600_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view) argument
840 r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const unsigned char *swizzle_view, uint32_t *word4_p, uint32_t *yuv_format_p) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c796 const unsigned char *swizzle_view)
808 if (swizzle_view) {
809 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
842 const unsigned char *swizzle_view,
860 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view);
795 r600_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view) argument
840 r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const unsigned char *swizzle_view, uint32_t *word4_p, uint32_t *yuv_format_p) argument

Completed in 149 milliseconds