Home
last modified time | relevance | path

Searched refs:SetLimit (Results 1 – 25 of 1502) sorted by relevance

12345678910>>...61

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvktestframeworkandroid.cpp115 options.SetLimit(shaderc_limit_max_clip_distances, device_limits->maxClipDistances); in GLSLtoSPV()
116 …options.SetLimit(shaderc_limit_max_compute_work_group_count_x, device_limits->maxComputeWorkGroupC… in GLSLtoSPV()
119 …options.SetLimit(shaderc_limit_max_compute_work_group_size_x, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
120 …options.SetLimit(shaderc_limit_max_compute_work_group_size_y, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
121 …options.SetLimit(shaderc_limit_max_compute_work_group_size_z, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
122 options.SetLimit(shaderc_limit_max_cull_distances, device_limits->maxCullDistances); in GLSLtoSPV()
123 …options.SetLimit(shaderc_limit_max_fragment_input_components, device_limits->maxFragmentInputCompo… in GLSLtoSPV()
124 …options.SetLimit(shaderc_limit_max_geometry_input_components, device_limits->maxGeometryInputCompo… in GLSLtoSPV()
126 …options.SetLimit(shaderc_limit_max_geometry_output_vertices, device_limits->maxGeometryOutputVerti… in GLSLtoSPV()
128 …options.SetLimit(shaderc_limit_max_vertex_output_components, device_limits->maxVertexOutputCompone… in GLSLtoSPV()
[all …]
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/tests/
H A Dvktestframeworkandroid.cpp115 options.SetLimit(shaderc_limit_max_clip_distances, device_limits->maxClipDistances); in GLSLtoSPV()
116 …options.SetLimit(shaderc_limit_max_compute_work_group_count_x, device_limits->maxComputeWorkGroupC… in GLSLtoSPV()
119 …options.SetLimit(shaderc_limit_max_compute_work_group_size_x, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
120 …options.SetLimit(shaderc_limit_max_compute_work_group_size_y, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
121 …options.SetLimit(shaderc_limit_max_compute_work_group_size_z, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
122 options.SetLimit(shaderc_limit_max_cull_distances, device_limits->maxCullDistances); in GLSLtoSPV()
123 …options.SetLimit(shaderc_limit_max_fragment_input_components, device_limits->maxFragmentInputCompo… in GLSLtoSPV()
124 …options.SetLimit(shaderc_limit_max_geometry_input_components, device_limits->maxGeometryInputCompo… in GLSLtoSPV()
126 …options.SetLimit(shaderc_limit_max_geometry_output_vertices, device_limits->maxGeometryOutputVerti… in GLSLtoSPV()
128 …options.SetLimit(shaderc_limit_max_vertex_output_components, device_limits->maxVertexOutputCompone… in GLSLtoSPV()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvktestframeworkandroid.cpp123 options.SetLimit(shaderc_limit_max_clip_distances, device_limits->maxClipDistances); in GLSLtoSPV()
124 …options.SetLimit(shaderc_limit_max_compute_work_group_count_x, device_limits->maxComputeWorkGroupC… in GLSLtoSPV()
127 …options.SetLimit(shaderc_limit_max_compute_work_group_size_x, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
128 …options.SetLimit(shaderc_limit_max_compute_work_group_size_y, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
129 …options.SetLimit(shaderc_limit_max_compute_work_group_size_z, device_limits->maxComputeWorkGroupSi… in GLSLtoSPV()
130 options.SetLimit(shaderc_limit_max_cull_distances, device_limits->maxCullDistances); in GLSLtoSPV()
131 …options.SetLimit(shaderc_limit_max_fragment_input_components, device_limits->maxFragmentInputCompo… in GLSLtoSPV()
132 …options.SetLimit(shaderc_limit_max_geometry_input_components, device_limits->maxGeometryInputCompo… in GLSLtoSPV()
134 …options.SetLimit(shaderc_limit_max_geometry_output_vertices, device_limits->maxGeometryOutputVerti… in GLSLtoSPV()
136 …options.SetLimit(shaderc_limit_max_vertex_output_components, device_limits->maxVertexOutputCompone… in GLSLtoSPV()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/include/aws/glacier/model/
H A DListVaultsRequest.h195 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
202 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
209 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
216 inline ListVaultsRequest& WithLimit(const Aws::String& value) { SetLimit(value); return *this;} in WithLimit()
223 …inline ListVaultsRequest& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *thi… in WithLimit()
230 inline ListVaultsRequest& WithLimit(const char* value) { SetLimit(value); return *this;} in WithLimit()
H A DInventoryRetrievalJobInput.h171 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
177 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
183 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
189 …inline InventoryRetrievalJobInput& WithLimit(const Aws::String& value) { SetLimit(value); return *… in WithLimit()
195 …inline InventoryRetrievalJobInput& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); re… in WithLimit()
201 … inline InventoryRetrievalJobInput& WithLimit(const char* value) { SetLimit(value); return *this;} in WithLimit()
H A DListMultipartUploadsRequest.h243 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
250 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
257 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
264 …inline ListMultipartUploadsRequest& WithLimit(const Aws::String& value) { SetLimit(value); return … in WithLimit()
271 …inline ListMultipartUploadsRequest& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); r… in WithLimit()
278 … inline ListMultipartUploadsRequest& WithLimit(const char* value) { SetLimit(value); return *this;} in WithLimit()
H A DInventoryRetrievalJobDescription.h239 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
246 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
253 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
260 …inline InventoryRetrievalJobDescription& WithLimit(const Aws::String& value) { SetLimit(value); re… in WithLimit()
267 …inline InventoryRetrievalJobDescription& WithLimit(Aws::String&& value) { SetLimit(std::move(value… in WithLimit()
274 …inline InventoryRetrievalJobDescription& WithLimit(const char* value) { SetLimit(value); return *t… in WithLimit()
H A DListPartsRequest.h292 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
299 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
306 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
313 inline ListPartsRequest& WithLimit(const Aws::String& value) { SetLimit(value); return *this;} in WithLimit()
320 …inline ListPartsRequest& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *this… in WithLimit()
327 inline ListPartsRequest& WithLimit(const char* value) { SetLimit(value); return *this;} in WithLimit()
H A DListJobsRequest.h178 inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
185 …inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } in SetLimit() function
192 inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } in SetLimit() function
199 inline ListJobsRequest& WithLimit(const Aws::String& value) { SetLimit(value); return *this;} in WithLimit()
206 …inline ListJobsRequest& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *this;} in WithLimit()
213 inline ListJobsRequest& WithLimit(const char* value) { SetLimit(value); return *this;} in WithLimit()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DGetReusableDelegationSetLimitResult.h51 inline void SetLimit(const ReusableDelegationSetLimit& value) { m_limit = value; } in SetLimit() function
57 inline void SetLimit(ReusableDelegationSetLimit&& value) { m_limit = std::move(value); } in SetLimit() function
63 …ionSetLimitResult& WithLimit(const ReusableDelegationSetLimit& value) { SetLimit(value); return *t… in WithLimit()
69 …legationSetLimitResult& WithLimit(ReusableDelegationSetLimit&& value) { SetLimit(std::move(value))… in WithLimit()
H A DGetAccountLimitResult.h55 inline void SetLimit(const AccountLimit& value) { m_limit = value; } in SetLimit() function
63 inline void SetLimit(AccountLimit&& value) { m_limit = std::move(value); } in SetLimit() function
71 …inline GetAccountLimitResult& WithLimit(const AccountLimit& value) { SetLimit(value); return *this… in WithLimit()
79 …inline GetAccountLimitResult& WithLimit(AccountLimit&& value) { SetLimit(std::move(value)); return… in WithLimit()
H A DGetHostedZoneLimitResult.h55 inline void SetLimit(const HostedZoneLimit& value) { m_limit = value; } in SetLimit() function
63 inline void SetLimit(HostedZoneLimit&& value) { m_limit = std::move(value); } in SetLimit() function
71 …inline GetHostedZoneLimitResult& WithLimit(const HostedZoneLimit& value) { SetLimit(value); return… in WithLimit()
79 …inline GetHostedZoneLimitResult& WithLimit(HostedZoneLimit&& value) { SetLimit(std::move(value)); … in WithLimit()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fsx/include/aws/fsx/model/
H A DServiceLimitExceeded.h56 inline void SetLimit(const ServiceLimit& value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
61 …inline void SetLimit(ServiceLimit&& value) { m_limitHasBeenSet = true; m_limit = std::move(value);… in SetLimit() function
66 …inline ServiceLimitExceeded& WithLimit(const ServiceLimit& value) { SetLimit(value); return *this;} in WithLimit()
71 …inline ServiceLimitExceeded& WithLimit(ServiceLimit&& value) { SetLimit(std::move(value)); return … in WithLimit()
/dports/graphics/blender/blender-2.91.0/intern/iksolver/intern/
H A DIK_QSegment.h180 virtual void SetLimit(int, double, double) in SetLimit() function
252 void SetLimit(int axis, double lmin, double lmax);
296 void SetLimit(int axis, double lmin, double lmax);
318 void SetLimit(int axis, double lmin, double lmax);
341 void SetLimit(int axis, double lmin, double lmax);
369 void SetLimit(int axis, double lmin, double lmax);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/trace/
H A Dbuffer_test.go61 buffer.SetLimit(10)
118 buffer.SetLimit(20)
141 buffer.SetLimit(1000)
146 func() { buffer.SetLimit(1000) },
206 buffer.SetLimit(math.MaxInt64)
227 buffer.SetLimit(math.MaxInt64)
/dports/net/inlets/inlets-3.0.2/vendor/github.com/mxk/go-flowrate/go-flowrate-cca7078d478f/flowrate/
H A Dio.go22 SetLimit(new int64) (old int64) methodSpec
54 func (r *Reader) SetLimit(new int64) (old int64) { func
113 func (w *Writer) SetLimit(new int64) (old int64) { func
/dports/net/inlets/inlets-3.0.2/vendor/github.com/mxk/go-flowrate/flowrate/
H A Dio.go22 SetLimit(new int64) (old int64) methodSpec
54 func (r *Reader) SetLimit(new int64) (old int64) { func
113 func (w *Writer) SetLimit(new int64) (old int64) { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/mxk/go-flowrate/flowrate/
H A Dio.go22 SetLimit(new int64) (old int64) methodSpec
54 func (r *Reader) SetLimit(new int64) (old int64) { func
113 func (w *Writer) SetLimit(new int64) (old int64) { func
/dports/net/drive/drive-0.4.0/vendor/github.com/mxk/go-flowrate/flowrate/
H A Dio.go22 SetLimit(new int64) (old int64) methodSpec
54 func (r *Reader) SetLimit(new int64) (old int64) { func
113 func (w *Writer) SetLimit(new int64) (old int64) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/mxk/go-flowrate/flowrate/
H A Dio.go22 SetLimit(new int64) (old int64) methodSpec
54 func (r *Reader) SetLimit(new int64) (old int64) { func
113 func (w *Writer) SetLimit(new int64) (old int64) { func
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/connections/
H A Dlimiter.go82 readLimiter.SetLimit(currentReadLimit)
83 writeLimiter.SetLimit(currentWriteLimit)
150 lim.read.SetLimit(rate.Inf)
152 lim.read.SetLimit(1024 * rate.Limit(to.Options.MaxRecvKbps))
158 lim.write.SetLimit(rate.Inf)
160 lim.write.SetLimit(1024 * rate.Limit(to.Options.MaxSendKbps))
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Ddelete_clauses_test.go160 c2 := c.SetLimit(l)
171 c2 := c.SetLimit(l)
181 c := exp.NewDeleteClauses().SetLimit(l)
193 c := exp.NewDeleteClauses().SetLimit(l)
194 c2 := c.SetLimit(2)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/include/aws/waf-regional/model/
H A DListByteMatchSetsRequest.h151 inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
160 inline ListByteMatchSetsRequest& WithLimit(int value) { SetLimit(value); return *this;} in WithLimit()
H A DListRateBasedRulesRequest.h148 inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
156 inline ListRateBasedRulesRequest& WithLimit(int value) { SetLimit(value); return *this;} in WithLimit()
H A DListXssMatchSetsRequest.h155 inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } in SetLimit() function
164 inline ListXssMatchSetsRequest& WithLimit(int value) { SetLimit(value); return *this;} in WithLimit()

12345678910>>...61