/external/ComputeLibrary/src/core/GLES_COMPUTE/cs_shaders/ |
D | gemm.cs | 151 TENSOR_DECLARATION(2, src1Buffer, float, src1_ptr, src1_shift, 2, readonly); 177 vec4 b0 = VLOAD4_CURRENT_ITEM(vec4, src1_ptr, src1_iter); in main() 186 b0 = VLOAD4(vec4, src1_ptr, TENSOR_OFFSET_ADVANCE(src1_iter, 4)); in main() 198 vec4 b0 = VLOAD4_CURRENT_ITEM(vec4, src1_ptr, src1_iter); in main() 242 TENSOR_DECLARATION(2, src1Buffer, float, src1_ptr, src1_shift, 2, readonly); 284 vec4 b0 = VLOAD4_CURRENT_ITEM(vec4, src1_ptr, src1_iter); in main() 285 vec4 b1 = VLOAD4(vec4, src1_ptr, IMAGE_OFFSET(src1_iter, 0, 1)); in main() 318 vec4 b0 = VLOAD4_CURRENT_ITEM(vec4, src1_ptr, src1_iter); in main() 372 TENSOR_DECLARATION(2, src1Buffer, float, src1_ptr, src1_shift, 2, readonly); 413 vec4 b0 = VLOAD4_CURRENT_ITEM(vec4, src1_ptr, src1_iter); in main() [all …]
|
D | normalization_layer.cs | 49 TENSOR_DECLARATION(1, src1Buffer, float, src1_ptr, src1_shift, 2, readonly); 75 float normalized_pixel = (LOAD_CURRENT_ITEM(src1_ptr, src1_iter)) / normalized; in main() 102 float normalized_pixel = (LOAD_CURRENT_ITEM(src1_ptr, src1_iter)) / normalized; in main()
|
D | pixelwise_mul_float.cs | 45 TENSOR_DECLARATION(1, src1Buffer, float, src1_ptr, src1_shift, 2, readonly); 56 …float result = LOAD_CURRENT_ITEM(src1_ptr, src1_iter) * LOAD_CURRENT_ITEM(src2_ptr, src2_iter) * f… in main()
|
D | absdiff.cs | 45 TENSOR_DECLARATION(1, src1Buffer, uint, src1_ptr, src1_shift, 2, readonly); 55 lowp uvec4 tmp1 = LOAD_UNPACK4_CURRENT_ITEM_U8(src1_ptr, src1_iter); in main()
|
D | arithmetic_add.cs | 48 TENSOR_DECLARATION(1, src1Buffer, uvec4, src1_ptr, src1_shift, 4, readonly); 58 vec4 tmp1[2] = LOAD_UNPACK8_CURRENT_ITEM_HALF(src1_ptr, src1_iter); in main()
|
/external/libyuv/files/source/ |
D | scale_mmi.cc | 567 const uint8_t* src1_ptr = src_ptr + src_stride; in ScaleRowDown4Box_MMI() local 601 : [src0_ptr] "r"(src0_ptr), [src1_ptr] "r"(src1_ptr), in ScaleRowDown4Box_MMI() 646 const uint16_t* src1_ptr = src_ptr + src_stride; in ScaleRowDown4Box_16_MMI() local 679 : [src0_ptr] "r"(src0_ptr), [src1_ptr] "r"(src1_ptr), in ScaleRowDown4Box_16_MMI() 851 const uint8_t* src1_ptr = src_argb + src_stride; in ScaleARGBRowDownEvenBox_MMI() local 909 : [src0_ptr] "r"(src0_ptr), [src1_ptr] "r"(src1_ptr), in ScaleARGBRowDownEvenBox_MMI() 1100 : [src1_ptr] "r"(src_ptr), [src2_ptr] "r"(src2_ptr), [dst_ptr] "r"(dst), in ScaleRowUp2_16_MMI()
|
D | row_mmi.cc | 4351 : [src0_ptr] "r"(src_argb0), [src1_ptr] "r"(src_argb1), in ARGBMultiplyRow_MMI() 4378 : [src0_ptr] "r"(src_argb0), [src1_ptr] "r"(src_argb1), in ARGBAddRow_MMI() 4405 : [src0_ptr] "r"(src_argb0), [src1_ptr] "r"(src_argb1), in ARGBSubtractRow_MMI() 5535 : [src0_ptr] "r"(src_argb0), [src1_ptr] "r"(src_argb1), in ARGBBlendRow_MMI() 5605 : [src0_ptr] "r"(src0), [src1_ptr] "r"(src1), [alpha_ptr] "r"(alpha), in BlendPlaneRow_MMI()
|
/external/ComputeLibrary/examples/ |
D | neon_gemm_qasymm8.cpp | 141 auto *src1_ptr = reinterpret_cast<float *>(src1.buffer()); in main() local 148 src1_ptr[i] = 0; in main() 151 src1_ptr[i * K + i] = 1.0f; in main() 186 find_min_max(M * K, src1_ptr, &src1_min, &src1_max); in main()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_neon.cc | 988 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() local 1002 "+r"(src1_ptr), // %1 in ScaleUVRowDownEven_NEON()
|
D | scale_neon64.cc | 1124 const uint8_t* src1_ptr = src_ptr + src_stepx * 2; in ScaleUVRowDownEven_NEON() local 1138 "+r"(src1_ptr), // %1 in ScaleUVRowDownEven_NEON()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/ |
D | concatenate.cl | 60 …* @param[in] src1_ptr Pointer to the source tensor. Supported data type… 70 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 80 … Pointer to the destination tensor. Supported data types: same as @p src1_ptr 106 …const __global uchar *src1_addr = src1_ptr + (int)src1_offset_first_element_in_bytes + x1 * sizeof… 140 …* @param[in] src1_ptr Pointer to the source tensor. Supported data type… 150 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 160 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 170 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 180 … Pointer to the destination tensor. Supported data types: same as @p src1_ptr 211 …const __global uchar *src1_addr = src1_ptr + (int)src1_offset_first_element_in_bytes + x1 * sizeof…
|
D | gemm_v1.cl | 55 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 118 __global float *src_addr_b = (__global float *)(src1_ptr + src1_addr_in_bytes); 278 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 341 __global float *src_addr_b = (__global float *)(src1_ptr + src1_addr_in_bytes); 608 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 671 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); 832 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 895 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); 1066 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 1128 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); [all …]
|
D | canny.cl | 32 …* @param[in] src1_ptr Pointer to the source image (Vertical result of … 96 …* @param[in] src1_ptr Pointer to the source image (Vertical result of …
|
D | gemm.cl | 4397 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 4430 float4 b0 = vload4(0, (__global float *)(src1_ptr + src_addr.s1)); 4431 float4 b1 = vload4(0, (__global float *)(src1_ptr + src_addr.s1 + src1_stride_y)); 4440 float4 b0 = vload4(0, (__global float *)(src1_ptr + src_addr.s1));
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 408 int16_t *src1_ptr; in boxsum2() local 414 src1_ptr = dst16 + count * dst_stride_8 + (dst_stride_2); in boxsum2() 420 load_s16_4x4(src1_ptr, dst_stride_2, &s1, &s2, &s3, &s4); in boxsum2() 425 src1_ptr += 4; in boxsum2() 427 load_s16_4x4(src1_ptr, dst_stride_2, &s5, &s6, &s7, &s8); in boxsum2() 835 uint16_t *src1_ptr; in boxsum1() local 842 src1_ptr = dst1 + (count << 2) * dst_stride; in boxsum1() 846 load_s16_4x4((int16_t *)src1_ptr, dst_stride, &d1, &d2, &d3, &d4); in boxsum1() 850 src1_ptr += 4; in boxsum1() 863 load_s16_4x4((int16_t *)src1_ptr, dst_stride, &d5, &d6, &d7, &d8); in boxsum1() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_blend.c | 145 LLVMValueRef src1_ptr; in add_blend_test() local 166 src1_ptr = LLVMGetParam(func, 1); in add_blend_test() 176 src1 = LLVMBuildLoad(builder, src1_ptr, "src1"); in add_blend_test()
|
/external/ComputeLibrary/build/android-arm64v8a/src/core/CL/cl_kernels/ |
D | concatenate.clembed | 1526 …* @param[in] src1_ptr Pointer to the source tensor. Supported data type… 1536 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 1546 … Pointer to the destination tensor. Supported data types: same as @p src1_ptr 1572 …const __global uchar *src1_addr = src1_ptr + (int)src1_offset_first_element_in_bytes + x1 * sizeof… 1606 …* @param[in] src1_ptr Pointer to the source tensor. Supported data type… 1616 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 1626 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 1636 …r Pointer to the source tensor. Supported data types: same as @p src1_ptr 1646 … Pointer to the destination tensor. Supported data types: same as @p src1_ptr 1677 …const __global uchar *src1_addr = src1_ptr + (int)src1_offset_first_element_in_bytes + x1 * sizeof…
|
D | gemm_v1.clembed | 6002 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 6065 __global float *src_addr_b = (__global float *)(src1_ptr + src1_addr_in_bytes); 6225 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 6288 __global float *src_addr_b = (__global float *)(src1_ptr + src1_addr_in_bytes); 6555 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 6618 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); 6779 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 6842 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); 7013 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 7075 __global half *src_addr_b = (__global half *)(src1_ptr + src1_addr_in_bytes); [all …]
|
D | canny.clembed | 1498 …* @param[in] src1_ptr Pointer to the source image (Vertical result of … 1562 …* @param[in] src1_ptr Pointer to the source image (Vertical result of …
|
D | gemm.clembed | 10344 …* @param[in] src1_ptr Pointer to the source matrix. Supported data type… 10377 float4 b0 = vload4(0, (__global float *)(src1_ptr + src_addr.s1)); 10378 float4 b1 = vload4(0, (__global float *)(src1_ptr + src_addr.s1 + src1_stride_y)); 10387 float4 b0 = vload4(0, (__global float *)(src1_ptr + src_addr.s1));
|