Home
last modified time | relevance | path

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

/external/llvm-project/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()
/external/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()
/external/mesa3d/src/mesa/main/
Dblend.c177 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstA)); in update_uses_dual_src()
208 ctx->Color.Blend[buf].DstA != dfactorA) { in skip_blend_state_update()
218 ctx->Color.Blend[0].DstA != dfactorA) { in skip_blend_state_update()
240 ctx->Color.Blend[buf].DstA = dfactorA; in blend_func_separate()
383 ctx->Color.Blend[buf].DstA == dfactorA) in blend_func_separatei()
398 ctx->Color.Blend[buf].DstA = dfactorA; in blend_func_separatei()
1204 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
Dattrib.c1090 color->Blend[buf].DstA); in _mesa_PopAttrib()
1101 color->Blend[0].DstA); in _mesa_PopAttrib()
Dmtypes.h410 GLenum16 DstA; /**< Alpha blend dest term */ member
Dget.c2503 v->value_int = ctx->Color.Blend[index].DstA; in find_value_indexed()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Di830_state.c324 | DST_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstA)); in i830_set_blend_state()
Di915_state.c303 GLuint dstA = ctx->Color.Blend[0].DstA; in i915UpdateBlendState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
DgenX_state_upload.c2860 GLenum dstA = ctx->Color.Blend[i].DstA;
4796 GLenum dstA = color->Blend[0].DstA;
/external/mesa3d/src/mesa/swrast/
Ds_blend.c130 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte()
175 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort()
213 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float()
687 switch (ctx->Color.Blend[0].DstA) { in blend_general_float()
907 const GLenum dstA = ctx->Color.Blend[0].DstA; in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c266 translate_blend(ctx->Color.Blend[j].DstA); in st_update_blend()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c235 ctx->Color.Blend[0].DstA); in _mesa_init_driver_state()
/external/llvm/tools/llvm-c-test/
Decho.cpp818 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols() local
819 LLVMAddAttributeAtIndex(F, i, DstA); in declare_symbols()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp1017 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols() local
1018 LLVMAddAttributeAtIndex(F, i, DstA); in declare_symbols()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1473 ctx->Color.Blend[0].DstA ); in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c270 (blend_factor( ctx->Color.Blend[0].DstA, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()