HomeSort by relevance Sort by last modified time
    Searched refs:ushort2 (Results 1 - 14 of 14) sorted by null

  /external/libcxx/test/std/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 31 using ushort2 = std::integer_sequence<unsigned short, 4, 6>;
41 static_assert ( std::is_same<ushort2::value_type, unsigned short>::value, "ushort2 type wrong" );
42 static_assert ( ushort2::size() == 2, "ushort2 size wrong" );
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inV) {
TestClz.rs 75 ushort2 __attribute__((kernel)) testClzUshort2Ushort2(ushort2 inValue) {
TestConvert.rs 71 float2 __attribute__((kernel)) testConvertFloat2Ushort2Float2(ushort2 inV) {
155 char2 __attribute__((kernel)) testConvertChar2Ushort2Char2(ushort2 inV) {
239 uchar2 __attribute__((kernel)) testConvertUchar2Ushort2Uchar2(ushort2 inV) {
323 short2 __attribute__((kernel)) testConvertShort2Ushort2Short2(ushort2 inV) {
359 ushort2 __attribute__((kernel)) testConvertUshort2Float2Ushort2(float2 inV) {
371 ushort2 __attribute__((kernel)) testConvertUshort2Char2Ushort2(char2 inV) {
383 ushort2 __attribute__((kernel)) testConvertUshort2Uchar2Ushort2(uchar2 inV) {
395 ushort2 __attribute__((kernel)) testConvertUshort2Short2Ushort2(short2 inV) {
407 ushort2 __attribute__((kernel)) testConvertUshort2Ushort2Ushort2(ushort2 inV)
    [all...]
TestClamp.rs 145 ushort2 __attribute__((kernel)) testClampUshort2Ushort2Ushort2Ushort2(ushort2 inValue, unsigned int x) {
146 ushort2 inMinValue = rsGetElementAt_ushort2(gAllocInMinValue, x);
147 ushort2 inMaxValue = rsGetElementAt_ushort2(gAllocInMaxValue, x);
313 ushort2 __attribute__((kernel)) testClampUshort2UshortUshortUshort2(ushort2 inValue, unsigned int x) {
TestMax.rs 159 ushort2 __attribute__((kernel)) testMaxUshort2Ushort2Ushort2(ushort2 inA, unsigned int x) {
160 ushort2 inB = rsGetElementAt_ushort2(gAllocInB, x);
TestMin.rs 159 ushort2 __attribute__((kernel)) testMinUshort2Ushort2Ushort2(ushort2 inA, unsigned int x) {
160 ushort2 inB = rsGetElementAt_ushort2(gAllocInB, x);
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h 212 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2(half2);
213 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_rtz(half2);
214 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_rte(half2);
215 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_rtp(half2);
216 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_rtn(half2);
217 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_sat(half2);
218 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_sat_rtz(half2);
219 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_sat_rte(half2);
220 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_sat_rtp(half2);
221 __attribute__((overloadable)) ushort2 __spirv_ConvertFToU_Rushort2_sat_rtn(half2)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 93 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
    [all...]
__clang_cuda_intrinsics.h 212 inline __device__ ushort2 __ldg(const ushort2 *ptr) {
215 ushort2 ret;
  /external/clang/test/CodeGen/
builtins-nvptx.c 341 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
343 __nvvm_ldg_us2((const ushort2 *)p);
  /external/skia/src/compute/skc/
types.h 160 typedef ushort2 skc_ushort2;
  /external/skqp/src/compute/skc/
types.h 160 typedef ushort2 skc_ushort2;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 169 VEC2_TEST(ushort2)

Completed in 277 milliseconds