Home
last modified time | relevance | path

Searched refs:ComputeSize (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h22 static uint32_t ComputeSize() { in ComputeSize() function
48 static uint32_t ComputeSize() { in ComputeSize() function
76 static uint32_t ComputeSize() { in ComputeSize() function
196 static uint32_t ComputeSize() { in ComputeSize() function
255 static uint32_t ComputeSize() { in ComputeSize() function
308 static uint32_t ComputeSize() { in ComputeSize() function
344 static uint32_t ComputeSize() { in ComputeSize() function
385 static uint32_t ComputeSize() { in ComputeSize() function
438 static uint32_t ComputeSize() { in ComputeSize() function
504 static uint32_t ComputeSize() { in ComputeSize() function
[all …]
H A Dgles2_cmd_format_autogen.h24 static uint32_t ComputeSize() { in ComputeSize() function
56 static uint32_t ComputeSize() { in ComputeSize() function
92 static uint32_t ComputeSize() { in ComputeSize() function
136 static uint32_t ComputeSize() { in ComputeSize() function
172 static uint32_t ComputeSize() { in ComputeSize() function
213 static uint32_t ComputeSize() { in ComputeSize() function
272 static uint32_t ComputeSize() { in ComputeSize() function
309 static uint32_t ComputeSize() { in ComputeSize() function
346 static uint32_t ComputeSize() { in ComputeSize() function
382 static uint32_t ComputeSize() { in ComputeSize() function
[all …]
H A Dwebgpu_cmd_format_autogen.h22 static uint32_t ComputeSize() { in ComputeSize() function
78 static uint32_t ComputeSize() { in ComputeSize() function
82 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); } in SetHeader()
110 const uint32_t size = ComputeSize(); in Set()
154 static uint32_t ComputeSize() { in ComputeSize() function
211 static uint32_t ComputeSize() { in ComputeSize() function
251 static uint32_t ComputeSize() { in ComputeSize() function
317 static uint32_t ComputeSize() { in ComputeSize() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Draster_cmd_format_autogen.h22 static uint32_t ComputeSize() { in ComputeSize() function
48 static uint32_t ComputeSize() { in ComputeSize() function
76 static uint32_t ComputeSize() { in ComputeSize() function
196 static uint32_t ComputeSize() { in ComputeSize() function
255 static uint32_t ComputeSize() { in ComputeSize() function
308 static uint32_t ComputeSize() { in ComputeSize() function
344 static uint32_t ComputeSize() { in ComputeSize() function
385 static uint32_t ComputeSize() { in ComputeSize() function
438 static uint32_t ComputeSize() { in ComputeSize() function
504 static uint32_t ComputeSize() { in ComputeSize() function
[all …]
H A Dgles2_cmd_format_autogen.h24 static uint32_t ComputeSize() { in ComputeSize() function
56 static uint32_t ComputeSize() { in ComputeSize() function
92 static uint32_t ComputeSize() { in ComputeSize() function
136 static uint32_t ComputeSize() { in ComputeSize() function
172 static uint32_t ComputeSize() { in ComputeSize() function
213 static uint32_t ComputeSize() { in ComputeSize() function
272 static uint32_t ComputeSize() { in ComputeSize() function
309 static uint32_t ComputeSize() { in ComputeSize() function
346 static uint32_t ComputeSize() { in ComputeSize() function
382 static uint32_t ComputeSize() { in ComputeSize() function
[all …]
H A Dwebgpu_cmd_format_autogen.h22 static uint32_t ComputeSize() { in ComputeSize() function
78 static uint32_t ComputeSize() { in ComputeSize() function
82 void SetHeader() { header.SetCmdByTotalSize<ValueType>(ComputeSize()); } in SetHeader()
110 const uint32_t size = ComputeSize(); in Set()
154 static uint32_t ComputeSize() { in ComputeSize() function
211 static uint32_t ComputeSize() { in ComputeSize() function
251 static uint32_t ComputeSize() { in ComputeSize() function
317 static uint32_t ComputeSize() { in ComputeSize() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/benchmarking/
H A DBenchmarkDeviceAdapter.cxx128 VTKM_CONT vtkm::Id ComputeSize() in ComputeSize() function
275 vtkm::Id arraySize = Config.ComputeSize<Value>(); in BenchCopy()
295 vtkm::Id arraySize = Config.ComputeSize<Value>(); in Description()
319 vtkm::Id arraySize = Config.ComputeSize<Value>(); in BenchCopyIf()
340 vtkm::Id arraySize = Config.ComputeSize<Value>(); in Description()
376 vtkm::Id arraySize = Config.ComputeSize<Value>(); in BenchLowerBounds()
396 vtkm::Id arraySize = Config.ComputeSize<Value>(); in Description()
430 vtkm::Id arraySize = Config.ComputeSize<Value>(); in BenchReduce()
454 vtkm::Id arraySize = Config.ComputeSize<Value>(); in Description()
478 vtkm::Id arraySize = Config.ComputeSize<Value>(); in BenchReduceByKey()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_custom_scrollbar_part.cc96 int LayoutCustomScrollbarPart::ComputeSize(SizeType size_type, in ComputeSize() function in blink::LayoutCustomScrollbarPart
112 ComputeSize(kMainOrPreferredSize, StyleRef().Width(), container_width); in ComputeWidth()
113 int min_width = ComputeSize(kMinSize, StyleRef().MinWidth(), container_width); in ComputeWidth()
117 : ComputeSize(kMaxSize, StyleRef().MaxWidth(), container_width); in ComputeWidth()
127 ComputeSize(kMainOrPreferredSize, StyleRef().Height(), container_height); in ComputeHeight()
129 ComputeSize(kMinSize, StyleRef().MinHeight(), container_height); in ComputeHeight()
133 : ComputeSize(kMaxSize, StyleRef().MaxHeight(), container_height); in ComputeHeight()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Draster_cmd_helper_autogen.h36 const uint32_t size = raster::cmds::GenQueriesEXTImmediate::ComputeSize(n); in GenQueriesEXTImmediate()
45 const uint32_t size = raster::cmds::DeleteQueriesEXTImmediate::ComputeSize(n); in DeleteQueriesEXTImmediate()
96 raster::cmds::BeginRasterCHROMIUMImmediate::ComputeSize(); in BeginRasterCHROMIUMImmediate()
159 raster::cmds::DeletePaintCacheTextBlobsINTERNALImmediate::ComputeSize(n); in DeletePaintCacheTextBlobsINTERNALImmediate()
170 raster::cmds::DeletePaintCachePathsINTERNALImmediate::ComputeSize(n); in DeletePaintCachePathsINTERNALImmediate()
196 raster::cmds::CopySubTextureINTERNALImmediate::ComputeSize(); in CopySubTextureINTERNALImmediate()
217 raster::cmds::WritePixelsINTERNALImmediate::ComputeSize(); in WritePixelsINTERNALImmediate()
240 raster::cmds::ReadbackImagePixelsINTERNALImmediate::ComputeSize(); in ReadbackImagePixelsINTERNALImmediate()
254 raster::cmds::ConvertYUVMailboxesToRGBINTERNALImmediate::ComputeSize(); in ConvertYUVMailboxesToRGBINTERNALImmediate()
H A Dgles2_cmd_helper_autogen.h490 gles2::cmds::DeleteFramebuffersImmediate::ComputeSize(n); in DeleteFramebuffersImmediate()
508 gles2::cmds::DeleteRenderbuffersImmediate::ComputeSize(n); in DeleteRenderbuffersImmediate()
551 gles2::cmds::DeleteTransformFeedbacksImmediate::ComputeSize(n); in DeleteTransformFeedbacksImmediate()
754 gles2::cmds::GenTransformFeedbacksImmediate::ComputeSize(n); in GenTransformFeedbacksImmediate()
2024 gles2::cmds::UniformMatrix2fvImmediate::ComputeSize(count); in UniformMatrix2fvImmediate()
2038 gles2::cmds::UniformMatrix2x3fvImmediate::ComputeSize(count); in UniformMatrix2x3fvImmediate()
2066 gles2::cmds::UniformMatrix3fvImmediate::ComputeSize(count); in UniformMatrix3fvImmediate()
2108 gles2::cmds::UniformMatrix4fvImmediate::ComputeSize(count); in UniformMatrix4fvImmediate()
2478 gles2::cmds::GenVertexArraysOESImmediate::ComputeSize(n); in GenVertexArraysOESImmediate()
2489 gles2::cmds::DeleteVertexArraysOESImmediate::ComputeSize(n); in DeleteVertexArraysOESImmediate()
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4TfhdAtom.cpp51 if (size < ComputeSize(flags)) return NULL; in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
59 AP4_TfhdAtom::ComputeSize(AP4_UI32 flags) in ComputeSize() function in AP4_TfhdAtom
80 AP4_Atom(AP4_ATOM_TYPE_TFHD, ComputeSize(flags), 0, flags), in AP4_TfhdAtom()
134 m_Size32 = ComputeSize(flags); in UpdateFlags()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Draster_cmd_helper_autogen.h36 const uint32_t size = raster::cmds::GenQueriesEXTImmediate::ComputeSize(n); in GenQueriesEXTImmediate()
45 const uint32_t size = raster::cmds::DeleteQueriesEXTImmediate::ComputeSize(n); in DeleteQueriesEXTImmediate()
96 raster::cmds::BeginRasterCHROMIUMImmediate::ComputeSize(); in BeginRasterCHROMIUMImmediate()
159 raster::cmds::DeletePaintCacheTextBlobsINTERNALImmediate::ComputeSize(n); in DeletePaintCacheTextBlobsINTERNALImmediate()
170 raster::cmds::DeletePaintCachePathsINTERNALImmediate::ComputeSize(n); in DeletePaintCachePathsINTERNALImmediate()
197 raster::cmds::CopySubTextureINTERNALImmediate::ComputeSize(); in CopySubTextureINTERNALImmediate()
H A Dgles2_cmd_helper_autogen.h490 gles2::cmds::DeleteFramebuffersImmediate::ComputeSize(n); in DeleteFramebuffersImmediate()
508 gles2::cmds::DeleteRenderbuffersImmediate::ComputeSize(n); in DeleteRenderbuffersImmediate()
551 gles2::cmds::DeleteTransformFeedbacksImmediate::ComputeSize(n); in DeleteTransformFeedbacksImmediate()
754 gles2::cmds::GenTransformFeedbacksImmediate::ComputeSize(n); in GenTransformFeedbacksImmediate()
2014 gles2::cmds::UniformMatrix2fvImmediate::ComputeSize(count); in UniformMatrix2fvImmediate()
2028 gles2::cmds::UniformMatrix2x3fvImmediate::ComputeSize(count); in UniformMatrix2x3fvImmediate()
2056 gles2::cmds::UniformMatrix3fvImmediate::ComputeSize(count); in UniformMatrix3fvImmediate()
2098 gles2::cmds::UniformMatrix4fvImmediate::ComputeSize(count); in UniformMatrix4fvImmediate()
2468 gles2::cmds::GenVertexArraysOESImmediate::ComputeSize(n); in GenVertexArraysOESImmediate()
2479 gles2::cmds::DeleteVertexArraysOESImmediate::ComputeSize(n); in DeleteVertexArraysOESImmediate()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4TfhdAtom.cpp50 if (size < ComputeSize(flags)) return NULL; in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
58 AP4_TfhdAtom::ComputeSize(AP4_UI32 flags) in ComputeSize() function in AP4_TfhdAtom
79 AP4_Atom(AP4_ATOM_TYPE_TFHD, ComputeSize(flags), 0, flags), in AP4_TfhdAtom()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcdesc.h139 static size_t ComputeSize (size_t NumSeries) in ComputeSize() function
188 - ComputeSize(GetNumSeries())); in GetLowestSeries()
241 return ComputeSize(numSeries); in GetSize()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dconstant-pool.cc273 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear()
384 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow()
414 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool
440 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt()
530 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear()
633 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow()
663 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool
689 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/sharesheet/
H A Dnearby_share_action.cc66 gfx::Size ComputeSize() { in ComputeSize() function
92 gfx::Size size = ComputeSize(); in LaunchAction()
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A DCandPanel.c76 static void ComputeSize();
329 ComputeSize((CandidatePanelWidget)w,
494 ComputeSize(cpw, resizex, resizey, width_inout, height_inout) in ComputeSize() function
574 ComputeSize(cpw, resizex, resizey, &width, &height);
587 ComputeSize(cpw, False, False, &width, &height);
590 ComputeSize(cpw,
601 ComputeSize(cpw, False, False, &width, &height);
604 ComputeSize(cpw, False, False, &width, &height);
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDateTimeCtrl.h93 virtual Size ComputeSize() = 0;
97 Size GetPopUpSize() { return ComputeSize(); } in GetPopUpSize()
207 virtual Size ComputeSize();
360 virtual Size ComputeSize();
415 Size ComputeSize();
416 Size GetCalendarClockSize() { return ComputeSize(); } in GetCalendarClockSize()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp80 nsIFrame::SizeComputationResult nsMathMLSelectedFrame::ComputeSize( in ComputeSize() function in nsMathMLSelectedFrame
96 auto size = childFrame->ComputeSize( in ComputeSize()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp80 nsIFrame::SizeComputationResult nsMathMLSelectedFrame::ComputeSize( in ComputeSize() function in nsMathMLSelectedFrame
96 auto size = childFrame->ComputeSize( in ComputeSize()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp80 LogicalSize nsMathMLSelectedFrame::ComputeSize( in ComputeSize() function in nsMathMLSelectedFrame
95 LogicalSize size = childFrame->ComputeSize( in ComputeSize()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp80 nsIFrame::SizeComputationResult nsMathMLSelectedFrame::ComputeSize( in ComputeSize() function in nsMathMLSelectedFrame
96 auto size = childFrame->ComputeSize( in ComputeSize()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp80 LogicalSize nsMathMLSelectedFrame::ComputeSize( in ComputeSize() function in nsMathMLSelectedFrame
95 LogicalSize size = childFrame->ComputeSize( in ComputeSize()
/dports/textproc/vgrep/vgrep-2.5.5/internal/colwriter/
H A Dcolwriter.go63 func (cw *ColWriter) ComputeSize(rows [][]string) { func
126 cw.ComputeSize(rows)

12345678910>>...19