Home
last modified time | relevance | path

Searched refs:blend_coherent (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c266 blend->blend_coherent = ctx->Color.BlendCoherent; in st_update_blend()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h377 unsigned blend_coherent:1; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c513 bool old_coherent = get_safe(ctx->blend, blend_coherent); in fd_blend_state_bind()
514 bool new_coherent = get_safe(cso, blend_coherent); in fd_blend_state_bind()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.cc566 prim_mode = (ctx->blend->blend_coherent || emit->fs->fs.fbfetch_coherent) in build_prim_mode()