OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulong3
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs
639
double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(
ulong3
inV) {
675
long3 __attribute__((kernel)) testConvertLong3Ulong3Long3(
ulong3
inV) {
687
ulong3
__attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
699
ulong3
__attribute__((kernel)) testConvertUlong3Long3Ulong3(long3 inV) {
711
ulong3
__attribute__((kernel)) testConvertUlong3Ulong3Ulong3(
ulong3
inV) {
747
float3 __attribute__((kernel)) testConvertFloat3Ulong3Float3(
ulong3
inV) {
783
char3 __attribute__((kernel)) testConvertChar3Ulong3Char3(
ulong3
inV) {
819
uchar3 __attribute__((kernel)) testConvertUchar3Ulong3Uchar3(
ulong3
inV) {
855
short3 __attribute__((kernel)) testConvertShort3Ulong3Short3(
ulong3
inV)
[
all
...]
TestClamp.rs
247
ulong3
__attribute__((kernel)) testClampUlong3Ulong3Ulong3Ulong3(
ulong3
inValue, unsigned int x) {
248
ulong3
inMinValue = rsGetElementAt_ulong3(gAllocInMinValue, x);
249
ulong3
inMaxValue = rsGetElementAt_ulong3(gAllocInMaxValue, x);
391
ulong3
__attribute__((kernel)) testClampUlong3UlongUlongUlong3(
ulong3
inValue, unsigned int x) {
TestMax.rs
244
ulong3
__attribute__((kernel)) testMaxUlong3Ulong3Ulong3(
ulong3
inA, unsigned int x) {
245
ulong3
inB = rsGetElementAt_ulong3(gAllocInB, x);
TestMin.rs
244
ulong3
__attribute__((kernel)) testMinUlong3Ulong3Ulong3(
ulong3
inA, unsigned int x) {
245
ulong3
inB = rsGetElementAt_ulong3(gAllocInB, x);
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
[
all
...]
/external/clang/lib/Headers/
opencl-c.h
114
typedef ulong
ulong3
__attribute__((ext_vector_type(3)));
typedef
[
all
...]
/external/skia/src/compute/skc/
types.h
182
typedef
ulong3
skc_ulong3;
/external/skqp/src/compute/skc/
types.h
182
typedef
ulong3
skc_ulong3;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs
163
VEC3_TEST(
ulong3
)
Completed in 3347 milliseconds