OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long3
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs
627
double3 __attribute__((kernel)) testConvertDouble3Long3Double3(
long3
inV) {
651
long3
__attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
663
long3
__attribute__((kernel)) testConvertLong3Long3Long3(
long3
inV) {
675
long3
__attribute__((kernel)) testConvertLong3Ulong3Long3(ulong3 inV) {
699
ulong3 __attribute__((kernel)) testConvertUlong3Long3Ulong3(
long3
inV) {
735
float3 __attribute__((kernel)) testConvertFloat3Long3Float3(
long3
inV) {
771
char3 __attribute__((kernel)) testConvertChar3Long3Char3(
long3
inV) {
807
uchar3 __attribute__((kernel)) testConvertUchar3Long3Uchar3(
long3
inV) {
843
short3 __attribute__((kernel)) testConvertShort3Long3Short3(
long3
inV)
[
all
...]
TestClamp.rs
223
long3
__attribute__((kernel)) testClampLong3Long3Long3Long3(
long3
inValue, unsigned int x) {
224
long3
inMinValue = rsGetElementAt_long3(gAllocInMinValue, x);
225
long3
inMaxValue = rsGetElementAt_long3(gAllocInMaxValue, x);
373
long3
__attribute__((kernel)) testClampLong3LongLongLong3(
long3
inValue, unsigned int x) {
TestMax.rs
224
long3
__attribute__((kernel)) testMaxLong3Long3Long3(
long3
inA, unsigned int x) {
225
long3
inB = rsGetElementAt_long3(gAllocInB, x);
TestMin.rs
224
long3
__attribute__((kernel)) testMinLong3Long3Long3(
long3
inA, unsigned int x) {
225
long3
inB = rsGetElementAt_long3(gAllocInB, x);
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
[
all
...]
/external/clang/lib/Headers/
opencl-c.h
109
typedef long
long3
__attribute__((ext_vector_type(3)));
typedef
[
all
...]
/external/skia/src/compute/skc/
types.h
189
typedef
long3
skc_long3;
/external/skqp/src/compute/skc/
types.h
189
typedef
long3
skc_long3;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs
131
VEC3_TEST(
long3
)
/external/clang/test/CodeGen/
x86_64-arguments.c
354
typedef long
long3
__attribute((ext_vector_type(3)));
typedef
355
int foo(
long3
X)
Completed in 260 milliseconds