HomeSort by: relevance | last modified time | path
    Searched refs:blend_color (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_blend_shaders.h 34 panfrost_make_blend_shader(struct panfrost_context *ctx, struct panfrost_blend_state *cso, const struct pipe_blend_color *blend_color);
pan_blending.h 32 bool panfrost_make_fixed_blend_mode(const struct pipe_rt_blend_state *blend, struct mali_blend_equation *out, unsigned colormask, const struct pipe_blend_color *blend_color);
pan_blending.c 299 panfrost_make_constant(unsigned *factors, unsigned num_factors, const struct pipe_blend_color *blend_color, void *out)
322 float value = blend_color->color[i];
363 panfrost_make_fixed_blend_mode(const struct pipe_rt_blend_state *blend, struct mali_blend_equation *out, unsigned colormask, const struct pipe_blend_color *blend_color)
368 return panfrost_make_fixed_blend_mode(&default_blend, out, colormask, blend_color);
378 if (!panfrost_make_constant(factors, ARRAY_SIZE(factors), blend_color, &out->constant))
pan_blend_shaders.c 96 panfrost_make_blend_shader(struct panfrost_context *ctx, struct panfrost_blend_state *cso, const struct pipe_blend_color *blend_color)
149 hot_color[c] = blend_color->color[c];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_blend.c 86 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);
lp_context.h 73 struct pipe_blend_color blend_color; member in struct:llvmpipe_context
lp_setup.h 117 const struct pipe_blend_color *blend_color );
lp_setup_context.h 149 } blend_color; member in struct:lp_setup_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_blend.c 86 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);
lp_state_fs_linear_llvm.c 139 LLVMValueRef blend_color,
239 blend_color, /* const_ */
279 LLVMValueRef blend_color; local
366 blend_color = lp_jit_linear_context_blend_color(gallivm, context_ptr);
367 blend_color = LLVMBuildLoad(builder, blend_color, "");
368 blend_color = lp_build_broadcast(gallivm, LLVMVectorType(int32t, 4), blend_color);
369 blend_color = LLVMBuildBitCast(builder, blend_color, LLVMVectorType(int8t, 16), "")
    [all...]
lp_context.h 79 struct pipe_blend_color blend_color; member in struct:llvmpipe_context
lp_setup.h 131 const struct pipe_blend_color *blend_color );
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_state_blend.c 70 const struct pipe_blend_color *blend_color)
77 softpipe->blend_color = *blend_color;
82 SATURATE(blend_color->color[i]);
sp_context.h 77 struct pipe_blend_color blend_color; member in struct:softpipe_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_state_blend.c 70 const struct pipe_blend_color *blend_color)
77 softpipe->blend_color = *blend_color;
82 CLAMP(blend_color->color[i], 0.0f, 1.0f);
sp_context.h 77 struct pipe_blend_color blend_color; member in struct:softpipe_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_uniforms.c 89 return agx_pool_upload_aligned(&batch->pool, &ctx->blend_color,
90 sizeof(ctx->blend_color), 8);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_rss.c 132 uint32 r = float_to_ubyte(svga->curr.blend_color.color[0]);
133 uint32 g = float_to_ubyte(svga->curr.blend_color.color[1]);
134 uint32 b = float_to_ubyte(svga->curr.blend_color.color[2]);
135 uint32 a = float_to_ubyte(svga->curr.blend_color.color[3]);
391 blend_factor[3] = svga->curr.blend_color.color[3];
394 blend_factor[0] = svga->curr.blend_color.color[0];
395 blend_factor[1] = svga->curr.blend_color.color[1];
396 blend_factor[2] = svga->curr.blend_color.color[2];
397 blend_factor[3] = svga->curr.blend_color.color[3];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_rss.c 132 uint32 r = float_to_ubyte(svga->curr.blend_color.color[0]);
133 uint32 g = float_to_ubyte(svga->curr.blend_color.color[1]);
134 uint32 b = float_to_ubyte(svga->curr.blend_color.color[2]);
135 uint32 a = float_to_ubyte(svga->curr.blend_color.color[3]);
391 blend_factor[3] = svga->curr.blend_color.color[3];
394 blend_factor[0] = svga->curr.blend_color.color[0];
395 blend_factor[1] = svga->curr.blend_color.color[1];
396 blend_factor[2] = svga->curr.blend_color.color[2];
397 blend_factor[3] = svga->curr.blend_color.color[3];
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_blend.c 162 struct compiled_blend_color *cs = &ctx->blend_color;
173 struct compiled_blend_color *cs = &ctx->blend_color;
etnaviv_context.h 162 struct compiled_blend_color blend_color; member in struct:etna_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_blend.c 150 struct compiled_blend_color *cs = &ctx->blend_color;
161 struct compiled_blend_color *cs = &ctx->blend_color;
etnaviv_context.h 156 struct compiled_blend_color blend_color; member in struct:etna_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_uniforms.c 306 CLAMP(vc4->blend_color.f.color[uinfo->contents[i] -
319 color |= (vc4->blend_color.ub[format_swiz[i]] <<
327 uint8_t a = vc4->blend_color.ub[3];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_uniforms.c 306 CLAMP(vc4->blend_color.f.color[uinfo->contents[i] -
319 color |= (vc4->blend_color.ub[format_swiz[i]] <<
327 uint8_t a = vc4->blend_color.ub[3];

Completed in 24 milliseconds

1 2 3 4 5 6