/external/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 238 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/ |
D | ARCDisassembler.cpp | 238 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/ |
D | blend.c | 177 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()
|
D | attrib.c | 1090 color->Blend[buf].DstA); in _mesa_PopAttrib() 1101 color->Blend[0].DstA); in _mesa_PopAttrib()
|
D | mtypes.h | 410 GLenum16 DstA; /**< Alpha blend dest term */ member
|
D | get.c | 2503 v->value_int = ctx->Color.Blend[index].DstA; in find_value_indexed()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | i830_state.c | 324 | DST_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstA)); in i830_set_blend_state()
|
D | i915_state.c | 303 GLuint dstA = ctx->Color.Blend[0].DstA; in i915UpdateBlendState()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | genX_state_upload.c | 2860 GLenum dstA = ctx->Color.Blend[i].DstA; 4796 GLenum dstA = color->Blend[0].DstA;
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 130 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/ |
D | st_atom_blend.c | 266 translate_blend(ctx->Color.Blend[j].DstA); in st_update_blend()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 235 ctx->Color.Blend[0].DstA); in _mesa_init_driver_state()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 818 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/ |
D | echo.cpp | 1017 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/ |
D | radeon_state.c | 1473 ctx->Color.Blend[0].DstA ); in radeonEnable()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 270 (blend_factor( ctx->Color.Blend[0].DstA, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()
|