OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uchar8
(Results
1 - 7
of
7
) sorted by null
/external/libxcam/cl_kernel/
kernel_min_filter.cl
41
void load_to_slm (__read_only image2d_t input, __local
uchar8
*slm, int group_start_x, int group_start_y)
56
uchar8
data = as_uchar8(convert_ushort4(read_imageui(input, sampler, (int2)(pos_x, pos_y))));
63
__local
uchar8
*data_center, __write_only image2d_t output,
67
uchar8
min_val = data_center[0];
70
// process 2 line with each
uchar8
pixels by each work-item
78
uchar8
min_val_1 = min (min_val, data_center[-slm_x_size * OFFSET_Y]);
79
uchar8
min_val_2 = min (min_val, data_center[slm_x_size * (OFFSET_Y + 1)]);
90
__local
uchar8
*data_center, __write_only image2d_t output,
94
uchar8
value = data_center[0];
95
uchar8
v_left = ((__local uchar8 *)data_center)[-1]
[
all
...]
kernel_3d_denoise.cl
119
__local
uchar8
* ref_cache,
170
ref[0] = convert_float8(*(__local
uchar8
*)(p_ref + mad24(local_id_y,
176
ref[1] = convert_float8(*(__local
uchar8
*)(p_ref + mad24(local_id_y,
185
ref[0] = convert_float8(*(__local
uchar8
*)(p_ref + mad24((local_id_y + 4),
191
ref[1] = convert_float8(*(__local
uchar8
*)(p_ref + mad24((local_id_y + 4),
202
ref[0] = convert_float8(*(__local
uchar8
*)(p_ref + mad24((local_id_y + 8),
208
ref[1] = convert_float8(*(__local
uchar8
*)(p_ref + mad24((local_id_y + 8),
232
__local
uchar8
ref_cache[REF_BLOCK_HEIGHT * REF_BLOCK_WIDTH];
kernel_yuv_pipe.cl
60
float8 *in, __global
uchar8
*inputFramePre,
157
__global
uchar8
*output,
158
__global
uchar8
*inputFramePre, uint vertical_offset,
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
121
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8(half8);
122
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_rtz(half8);
123
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_rte(half8);
124
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_rtp(half8);
125
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_rtn(half8);
126
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_sat(half8);
127
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_sat_rtz(half8);
128
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_sat_rte(half8);
129
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_sat_rtp(half8);
130
__attribute__((overloadable))
uchar8
__spirv_ConvertFToU_Ruchar8_sat_rtn(half8)
[
all
...]
/external/clang/lib/Headers/
opencl-c.h
86
typedef uchar
uchar8
__attribute__((ext_vector_type(8)));
typedef
[
all
...]
/external/skia/src/compute/skc/
types.h
149
typedef
uchar8
skc_uchar8;
/external/skqp/src/compute/skc/
types.h
149
typedef
uchar8
skc_uchar8;
Completed in 272 milliseconds