Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_ppc.h57 uint num_inst;
58 uint max_inst;
70 extern uint ppc_num_instructions(const struct ppc_function *p);
94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB);
106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB);
110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC);
118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
[all …]
Drtasm_ppc.c49 uint i; in ppc_init_func()
82 uint
107 uint i; in ppc_dump_func()
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vx()
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vxr()
364 emit_va(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, uint vC, in emit_va()
393 emit_i(struct ppc_function *p, uint op, uint li, uint aa, uint lk) in emit_i()
418 emit_xl(struct ppc_function *p, uint op, uint bo, uint bi, uint bh, in emit_xl()
419 uint op2, uint lk) in emit_xl()
433 dump_xl(const char *name, uint inst) in dump_xl()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
66 uint x, uint y, uint w, uint h,
72 uint x, uint y, uint w, uint h,
79 uint x, uint y, uint w, uint h,
85 uint x, uint y, uint w, uint h,
92 uint x, uint y, uint w, uint h,
98 uint x, uint y, uint w, uint h,
106 uint x, uint y, uint w, uint h,
107 uint *z);
112 uint x, uint y, uint w, uint h,
[all …]
Du_tile.c50 uint x, uint y, uint w, uint h, in pipe_get_tile_raw()
78 uint x, uint y, uint w, uint h, in pipe_put_tile_raw()
376 uint w, uint h, in pipe_tile_raw_to_rgba()
423 uint w, uint h, in pipe_tile_raw_to_unsigned()
435 uint w, uint h, in pipe_tile_raw_to_signed()
447 uint x, uint y, uint w, uint h, in pipe_get_tile_rgba()
457 uint x, uint y, uint w, uint h, in pipe_get_tile_rgba_format()
488 uint x, uint y, uint w, uint h, in pipe_put_tile_rgba()
498 uint x, uint y, uint w, uint h, in pipe_put_tile_rgba_format()
549 uint x, uint y, uint w, uint h, in pipe_put_tile_i_format()
[all …]
Du_draw.h52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count) in util_draw_arrays()
68 uint mode, uint start, uint count) in util_draw_elements()
84 uint mode, uint start, uint count, in util_draw_arrays_instanced()
85 uint start_instance, in util_draw_arrays_instanced()
86 uint instance_count) in util_draw_arrays_instanced()
105 uint mode, uint start, uint count, in util_draw_elements_instanced()
106 uint start_instance, in util_draw_elements_instanced()
107 uint instance_count) in util_draw_elements_instanced()
126 uint min_index, in util_draw_range_elements()
127 uint max_index, in util_draw_range_elements()
[all …]
Du_dump_state.c285 util_dump_member(stream, uint, templat, last_level); in util_dump_template()
286 util_dump_member(stream, uint, templat, usage); in util_dump_template()
287 util_dump_member(stream, uint, templat, bind); in util_dump_template()
288 util_dump_member(stream, uint, templat, flags); in util_dump_template()
308 util_dump_member(stream, uint, state, front_ccw); in util_dump_rasterizer_state()
309 util_dump_member(stream, uint, state, cull_face); in util_dump_rasterizer_state()
310 util_dump_member(stream, uint, state, fill_front); in util_dump_rasterizer_state()
311 util_dump_member(stream, uint, state, fill_back); in util_dump_rasterizer_state()
319 util_dump_member(stream, uint, state, sprite_coord_enable); in util_dump_rasterizer_state()
326 util_dump_member(stream, uint, state, line_stipple_factor); in util_dump_rasterizer_state()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dsimd_functions.hpp136 __device__ __forceinline__ uint vadd2(uint a, uint b) in vadd2()
138 uint r = 0; in vadd2()
146 uint s; in vadd2()
157 __device__ __forceinline__ uint vsub2(uint a, uint b) in vsub2()
159 uint r = 0; in vsub2()
167 uint s; in vsub2()
178 __device__ __forceinline__ uint vabsdiff2(uint a, uint b) in vabsdiff2()
180 uint r = 0; in vabsdiff2()
188 uint s, t, u, v; in vabsdiff2()
205 __device__ __forceinline__ uint vavg2(uint a, uint b) in vavg2()
[all …]
Dsaturate_cast.hpp60 template <typename T> __device__ __forceinline__ T saturate_cast(uint v) { return T(v); } in saturate_cast()
67 uint res = 0; in saturate_cast()
74 uint res = 0; in saturate_cast()
80 uint res = 0; in saturate_cast()
86 uint res = 0; in saturate_cast()
90 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v) in saturate_cast()
92 uint res = 0; in saturate_cast()
98 uint res = 0; in saturate_cast()
104 uint res = 0; in saturate_cast()
111 uint res = 0; in saturate_cast()
[all …]
Dvec_math.hpp167 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uint, uchar)
176 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, uint, uint)
218 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, uint, uint)
227 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, uint, float)
236 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, uint, float)
245 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, uint, float)
254 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float)
263 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float)
272 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float)
281 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log10, ::log10f, uint, float)
[all …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c78 trace_dump_member(uint, templat, last_level); in trace_dump_resource_template()
79 trace_dump_member(uint, templat, usage); in trace_dump_resource_template()
80 trace_dump_member(uint, templat, bind); in trace_dump_resource_template()
81 trace_dump_member(uint, templat, flags); in trace_dump_resource_template()
99 trace_dump_member(uint, box, x); in trace_dump_box()
100 trace_dump_member(uint, box, y); in trace_dump_box()
101 trace_dump_member(uint, box, z); in trace_dump_box()
102 trace_dump_member(uint, box, width); in trace_dump_box()
103 trace_dump_member(uint, box, height); in trace_dump_box()
104 trace_dump_member(uint, box, depth); in trace_dump_box()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h56 uint num_immediates;
57 uint immediates_map[I915_MAX_CONSTANT];
62 uint declarations[I915_PROGRAM_SIZE];
63 uint program[I915_PROGRAM_SIZE];
65 uint *csr; /**< Cursor, points into program. */
67 uint *decl; /**< Cursor, points into declarations. */
69 uint decl_s; /**< flags for which s regs need to be decl'd */
70 uint decl_t; /**< flags for which t regs need to be decl'd */
72 uint temp_flag; /**< Tracks temporary regs which are in use */
73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */
[all …]
Di915_fpc_emit.c33 uint
58 uint
78 uint
80 uint type, uint nr, uint d0_flags) in i915_emit_decl()
82 uint reg = UREG(type, nr); in i915_emit_decl()
111 uint
113 uint op, in i915_emit_arith()
114 uint dest, in i915_emit_arith()
115 uint mask, in i915_emit_arith()
116 uint saturate, uint src0, uint src1, uint src2) in i915_emit_arith()
[all …]
/external/opencv3/modules/cudaarithm/src/cuda/
Dcmp_mat.cu85 struct VCmpEq4 : binary_function<uint, uint, uint>
87 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
92 struct VCmpNe4 : binary_function<uint, uint, uint>
94 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
99 struct VCmpLt4 : binary_function<uint, uint, uint>
101 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
106 struct VCmpLe4 : binary_function<uint, uint, uint>
108 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
118 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in cmpMatEq_v4()
119 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatEq_v4()
[all …]
Dminmax_mat.cu70 struct MinOp2 : binary_function<uint, uint, uint>
72 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
78 struct MaxOp2 : binary_function<uint, uint, uint>
80 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
91 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in minMaxMat_v2()
92 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in minMaxMat_v2()
93 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in minMaxMat_v2()
98 struct MinOp4 : binary_function<uint, uint, uint>
100 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
106 struct MaxOp4 : binary_function<uint, uint, uint>
[all …]
Dabsdiff_mat.cu96 struct AbsDiffOp2 : binary_function<uint, uint, uint>
98 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
108 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in absDiffMat_v2()
109 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v2()
110 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v2()
115 struct AbsDiffOp4 : binary_function<uint, uint, uint>
117 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
127 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in absDiffMat_v4()
128 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v4()
129 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v4()
Dadd_mat.cu76 struct AddOp2 : binary_function<uint, uint, uint>
78 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
88 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in addMat_v2()
89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v2()
90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v2()
95 struct AddOp4 : binary_function<uint, uint, uint>
97 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
107 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in addMat_v4()
108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v4()
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v4()
Dsub_mat.cu76 struct SubOp2 : binary_function<uint, uint, uint>
78 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
88 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in subMat_v2()
89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v2()
90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v2()
95 struct SubOp4 : binary_function<uint, uint, uint>
97 __device__ __forceinline__ uint operator ()(uint a, uint b) const in operator ()()
107 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in subMat_v4()
108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v4()
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v4()
/external/ltrace/etc/
Dsyscalls.conf21 int open(string, hex(uint), oct(uint));
22 int personality(uint);
29 int setxattr(string,string,addr,uint,int);
30 int lsetxattr(string,string,addr,uint,int);
31 int fsetxattr(int,string,addr,uint,int);
32 int getxattr(string,string,addr,uint);
33 int lgetxattr(string,string,addr,uint);
34 int fgetxattr(int,string,addr,uint);
35 int listxattr(string,addr,uint);
36 int llistxattr(string,addr,uint);
[all …]
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dsaturate_cast.hpp60 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uint v) { return _Tp(v); } in saturate_cast()
67 uint res = 0; in saturate_cast()
74 uint res = 0; in saturate_cast()
80 uint res = 0; in saturate_cast()
86 uint res = 0; in saturate_cast()
90 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v) in saturate_cast()
92 uint res = 0; in saturate_cast()
98 uint res = 0; in saturate_cast()
105 uint res = 0; in saturate_cast()
115 uint res = 0; in saturate_cast()
[all …]
Dvec_math.hpp169 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uint, uchar)
178 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, uint, uint)
207 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, uint, uint)
216 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, uint, float)
225 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, uint, float)
234 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, uint, float)
243 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float)
252 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float)
261 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float)
270 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log10, ::log10f, uint, float)
[all …]
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_integer.hpp211 typedef detail::tmat2x2<uint, highp> highp_umat2;
215 typedef detail::tmat3x3<uint, highp> highp_umat3;
219 typedef detail::tmat4x4<uint, highp> highp_umat4;
223 typedef detail::tmat2x2<uint, highp> highp_umat2x2;
227 typedef detail::tmat2x3<uint, highp> highp_umat2x3;
231 typedef detail::tmat2x4<uint, highp> highp_umat2x4;
235 typedef detail::tmat3x2<uint, highp> highp_umat3x2;
239 typedef detail::tmat3x3<uint, highp> highp_umat3x3;
243 typedef detail::tmat3x4<uint, highp> highp_umat3x4;
247 typedef detail::tmat4x2<uint, highp> highp_umat4x2;
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c145 const uint bpp = util_format_get_blocksize(format); in lp_tiled_to_linear()
146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; in lp_tiled_to_linear()
147 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; in lp_tiled_to_linear()
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp); in lp_tiled_to_linear()
155 uint i, j; in lp_tiled_to_linear()
160 uint ii = i + x, jj = j + y; in lp_tiled_to_linear()
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w) in lp_tiled_to_linear()
163 uint dst_offset = jj * dst_stride + ii; in lp_tiled_to_linear()
173 uint i, j; in lp_tiled_to_linear()
180 uint ii = i + x, jj = j + y; in lp_tiled_to_linear()
[all …]
/external/opencv3/modules/cudacodec/src/cuda/
Dnv12_to_rgb.cu69 __device__ static void YUV2RGB(const uint* yuvi, float* red, float* green, float* blue) in YUV2RGB()
92 __device__ static uint RGBA_pack_10bit(float red, float green, float blue, uint alpha) in RGBA_pack_10bit()
94 uint ARGBpixel = 0; in RGBA_pack_10bit()
102 ARGBpixel = (((uint)blue >> 2) | in RGBA_pack_10bit()
103 (((uint)green >> 2) << 8) | in RGBA_pack_10bit()
104 (((uint)red >> 2) << 16) | in RGBA_pack_10bit()
105 (uint)alpha); in RGBA_pack_10bit()
116 uint* dstImage, size_t nDestPitch, in NV12_to_RGB()
117 uint width, uint height) in NV12_to_RGB()
129 uint yuv101010Pel[2]; in NV12_to_RGB()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dshuffle.hpp86 __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) in shfl()
88 return (uint) __shfl((int) val, srcLane, width); in shfl()
143 CV_CUDEV_SHFL_VEC_INST(uint) in CV_CUDEV_SHFL_VEC_INST()
152 __device__ __forceinline__ uchar shfl_up(uchar val, uint delta, int width = warpSize) in CV_CUDEV_SHFL_VEC_INST()
157 __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize) in shfl_up()
162 __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize) in shfl_up()
167 __device__ __forceinline__ short shfl_up(short val, uint delta, int width = warpSize) in shfl_up()
172 __device__ __forceinline__ int shfl_up(int val, uint delta, int width = warpSize) in shfl_up()
177 __device__ __forceinline__ uint shfl_up(uint val, uint delta, int width = warpSize) in shfl_up()
179 return (uint) __shfl_up((int) val, delta, width); in shfl_up()
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dinteger.hpp85 GLM_FUNC_DECL uint pow(uint x, uint y);
89 GLM_FUNC_DECL uint sqrt(uint x);
93 GLM_FUNC_DECL uint mod(uint x, uint y);
97 GLM_FUNC_DECL uint nlz(uint x);

12345678910>>...20