OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short3
(Results
1 - 13
of
13
) sorted by null
/dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java
73
long
short3
= read();
local
75
return short0 | (short1 << 16) | (short2 << 32) | (
short3
<< 48);
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs
47
ushort3 __attribute__((kernel)) testAbsShort3Ushort3(
short3
inV) {
TestClz.rs
63
short3
__attribute__((kernel)) testClzShort3Short3(
short3
inValue) {
TestConvert.rs
63
float3 __attribute__((kernel)) testConvertFloat3Short3Float3(
short3
inV) {
147
char3 __attribute__((kernel)) testConvertChar3Short3Char3(
short3
inV) {
231
uchar3 __attribute__((kernel)) testConvertUchar3Short3Uchar3(
short3
inV) {
279
short3
__attribute__((kernel)) testConvertShort3Float3Short3(float3 inV) {
291
short3
__attribute__((kernel)) testConvertShort3Char3Short3(char3 inV) {
303
short3
__attribute__((kernel)) testConvertShort3Uchar3Short3(uchar3 inV) {
315
short3
__attribute__((kernel)) testConvertShort3Short3Short3(
short3
inV) {
327
short3
__attribute__((kernel)) testConvertShort3Ushort3Short3(ushort3 inV) {
339
short3
__attribute__((kernel)) testConvertShort3Int3Short3(int3 inV)
[
all
...]
TestClamp.rs
127
short3
__attribute__((kernel)) testClampShort3Short3Short3Short3(
short3
inValue, unsigned int x) {
128
short3
inMinValue = rsGetElementAt_short3(gAllocInMinValue, x);
129
short3
inMaxValue = rsGetElementAt_short3(gAllocInMaxValue, x);
301
short3
__attribute__((kernel)) testClampShort3ShortShortShort3(
short3
inValue, unsigned int x) {
TestMax.rs
144
short3
__attribute__((kernel)) testMaxShort3Short3Short3(
short3
inA, unsigned int x) {
145
short3
inB = rsGetElementAt_short3(gAllocInB, x);
TestMin.rs
144
short3
__attribute__((kernel)) testMinShort3Short3Short3(
short3
inA, unsigned int x) {
145
short3
inB = rsGetElementAt_short3(gAllocInB, x);
/external/clang/lib/Headers/
opencl-c.h
89
typedef short
short3
__attribute__((ext_vector_type(3)));
typedef
[
all
...]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
[
all
...]
/external/skia/src/compute/skc/
types.h
154
typedef
short3
skc_short3;
/external/skqp/src/compute/skc/
types.h
154
typedef
short3
skc_short3;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs
139
VEC3_TEST(
short3
)
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 1625 milliseconds