Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c1024 unsigned _vert_stride, unsigned _width, in src_align1_region()
1031 err |= control(file, "width", width, _width, NULL); in src_align1_region()
1043 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, in src_da1()
1063 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_da1()
1077 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) in src_ia1()
1094 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_ia1()
1256 enum brw_width _width; in src0_3src() local
1295 _width = implied_width(_vert_stride, _horiz_stride); in src0_3src()
1304 _width = BRW_WIDTH_1; in src0_3src()
1308 _width in src0_3src()
1023 src_align1_region(FILE *file, unsigned _vert_stride, unsigned _width, unsigned _horiz_stride) src_align1_region() argument
1039 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) src_da1() argument
1069 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) src_ia1() argument
1343 enum brw_width _width; src1_3src() local
1417 enum brw_width _width; src2_3src() local
[all...]
H A Dbrw_eu_validate.c1083 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \ in general_restrictions_on_region_parameters()
1501 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \ in region_alignment_rules()
1747 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \ in region_alignment_rules()
1888 width = WIDTH(brw_inst_src ## n ## _width(devinfo, inst)); \ in special_requirements_for_handling_double_precision_data_types()
/third_party/skia/experimental/wasm-skp-debugger/
H A Dcpu.js44 surface._width = width;
65 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp53 _ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame()
55 _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame()
56 virtual long STDMETHODCALLTYPE GetWidth (void) { return _width; } in GetWidth()
133 int _width; member in decklink_frame
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js257 _width: width,
269 return this._width;
291 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
373 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js246 _width: width,
258 return this._width;
280 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
348 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
/third_party/python/Lib/
H A Dpprint.py142 self._width = width
176 max_width = self._width - indent - allowance
283 max_width1 = max_width = self._width - indent
335 for rep in _wrap_bytes_repr(object, self._width - indent, allowance):
420 width = max_width = self._width - indent + 1
H A Dargparse.py180 self._width = width
328 text_width = self._width - self._current_indent
509 text_width = max(self._width - self._current_indent, 11)
517 help_width = max(self._width - help_position, 11)
/third_party/mesa3d/src/hgl/
H A DGLView.cpp294 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
296 if (_width) in GetPreferredSize()
297 *_width = 0; in GetPreferredSize()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp178 _format(*format), _width(width), _height(height), _depth(depth), in image()
225 return _width; in width()
H A Dmemory.hpp168 size_t _width; member in clover::image
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py291 _width, _ = _parse_fmt(fmt)
292 if _width == width:
/third_party/python/Lib/email/
H A Dgenerator.py512 _width = len(repr(sys.maxsize-1))
513 _fmt = '%%0%dd' % _width
508 _width = len(repr(sys.maxsize-1)) global() variable
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.h71 struct SAOParams *sao, int *borders, int _width, int _height, int c_idx,
H A Dhevcdsp_template.c357 int *borders, int _width, int _height, in sao_edge_restore_0()
366 int init_x = 0, width = _width, height = _height; in sao_edge_restore_0()
407 int *borders, int _width, int _height, in sao_edge_restore_1()
416 int init_x = 0, init_y = 0, width = _width, height = _height; in sao_edge_restore_1()
355 sao_edge_restore_0(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_0() argument
405 sao_edge_restore_1(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_1() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp256 deUint32 _width, in FramebufferCreateInfo()
272 width = _width; in FramebufferCreateInfo()
254 FramebufferCreateInfo(vk::VkRenderPass _renderPass, const std::vector<vk::VkImageView>& atachments, deUint32 _width, deUint32 _height, deUint32 _layers) FramebufferCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp256 deUint32 _width, in FramebufferCreateInfo()
272 width = _width; in FramebufferCreateInfo()
254 FramebufferCreateInfo(vk::VkRenderPass _renderPass, const std::vector<vk::VkImageView>& atachments, deUint32 _width, deUint32 _height, deUint32 _layers) FramebufferCreateInfo() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1986 final int _width; field in TimeZoneFormat.GMTOffsetField
1990 _width = width; in GMTOffsetField()
1999 return _width; in getWidth()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java1916 final int _width; field in TimeZoneFormat.GMTOffsetField
1920 _width = width; in GMTOffsetField()
1929 return _width; in getWidth()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h289 const int Name##_width = HighBit - LowBit + 1; \
290 const uint32_t Name##_mask = ((1 << Name##_width) - 1) << LowBit;
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4851 #define append_rate(_samples, _width, _height) \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR()
4856 .width = _width, \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h244 const int Name##_width = HighBit - LowBit + 1; \
245 const uint32_t Name##_mask = ((1 << Name##_width) - 1) << LowBit;
H A Dassembler-aarch64.h7144 return Rx<R##N##_offset + R##N##_width - 1, R##N##_offset>(r##N); \
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 82 milliseconds