/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestAbs.rs | 51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inV) {
|
TestClz.rs | 83 ushort4 __attribute__((kernel)) testClzUshort4Ushort4(ushort4 inValue) {
|
TestConvert.rs | 79 float4 __attribute__((kernel)) testConvertFloat4Ushort4Float4(ushort4 inV) { 163 char4 __attribute__((kernel)) testConvertChar4Ushort4Char4(ushort4 inV) { 247 uchar4 __attribute__((kernel)) testConvertUchar4Ushort4Uchar4(ushort4 inV) { 331 short4 __attribute__((kernel)) testConvertShort4Ushort4Short4(ushort4 inV) { 367 ushort4 __attribute__((kernel)) testConvertUshort4Float4Ushort4(float4 inV) { 379 ushort4 __attribute__((kernel)) testConvertUshort4Char4Ushort4(char4 inV) { 391 ushort4 __attribute__((kernel)) testConvertUshort4Uchar4Ushort4(uchar4 inV) { 403 ushort4 __attribute__((kernel)) testConvertUshort4Short4Ushort4(short4 inV) { 415 ushort4 __attribute__((kernel)) testConvertUshort4Ushort4Ushort4(ushort4 inV) [all...] |
TestClamp.rs | 157 ushort4 __attribute__((kernel)) testClampUshort4Ushort4Ushort4Ushort4(ushort4 inValue, unsigned int x) { 158 ushort4 inMinValue = rsGetElementAt_ushort4(gAllocInMinValue, x); 159 ushort4 inMaxValue = rsGetElementAt_ushort4(gAllocInMaxValue, x); 325 ushort4 __attribute__((kernel)) testClampUshort4UshortUshortUshort4(ushort4 inValue, unsigned int x) {
|
TestMax.rs | 169 ushort4 __attribute__((kernel)) testMaxUshort4Ushort4Ushort4(ushort4 inA, unsigned int x) { 170 ushort4 inB = rsGetElementAt_ushort4(gAllocInB, x);
|
TestMin.rs | 169 ushort4 __attribute__((kernel)) testMinUshort4Ushort4Ushort4(ushort4 inA, unsigned int x) { 170 ushort4 inB = rsGetElementAt_ushort4(gAllocInB, x);
|
/external/swiftshader/src/Pipeline/ |
Constants.hpp | 30 ushort4 cWeight[17];
|
Constants.cpp | 92 static const ushort4 cWeight[17] =
|
/external/swiftshader/src/Shader/ |
Constants.hpp | 30 ushort4 cWeight[17];
|
Constants.cpp | 92 static const ushort4 cWeight[17] =
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
spirv_convert.h | 272 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4(half4); 273 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtz(half4); 274 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rte(half4); 275 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtp(half4); 276 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_rtn(half4); 277 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat(half4); 278 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtz(half4); 279 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rte(half4); 280 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtp(half4); 281 __attribute__((overloadable)) ushort4 __spirv_ConvertFToU_Rushort4_sat_rtn(half4) [all...] |
/external/clang/lib/Headers/ |
opencl-c.h | 95 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef [all...] |
__clang_cuda_intrinsics.h | 220 inline __device__ ushort4 __ldg(const ushort4 *ptr) { 223 ushort4 ret;
|
/external/clang/test/CodeGen/ |
builtins-nvptx.c | 348 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef 350 __nvvm_ldg_us4((const ushort4 *)p);
|
/external/skia/src/compute/skc/ |
types.h | 162 typedef ushort4 skc_ushort4;
|
/external/skqp/src/compute/skc/ |
types.h | 162 typedef ushort4 skc_ushort4;
|
/external/swiftshader/src/Common/ |
Types.hpp | 66 typedef ALIGN(8, unsigned short) ushort4[4]; member in namespace:sw
|
/external/swiftshader/src/System/ |
Types.hpp | 65 typedef ALIGN(8, unsigned short) ushort4[4]; member in namespace:sw
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
kernel_input.rs | 173 VEC4_TEST(ushort4)
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
raw_converter.rs | 35 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order 210 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel,
|
/external/libxcam/cl_kernel/ |
kernel_gauss_lap_pyramid.cl | 493 __local ushort4 slm_gauss_y[WI_LINES][MASK_GAUSS_SLM_WIDTH];
|