Searched defs:cbuf_format (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c246 * @param cbuf_format format of the colour buffer
260 const enum pipe_format *cbuf_format,
331 fullcolormask = util_format_colormask_full(util_format_description(cbuf_format[rt]), state->colormask);
258 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, const enum pipe_format *cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, const unsigned char swizzle[4]) argument
H A Dlp_state_fs.h67 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; member in struct:lp_fragment_shader_variant_key
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c246 * @param cbuf_format format of the colour buffer
260 const enum pipe_format *cbuf_format,
331 fullcolormask = util_format_colormask_full(util_format_description(cbuf_format[rt]), state->colormask);
258 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, const enum pipe_format *cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, const unsigned char swizzle[4]) argument
H A Dlp_state_fs.h67 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; member in struct:lp_fragment_shader_variant_key
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c886 enum pipe_format cbuf_format,
894 boolean int_format = util_format_is_pure_integer(cbuf_format);
925 if (util_format_is_pure_sint(cbuf_format)) {
927 } else if (util_format_is_pure_uint(cbuf_format)) {
949 enum pipe_format cbuf_format,
954 clear_buffers, cbuf_format, color, depth, stencil,
882 util_blitter_clear_custom(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_cbufs, unsigned clear_buffers, enum pipe_format cbuf_format, const union pipe_color_union *color, double depth, unsigned stencil, void *custom_blend, void *custom_dsa) argument
945 util_blitter_clear(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_cbufs, unsigned clear_buffers, enum pipe_format cbuf_format, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c886 enum pipe_format cbuf_format,
894 boolean int_format = util_format_is_pure_integer(cbuf_format);
925 if (util_format_is_pure_sint(cbuf_format)) {
927 } else if (util_format_is_pure_uint(cbuf_format)) {
949 enum pipe_format cbuf_format,
954 clear_buffers, cbuf_format, color, depth, stencil,
882 util_blitter_clear_custom(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_cbufs, unsigned clear_buffers, enum pipe_format cbuf_format, const union pipe_color_union *color, double depth, unsigned stencil, void *custom_blend, void *custom_dsa) argument
945 util_blitter_clear(struct blitter_context *blitter, unsigned width, unsigned height, unsigned num_cbufs, unsigned clear_buffers, enum pipe_format cbuf_format, const union pipe_color_union *color, double depth, unsigned stencil) argument

Completed in 1113 milliseconds