/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestAbs.rs | 31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inV) {
|
TestClz.rs | 31 char3 __attribute__((kernel)) testClzChar3Char3(char3 inValue) {
|
TestConvert.rs | 39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) { 111 char3 __attribute__((kernel)) testConvertChar3Float3Char3(float3 inV) { 123 char3 __attribute__((kernel)) testConvertChar3Char3Char3(char3 inV) { 135 char3 __attribute__((kernel)) testConvertChar3Uchar3Char3(uchar3 inV) { 147 char3 __attribute__((kernel)) testConvertChar3Short3Char3(short3 inV) { 159 char3 __attribute__((kernel)) testConvertChar3Ushort3Char3(ushort3 inV) { 171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) { 183 char3 __attribute__((kernel)) testConvertChar3Uint3Char3(uint3 inV) { 207 uchar3 __attribute__((kernel)) testConvertUchar3Char3Uchar3(char3 inV) [all...] |
TestClamp.rs | 79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) { 80 char3 inMinValue = rsGetElementAt_char3(gAllocInMinValue, x); 81 char3 inMaxValue = rsGetElementAt_char3(gAllocInMaxValue, x); 265 char3 __attribute__((kernel)) testClampChar3CharCharChar3(char3 inValue, unsigned int x) {
|
TestMax.rs | 104 char3 __attribute__((kernel)) testMaxChar3Char3Char3(char3 inA, unsigned int x) { 105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
|
TestMin.rs | 104 char3 __attribute__((kernel)) testMinChar3Char3Char3(char3 inA, unsigned int x) { 105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
spirv_convert.h | [all...] |
/external/clang/lib/Headers/ |
opencl-c.h | 79 typedef char char3 __attribute__((ext_vector_type(3))); typedef [all...] |
/external/skia/src/compute/skc/ |
types.h | 140 typedef char3 skc_char3;
|
/external/skqp/src/compute/skc/ |
types.h | 140 typedef char3 skc_char3;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
kernel_input.rs | 99 VEC3_TEST(char3)
|
/external/skia/tests/ |
DeferredDisplayListTest.cpp | 456 SkSurfaceCharacterization char3 = char0.createResized(32, 32); local 457 REPORTER_ASSERT(reporter, char3.isValid()); 458 REPORTER_ASSERT(reporter, 32 == char3.width()); 459 REPORTER_ASSERT(reporter, 32 == char3.height());
|
/external/skqp/tests/ |
DeferredDisplayListTest.cpp | 664 SkSurfaceCharacterization char3 = char0.createResized(32, 32); local 665 REPORTER_ASSERT(reporter, char3.isValid()); 666 REPORTER_ASSERT(reporter, 32 == char3.width()); 667 REPORTER_ASSERT(reporter, 32 == char3.height()); [all...] |