Searched defs:dstA (Results 1 - 16 of 16) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMemory.c40 void* bbs_memcpy( void* dstA, const void* srcA, uint32 sizeA )
47 return bbs_memcpy16( dstA, srcA, sizeA >> 1 );
52 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA ) argument
55 if( ( ( int32 ) dstA >> 16 ) == ( ( ( int32 ) dstA + sizeA ) >> 16 ) &&
59 uint16* dstL = ( uint16* )dstA;
73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL );
76 return dstA;
78 uint16* dstL = ( uint16* )dstA;
96 return dstA;
102 bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA ) argument
180 bbs_memset16( void* dstA, uint16 valA, uint32 sizeA ) argument
194 bbs_memset32( void* dstA, uint32 valA, uint32 sizeA ) argument
[all...]
H A DString.c40 char* bbs_strcpy( char* dstA, const char* srcA ) argument
43 char* dstL = dstA;
45 return dstA;
50 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA ) argument
55 if( ( dstA[ iL ] = srcA[ iL ] ) == 0 ) break;
57 if( iL == sizeA && sizeA > 0 ) dstA[ iL - 1 ] = 0;
58 return dstA;
63 char* bbs_strcat( char* dstA, const char* srcA ) argument
66 char* dstL = dstA;
69 return dstA;
74 bbs_strncat( char* dstA, const char* srcA, uint32 sizeA ) argument
157 bbs_cString( int32 valA, char* dstA, uint32 bufSizeA ) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c172 GLenum dstA = ctx->Color.Blend[0].DstA; local
182 dstA = brw_fix_xRGB_alpha(dstA);
190 srcA = dstA = GL_ONE;
197 cc->cc5.ia_dest_blend_factor = brw_translate_blend_factor(dstA);
203 dstA != dstRGB ||
H A Dgen6_cc.c114 GLenum dstA = ctx->Color.Blend[b].DstA; local
121 srcA = dstA = GL_ONE;
136 dstA = brw_fix_xRGB_alpha(dstA);
143 blend[b].blend0.ia_dest_blend_factor = brw_translate_blend_factor(dstA);
149 dstA != dstRGB ||
H A Dgen8_blend_state.c111 GLenum dstA = ctx->Color.Blend[i].DstA; local
117 srcA = dstA = GL_ONE;
130 dstA = brw_fix_xRGB_alpha(dstA);
137 SET_FIELD(blend_factor(dstA), GEN8_BLEND_DST_ALPHA_BLEND_FACTOR) |
142 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
249 GLenum dstA = ctx->Color.Blend[0].DstA; local
255 srcA = dstA = GL_ONE;
268 dstA = brw_fix_xRGB_alpha(dstA);
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c907 const GLenum dstA = ctx->Color.Blend[0].DstA; local
932 else if (srcRGB != srcA || dstRGB != dstA) {
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp199 CvSubdiv2DPoint *orgB, *dstA; local
209 dstA = cvSubdiv2DEdgeDst( edgeA );
211 cvSubdiv2DSetEdgePoints( new_edge, dstA, orgB );
225 CvSubdiv2DPoint *dstB, *dstA; local
230 dstA = cvSubdiv2DEdgeDst( a );
232 cvSubdiv2DSetEdgePoints( edge, dstA, dstB );
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp603 const float dstA = dstColor.w(); local
604 const float p0 = srcA*dstA;
605 const float p1 = srcA*(1.0f-dstA);
606 const float p2 = dstA*(1.0f-srcA);
/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c846 VkBlendFactor dstA = att->dstAlphaBlendFactor; local
859 if (is_dual_src(srcRGB) || is_dual_src(dstRGB) || is_dual_src(srcA) || is_dual_src(dstA))
869 dstA = VK_BLEND_FACTOR_ONE;
877 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
881 blend_cntl |= S_028780_ALPHA_DESTBLEND(si_translate_blend_factor(dstA));
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c113 unsigned dstA = blend->rt[0].alpha_dst_factor; local
120 dstA != dstRGB ||
130 DST_ABLND_FACT(i915_translate_blend_factor(dstA)) |
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_state.c303 GLuint dstA = ctx->Color.Blend[0].DstA; local
310 srcA = dstA = GL_ONE;
318 iab |= DST_ABLND_FACT(intel_translate_blend_factor(dstA));
321 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
340 GLenum dstRGB, GLenum srcA, GLenum dstA)
339 i915BlendFuncSeparate(struct gl_context * ctx, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA) argument
/external/skia/tests/
H A DMatrix44Test.cpp200 SkMScalar dstA[4], dstB[4]; local
203 dstA[i] = SkDoubleToMScalar(123456789);
207 mat.map2(src2, 1, dstA);
211 REPORTER_ASSERT(reporter, dstA[i] == dstB[i]);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c60 unsigned dstRGB, unsigned dstA)
75 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
76 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
77 dstA == PIPE_BLENDFACTOR_ONE);
81 unsigned dstRGB, unsigned dstA)
94 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
95 dstA == PIPE_BLENDFACTOR_SRC_ALPHA ||
96 dstA == PIPE_BLENDFACTOR_ONE);
100 unsigned dstRGB, unsigned dstA)
111 (dstA
59 blend_discard_if_src_alpha_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
80 blend_discard_if_src_alpha_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
99 blend_discard_if_src_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
114 blend_discard_if_src_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
129 blend_discard_if_src_alpha_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
152 blend_discard_if_src_alpha_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
173 blend_discard_conditionally(unsigned eqRGB, unsigned eqA, unsigned dstRGB, unsigned dstA, unsigned srcRGB, unsigned srcA) argument
272 blend_read_enable(unsigned eqRGB, unsigned eqA, unsigned dstRGB, unsigned dstA, unsigned srcRGB, unsigned srcA, boolean src_alpha_optz) argument
362 const unsigned dstA = state->rt[0].alpha_dst_factor; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c294 unsigned dstA = state->rt[j].alpha_dst_factor; local
304 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
308 bc |= S_028804_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA));
H A Devergreen_state.c368 unsigned dstA = state->rt[j].alpha_dst_factor; local
383 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
387 bc |= S_028780_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c446 unsigned dstA = state->rt[j].alpha_dst_factor; local
493 si_blend_remove_dst(&eqA, &srcA, &dstA,
496 si_blend_remove_dst(&eqA, &srcA, &dstA,
504 dstA_opt = si_translate_blend_opt_factor(dstA, true);
533 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
537 blend_cntl |= S_028780_ALPHA_DESTBLEND(si_translate_blend_factor(dstA));

Completed in 1065 milliseconds