Home
last modified time | relevance | path

Searched defs:srcA (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c44 static bool blend_discard_if_src_alpha_0(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_alpha_0()
65 static bool blend_discard_if_src_alpha_1(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_alpha_1()
84 static bool blend_discard_if_src_color_0(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_color_0()
99 static bool blend_discard_if_src_color_1(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_color_1()
114 static bool blend_discard_if_src_alpha_color_0(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_alpha_color_0()
137 static bool blend_discard_if_src_alpha_color_1(unsigned srcRGB, unsigned srcA, in blend_discard_if_src_alpha_color_1()
160 unsigned srcRGB, unsigned srcA) in blend_discard_conditionally()
259 unsigned srcRGB, unsigned srcA, in blend_read_enable()
339 const unsigned srcA = state->rt[0].alpha_src_factor; in r300_create_blend_state() local
/aosp_15_r20/external/neven/Embedded/common/src/b_BasicEm/
H A DString.c40 char* bbs_strcpy( char* dstA, const char* srcA ) in bbs_strcpy()
50 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA ) in bbs_strncpy()
63 char* bbs_strcat( char* dstA, const char* srcA ) in bbs_strcat()
74 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA ) in bbs_strncat()
H A DMemory.c52 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA ) in bbs_memcpy16()
102 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA ) in bbs_memcpy32()
H A DMath.c766 uint32 bbs_convertU32( uint32 srcA, int32 srcBbpA, int32 dstBbpA ) in bbs_convertU32()
799 int32 bbs_convertS32( int32 srcA, int32 srcBbpA, int32 dstBbpA ) in bbs_convertS32()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/
H A Dtest_geometrics.cpp490 double verifyDot( float *srcA, float *srcB, size_t vecSize ) in verifyDot()
529 double verifyFastDistance( float *srcA, float *srcB, size_t vecSize ) in verifyFastDistance()
576 double verifyDistance( float *srcA, float *srcB, size_t vecSize ) in verifyDistance()
742 double verifyLength( float *srcA, size_t vecSize ) in verifyLength()
797 double verifyFastLength( float *srcA, size_t vecSize ) in verifyFastLength()
1023 void verifyNormalize( float *srcA, float *dst, size_t vecSize ) in verifyNormalize()
H A Dtest_geometrics_double.cpp437 double verifyDot_double( double *srcA, double *srcB, size_t vecSize ) in verifyDot_double()
495 double verifyDistance_double( double *srcA, double *srcB, size_t vecSize ) in verifyDistance_double()
630 double verifyLength_double( double *srcA, size_t vecSize ) in verifyLength_double()
697 double verifyFastLength_double( double *srcA, size_t vecSize ) in verifyFastLength_double()
861 void verifyNormalize_double( double *srcA, double *dst, size_t vecSize ) in verifyNormalize_double()
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DAllocationTest.java450 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatAllocationCopy() local
477 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteAllocationCopy() local
623 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatAllocationCopy2D() local
652 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteAllocationCopy2D() local
742 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in testCopyFromAllocation() local
H A DImageProcessingTest.java351 float srcR, srcG, srcB, srcA; field in ImageProcessingTest.BlendFunc
421 byte[] filter(byte srcR, byte srcG, byte srcB, byte srcA, in filter()
/aosp_15_r20/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp46 static inline SkPMColor blend_lcd16(int srcA, int srcR, int srcG, int srcB, in blend_lcd16()
161 static __m128i blend_lcd16_sse2(__m128i &src, __m128i &dst, __m128i &mask, __m128i &srcA) { in blend_lcd16_sse2()
348 int srcA = SkColorGetA(src); in blit_row_lcd16() local
648 static __m256i blend_lcd16_lasx(__m256i &src, __m256i &dst, __m256i &mask, __m256i &srcA) { in blend_lcd16_lasx()
872 int srcA = SkColorGetA(src); in blit_row_lcd16() local
1033 static __m128i blend_lcd16_lsx(__m128i &src, __m128i &dst, __m128i &mask, __m128i &srcA) { in blend_lcd16_lsx()
1229 int srcA = SkColorGetA(src); in blit_row_lcd16() local
1356 int srcA = SkColorGetA(src); in blit_row_lcd16() local
1901 int srcA = SkGetPackedA32(s); in blend_row_lcd16() local
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_allocation.cpp194 sp<Allocation> srcA = Allocation::createSized(rs, Element::F32(rs), cellCount); in helperFloatAllocationCopy1D() local
282 sp<Allocation> srcA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); in helperFloatAllocationCopy2D() local
392 sp<Allocation> srcA = Allocation::createTyped(rs, typeBuilder.create()); in helperFloatAllocationCopy3D() local
/aosp_15_r20/external/skia/src/effects/colorfilters/
H A DSkMatrixColorFilter.cpp28 const float* srcA = matrix + 15; in is_alpha_unchanged() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmipmap.c331 const GLubyte *srcA, *srcB; in make_2d_mipmap() local
531 const GLubyte *srcA, *srcB; in make_3d_mipmap() local
/aosp_15_r20/external/libkmsxx/kmscube/
H A DesTransform.cpp185 void esMatrixMultiply(ESMatrix* result, ESMatrix* srcA, ESMatrix* srcB) in esMatrixMultiply()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_integer_dot_product.cpp203 clMemWrapper srcA = in test_case_dot() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c160 unsigned srcA = blend->rt[0].alpha_src_factor; in i915_create_blend_state() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.h542 VkBlendFactor srcA = att->src_alpha_blend_factor; in radv_can_enable_dual_src() local
H A Dradv_cmd_buffer.c5428 VkBlendFactor srcA = d->vk.cb.attachments[i].src_alpha_blend_factor; in radv_emit_color_blend() local
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp816 const float srcA = srcColor.w(); in executeAdvancedBlend() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c289 unsigned srcA = state->rt[j].alpha_src_factor; in r600_get_blend_control() local
H A Devergreen_state.c389 unsigned srcA = state->rt[j].alpha_src_factor; in evergreen_create_blend_state_mode() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c517 unsigned srcA = state->rt[j].alpha_src_factor; in si_create_blend_state_mode() local
/aosp_15_r20/external/angle/src/image_util/
H A Dloadimage.cpp1393 const uint32_t srcA = src >> 30 & 0x3; in LoadBGR10A2ToRGB10A2() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanPerformanceCounterTest.cpp1581 GLBuffer srcA; in TEST_P() local
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...