Home
last modified time | relevance | path

Searched refs:DstA (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp238 unsigned DstA, SrcB, LImm; in DecodeLdLImmInstruction() local
245 DstA = decodeAField(Insn); in DecodeLdLImmInstruction()
246 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction()
256 unsigned DstA, SrcB; in DecodeLdRLImmInstruction() local
258 DstA = decodeAField(Insn); in DecodeLdRLImmInstruction()
259 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction()
/third_party/mesa3d/src/mesa/main/
Dblend.c179 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstA)); in update_uses_dual_src()
219 ctx->Color.Blend[buf].DstA != dfactorA) { in skip_blend_state_update()
229 ctx->Color.Blend[0].DstA != dfactorA) { in skip_blend_state_update()
251 ctx->Color.Blend[buf].DstA = dfactorA; in blend_func_separate()
395 ctx->Color.Blend[buf].DstA == dfactorA) in blend_func_separatei()
410 ctx->Color.Blend[buf].DstA = dfactorA; in blend_func_separatei()
1192 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
Dattrib.c783 attr->Color.Blend[buf].DstA); in _mesa_PopAttrib()
794 attr->Color.Blend[0].DstA); in _mesa_PopAttrib()
Dmtypes.h279 GLenum16 DstA; /**< Alpha blend dest term */ member
Dget.c2546 v->value_int = ctx->Color.Blend[index].DstA; in find_value_indexed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c266 translate_blend(ctx->Color.Blend[j].DstA); in st_update_blend()