Searched defs:channel_mask (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c58 GLuint read_mask, channel_mask; local
65 channel_mask = WRITEMASK_XYZW;
88 channel_mask = inst->DstReg.WriteMask & dst_mask;
97 channel_mask = WRITEMASK_X;
100 channel_mask = WRITEMASK_XY;
104 channel_mask = WRITEMASK_XYZ;
107 channel_mask = WRITEMASK_XYZW;
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c58 GLuint read_mask, channel_mask; local
65 channel_mask = WRITEMASK_XYZW;
88 channel_mask = inst->DstReg.WriteMask & dst_mask;
97 channel_mask = WRITEMASK_X;
100 channel_mask = WRITEMASK_XY;
104 channel_mask = WRITEMASK_XYZ;
107 channel_mask = WRITEMASK_XYZW;
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c387 VGbitfield channel_mask)
398 if (channel_mask & VG_RED)
400 if (channel_mask & VG_GREEN)
402 if (channel_mask & VG_BLUE)
404 if (channel_mask & VG_ALPHA)
856 VGbitfield channel_mask,
887 renderer_set_blend(renderer, channel_mask);
386 renderer_set_blend(struct renderer *r, VGbitfield channel_mask) argument
853 renderer_filter_begin(struct renderer *renderer, struct pipe_resource *dst, VGboolean y0_top, VGbitfield channel_mask, const struct pipe_sampler_state **samplers, struct pipe_sampler_view **views, VGint num_samplers, void *fs, const void *const_buffer, VGint const_buffer_len) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c387 VGbitfield channel_mask)
398 if (channel_mask & VG_RED)
400 if (channel_mask & VG_GREEN)
402 if (channel_mask & VG_BLUE)
404 if (channel_mask & VG_ALPHA)
856 VGbitfield channel_mask,
887 renderer_set_blend(renderer, channel_mask);
386 renderer_set_blend(struct renderer *r, VGbitfield channel_mask) argument
853 renderer_filter_begin(struct renderer *renderer, struct pipe_resource *dst, VGboolean y0_top, VGbitfield channel_mask, const struct pipe_sampler_state **samplers, struct pipe_sampler_view **views, VGint num_samplers, void *fs, const void *const_buffer, VGint const_buffer_len) argument
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h1007 __u32 channel_mask; member in struct:drm_intel_sprite_colorkey

Completed in 163 milliseconds