Searched refs:blend_color (Results 1 - 25 of 50) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c86 const struct pipe_blend_color *blend_color)
90 if (!blend_color)
93 if(memcmp(&llvmpipe->blend_color, blend_color, sizeof *blend_color) == 0)
98 memcpy(&llvmpipe->blend_color, blend_color, sizeof *blend_color);
85 llvmpipe_set_blend_color(struct pipe_context *pipe, const struct pipe_blend_color *blend_color) argument
H A Dlp_context.h73 struct pipe_blend_color blend_color; member in struct:llvmpipe_context
H A Dlp_setup.h117 const struct pipe_blend_color *blend_color );
H A Dlp_setup_context.h149 } blend_color; member in struct:lp_setup_context
H A Dlp_setup.c694 const struct pipe_blend_color *blend_color )
698 assert(blend_color);
700 if(memcmp(&setup->blend_color.current, blend_color, sizeof *blend_color) != 0) {
701 memcpy(&setup->blend_color.current, blend_color, sizeof *blend_color);
1059 fstored[i] = setup->blend_color.current.color[i % 4];
1064 uint8_t c = float_to_ubyte(setup->blend_color
[all...]
H A Dlp_state_derived.c226 &llvmpipe->blend_color);
H A Dlp_state_fs.c1720 LLVMValueRef blend_color; local
2060 blend_color = lp_jit_context_f_blend_color(gallivm, context_ptr);
2061 blend_color = LLVMBuildPointerCast(builder, blend_color,
2063 blend_color = LLVMBuildLoad(builder, LLVMBuildGEP(builder, blend_color,
2067 lp_build_conv(gallivm, fs_type, blend_type, &blend_color, 1, &blend_color, 1);
2095 blend_color = lp_build_clamp(&f32_bld, blend_color, f32_bl
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c70 const struct pipe_blend_color *blend_color)
77 softpipe->blend_color = *blend_color;
82 CLAMP(blend_color->color[i], 0.0f, 1.0f);
69 softpipe_set_blend_color(struct pipe_context *pipe, const struct pipe_blend_color *blend_color) argument
H A Dsp_context.h77 struct pipe_blend_color blend_color; member in struct:softpipe_context
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c116 uint32 r = float_to_ubyte(svga->curr.blend_color.color[0]);
117 uint32 g = float_to_ubyte(svga->curr.blend_color.color[1]);
118 uint32 b = float_to_ubyte(svga->curr.blend_color.color[2]);
119 uint32 a = float_to_ubyte(svga->curr.blend_color.color[3]);
365 blend_factor[3] = svga->curr.blend_color.color[3];
368 blend_factor[0] = svga->curr.blend_color.color[0];
369 blend_factor[1] = svga->curr.blend_color.color[1];
370 blend_factor[2] = svga->curr.blend_color.color[2];
371 blend_factor[3] = svga->curr.blend_color.color[3];
H A Dsvga_pipe_blend.c385 const struct pipe_blend_color *blend_color )
389 svga->curr.blend_color = *blend_color;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c301 CLAMP(vc4->blend_color.f.color[uinfo->contents[i] -
314 color |= (vc4->blend_color.ub[format_swiz[i]] <<
322 uint8_t a = vc4->blend_color.ub[3];
H A Dvc4_state.c51 const struct pipe_blend_color *blend_color)
54 vc4->blend_color.f = *blend_color;
56 vc4->blend_color.ub[i] = float_to_ubyte(blend_color->color[i]);
50 vc4_set_blend_color(struct pipe_context *pctx, const struct pipe_blend_color *blend_color) argument
H A Dvc4_nir_lower_blend.c556 nir_ssa_def *blend_color[4]; local
557 vc4_do_blending_f(c, b, blend_color, src_color, dst_color);
561 blend_color[i] = vc4_nir_srgb_encode(b, blend_color[i]);
563 packed_color = vc4_nir_swizzle_and_pack(c, b, blend_color);
H A Dvc4_context.h371 } blend_color; member in struct:vc4_context
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h147 struct compiled_blend_color blend_color; member in struct:etna_context
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_context.h118 struct pipe_blend_color blend_color; member in struct:swr_context
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c50 const struct pipe_blend_color *blend_color)
53 ctx->blend_color = *blend_color;
49 fd_set_blend_color(struct pipe_context *pctx, const struct pipe_blend_color *blend_color) argument
H A Dfreedreno_context.h238 struct pipe_blend_color blend_color; member in struct:fd_context
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_pipe.h172 struct pipe_blend_color blend_color; member in struct:dd_draw_state
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c143 const float *color = i915->blend_color.color;
H A Di915_context.h242 struct pipe_blend_color blend_color; member in struct:i915_context
H A Di915_state.c197 const struct pipe_blend_color *blend_color )
201 if (!blend_color)
204 i915->blend_color = *blend_color;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_hw_context.c221 si_mark_atom_dirty(ctx, &ctx->blend_color.atom);
H A Dsi_state.h144 struct r600_atom *blend_color; member in struct:si_state_atoms::__anon16413

Completed in 321 milliseconds

12