Searched refs:uint (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/rtasm/
H A 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 v
[all...]
H A Drtasm_ppc.c49 uint i;
82 uint
107 uint i;
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint v
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box)
66 uint x, uint y, uint w, uint h,
72 uint x, uint
[all...]
H A Du_draw_quad.h47 struct pipe_resource *vbuf, uint offset,
48 uint num_attribs, uint num_verts, uint prim_type);
52 uint prim_type, uint num_verts, uint num_attribs);
H A Du_gen_mipmap.h57 uint layer, uint baseLevel, uint lastLevel, uint filter);
H A Du_draw.h52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count)
68 uint mode, uint start, uint count)
84 uint mode, uint start, uint count,
85 uint start_instanc
[all...]
H A Du_simple_shaders.h48 uint num_attribs,
49 const uint *semantic_names,
50 const uint *semantic_indexes);
54 uint num_attribs,
55 const uint *semantic_names,
56 const uint *semantic_indexes,
H A Du_blit.h68 float z, uint filter,
69 uint writemask, uint zs_writemask);
79 float z, uint filter);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h82 uint opcode;
86 tgsi_get_opcode_info( uint opcode );
89 tgsi_get_opcode_name( uint opcode );
92 tgsi_get_processor_name( uint processor );
104 tgsi_opcode_infer_src_type( uint opcode );
107 tgsi_opcode_infer_dst_type( uint opcode );
H A Dtgsi_dump.h42 uint flags,
49 uint flags );
63 uint instno );
H A Dtgsi_text.h43 uint num_tokens );
H A Dtgsi_scan.h41 uint num_tokens;
57 uint file_mask[TGSI_FILE_COUNT]; /**< bitmask of declared registers */
58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */
61 uint immediate_count; /**< number of immediates declared */
62 uint num_instructions;
64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
89 uint num_properties;
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DUint.java29 public int compareTo(Uint uint) { argument
30 return Unsigned.compare(intValue, uint.intValue);
/external/mesa3d/src/gallium/drivers/i915/
H A 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_fla
[all...]
H A Di915_fpc_emit.c33 uint
58 uint
78 uint
80 uint type, uint nr, uint d0_flags)
82 uint reg = UREG(type, nr);
111 uint
113 uint op,
114 uint des
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c78 trace_dump_member(uint, templat, last_level);
79 trace_dump_member(uint, templat, usage);
80 trace_dump_member(uint, templat, bind);
81 trace_dump_member(uint, templat, flags);
99 trace_dump_member(uint, box, x);
100 trace_dump_member(uint, box, y);
101 trace_dump_member(uint, box, z);
102 trace_dump_member(uint, box, width);
103 trace_dump_member(uint, box, height);
104 trace_dump_member(uint, bo
[all...]
/external/ltrace/etc/
H A 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);
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h72 uint width, uint height);
83 struct native_surface *nsurf, uint x, uint y,
H A Dnative_helper.h38 enum pipe_format format, uint bind);
45 uint width, uint height);
49 uint *width, uint *height);
53 uint resource_mask);
63 uint resource_mask);
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl_st.h40 uint
/external/emma/core/java12/com/vladium/jcd/lib/
H A DUDataOutputStream.java36 public final void writeU2 (final int uint) throws IOException argument
38 writeShort ((short) uint); // this narrowing cast is Ok
/external/libutf/
H A Dutfdef.h3 #define uint _utfuint macro
10 typedef unsigned int uint; typedef
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h51 uint
54 uint
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c145 const uint bpp = util_format_get_blocksize(format);
146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH;
147 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT;
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp);
155 uint i, j;
160 uint ii = i + x, jj = j + y;
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
163 uint dst_offset = jj * dst_stride + ii;
173 uint i, j;
180 uint i
[all...]
/external/eigen/demos/opengl/
H A Dcamera.h49 void setViewport(uint offsetx, uint offsety, uint width, uint height);
50 void setViewport(uint width, uint height);
52 inline uint vpX(void) const { return mVpX; }
53 inline uint vpY(void) const { return mVpY; }
54 inline uint vpWidth(void) const { return mVpWidth; }
55 inline uint vpHeigh
[all...]

Completed in 460 milliseconds

1234567891011>>