Searched refs:_width (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_cursor.c202 int _width, _fill; local in function:_neoLoadCursorImage
208 _width = (nPtr->CursorInfo->MaxWidth
213 memcpy(_dest,_src,_width);
214 memset(_dest + _width, 0, _fill);
218 memcpy(_dest,_src,_width);
219 memset(_dest + _width, 0, _fill);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm.c852 unsigned _vert_stride, unsigned _width,
859 err |= control(file, "width", width, _width, NULL);
871 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride,
891 src_align1_region(file, _vert_stride, _width, _horiz_stride);
905 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride)
922 src_align1_region(file, _vert_stride, _width, _horiz_stride);
1077 enum brw_width _width; local in function:src0_3src
1114 _width = implied_width(_vert_stride, _horiz_stride);
1123 _width = BRW_WIDTH_1;
1127 _width
851 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
867 src_da1(FILE * file,const struct gen_device_info * devinfo,unsigned opcode,enum brw_reg_type type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
897 src_ia1(FILE * file,const struct gen_device_info * devinfo,unsigned opcode,enum brw_reg_type type,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
1161 enum brw_width _width; local in function:src1_3src
1229 enum brw_width _width; local in function:src2_3src
[all...]
H A Dbrw_eu_validate.c904 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1319 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1565 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1702 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm.c1020 unsigned _vert_stride, unsigned _width,
1027 err |= control(file, "width", width, _width, NULL);
1039 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride,
1059 src_align1_region(file, _vert_stride, _width, _horiz_stride);
1073 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride)
1090 src_align1_region(file, _vert_stride, _width, _horiz_stride);
1251 enum brw_width _width; local in function:src0_3src
1290 _width = implied_width(_vert_stride, _horiz_stride);
1299 _width = BRW_WIDTH_1;
1303 _width
1019 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
1035 src_da1(FILE * file,const struct intel_device_info * devinfo,unsigned opcode,enum brw_reg_type type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
1065 src_ia1(FILE * file,const struct intel_device_info * devinfo,unsigned opcode,enum brw_reg_type type,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
1338 enum brw_width _width; local in function:src1_3src
1412 enum brw_width _width; local in function:src2_3src
[all...]
H A Dbrw_eu_validate.c991 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1406 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1652 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
1789 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth),
160 return _width;
H A Dmemory.hpp128 size_t _width; member in class:clover::image
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) argument
306 if (_width)
307 *_width = 0;
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLView.cpp294 BGLView::GetPreferredSize(float* _width, float* _height) argument
296 if (_width)
297 *_width = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dmemory.cpp178 _format(*format), _width(width), _height(height), _depth(depth),
224 return _width;
H A Dmemory.hpp165 size_t _width; member in class:clover::image
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c562 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride)
567 control(file, "width", width, _width, NULL);
574 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride,
585 src_align1_region(file, _vert_stride, _width, _horiz_stride);
598 unsigned _width,
610 src_align1_region(file, _vert_stride, _width, _horiz_stride);
561 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
573 src_da1(FILE * file,unsigned type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
589 src_ia1(FILE * file,unsigned type,unsigned _reg_file,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _addr_mode,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c562 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride)
567 control(file, "width", width, _width, NULL);
574 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride,
585 src_align1_region(file, _vert_stride, _width, _horiz_stride);
598 unsigned _width,
610 src_align1_region(file, _vert_stride, _width, _horiz_stride);
561 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
573 src_da1(FILE * file,unsigned type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
589 src_ia1(FILE * file,unsigned type,unsigned _reg_file,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _addr_mode,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c4718 #define append_rate(_samples, _width, _height) \
4723 .width = _width, \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst905 dst.x = texture\_width(unit, lod)
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst931 dst.x = texture\_width(unit, lod)

Completed in 34 milliseconds