Home
last modified time | relevance | path

Searched refs:this (Results 651 - 675 of 3819) sorted by relevance

1...<<21222324252627282930>>...153

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.h5 // you may not use this file except in compliance with the License.
40 // Because of that I have not made the ownership passing in this class fully
43 // ownership, this will have to be fixed up one way or the other.
50 auto p = static_cast<utils::IntrusiveList<Instruction>*>(this); in operator =()
52 return *this; in operator =()
55 // Destroy this list and any instructions in the list.
66 return *this; in operator ++()
71 return *this; in operator --()
76 // Moves the nodes in |list| to the list that |this| points to. The
80 // |list| is now passed on to |*this|
[all...]
H A Dpass_manager.h4 // you may not use this file except in compliance with the License.
57 // the pass instance to this pass manger. The pass added will use this pass
84 return *this; in SetPrintAll()
92 return *this; in SetTimeReport()
98 return *this; in SetTargetEnv()
104 return *this; in SetValidatorOptions()
110 return *this; in SetValidateAfterAll()
119 // the last pass. If this is null, no output is generated.
121 // The output stream to write the resource utilization of each pass. If this
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.h5 * you may not use this file except in compliance with the License.
66 * @return address of this builder for chaining calls
70 return this; in setNumTaps()
77 * @return address of this builder for chaining calls
81 return this; in setChannelCount()
88 * @return address of this builder for chaining calls
92 return this; in setInputRate()
99 * @return address of this builder for chaining calls
103 return this; in setOutputRate()
113 * @return address of this builde
[all...]
/third_party/skia/include/gpu/
H A DGrSurfaceInfo.h4 * Use of this source code is governed by a BSD-style license that can be
93 if (!this->isValid() || fBackend != GrBackendApi::kOpenGL) { in getGLSurfaceInfo()
102 if (!this->isValid() || fBackend != GrBackendApi::kVulkan) { in getVkSurfaceInfo()
114 if (!this->isValid() || fBackend != GrBackendApi::kMetal) { in getMtlSurfaceInfo()
123 if (!this->isValid() || fBackend != GrBackendApi::kDawn) { in getDawnSurfaceInfo()
131 if (!this->isValid() || fBackend != GrBackendApi::kMock) { in getMockSurfaceInfo()
/third_party/skia/experimental/sktext/src/
H A DLogicalRun.h21 fClusters[fGlyphs.size()] = this->leftToRight() ? fUtf8Range.end() : fUtf8Range.begin(); in commit()
53 this->fUtf16Range.fStart = callback(this->fUtf8Range.begin()); in convertUtf16Range()
54 this->fUtf16Range.fEnd = callback(this->fUtf8Range.end()); in convertUtf16Range()
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.h4 * Use of this source code is governed by a BSD-style license that can be
49 this->releaseResources();
71 this->onDraw(type, baseVertex, vertexCount); in draw()
76 this->onDrawIndexed(type, baseIndex, indexCount, baseVertex); in drawIndexed()
81 this->onDrawInstanced(type, baseVertex, vertexCount, baseInstance, instanceCount); in drawInstanced()
87 this->onDrawIndexedInstanced(type, baseIndex, indexCount, baseVertex, baseInstance, in drawIndexedInstanced()
/third_party/skia/include/core/
H A DSkStrokeRec.h4 * Use of this source code is governed by a BSD-style license that can be
43 return kHairline_Style == this->getStyle(); in isHairlineStyle()
47 return kFill_Style == this->getStyle(); in isFillStyle()
54 * Note, if width==0, then this request is taken to mean:
76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
80 Style style = this->getStyle(); in needToApply()
88 * If there was no change (i.e. style == hairline or fill) this returns
103 * geometries bounds to account for any inflation due to applying this
126 if (!this->needToApply()) { in hasEqualEffect()
127 return this in hasEqualEffect()
[all...]
/third_party/spirv-tools/source/opt/
H A Dinstruction_list.h5 // you may not use this file except in compliance with the License.
40 // Because of that I have not made the ownership passing in this class fully
43 // ownership, this will have to be fixed up one way or the other.
50 auto p = static_cast<utils::IntrusiveList<Instruction>*>(this); in operator =()
52 return *this; in operator =()
55 // Destroy this list and any instructions in the list.
66 return *this; in operator ++()
71 return *this; in operator --()
76 // Moves the nodes in |list| to the list that |this| points to. The
80 // |list| is now passed on to |*this|
[all...]
H A Dpass_manager.h4 // you may not use this file except in compliance with the License.
57 // the pass instance to this pass manager. The pass added will use this pass
84 return *this; in SetPrintAll()
92 return *this; in SetTimeReport()
98 return *this; in SetTargetEnv()
104 return *this; in SetValidatorOptions()
110 return *this; in SetValidateAfterAll()
119 // the last pass. If this is null, no output is generated.
121 // The output stream to write the resource utilization of each pass. If this
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DRenderPipelineMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in RenderPipelineMock()
29 this->RenderPipelineBase::DestroyImpl(); in RenderPipelineMock()
H A DExternalTextureMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in ExternalTextureMock()
29 this->ExternalTextureBase::DestroyImpl(); in ExternalTextureMock()
H A DPipelineLayoutMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in PipelineLayoutMock()
29 this->PipelineLayoutBase::DestroyImpl(); in PipelineLayoutMock()
H A DQuerySetMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in QuerySetMock()
29 this->QuerySetBase::DestroyImpl(); in QuerySetMock()
H A DSamplerMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in SamplerMock()
29 this->SamplerBase::DestroyImpl(); in SamplerMock()
H A DComputePipelineMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in ComputePipelineMock()
29 this->ComputePipelineBase::DestroyImpl(); in ComputePipelineMock()
H A DBindGroupLayoutMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in BindGroupLayoutMock()
29 this->BindGroupLayoutBase::DestroyImpl(); in BindGroupLayoutMock()
H A DCommandBufferMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in CommandBufferMock()
29 this->CommandBufferBase::DestroyImpl(); in CommandBufferMock()
H A DBindGroupMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in BindGroupMock()
29 this->BindGroupBase::DestroyImpl(); in BindGroupMock()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
61 return *this; in operator <<()
65 return *this << s.c_str(); in operator <<()
71 return *this << b; in operator <<()
77 return *this << b; in operator <<()
83 return *this << b; in operator <<()
89 return *this << b; in operator <<()
95 return *this << b; in operator <<()
480 void set_op(unsigned op) { this
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h4 * Use of this source code is governed by a BSD-style license that can be
58 fHWVertexArrayState.setVertexArrayID(this, id); in bindVertexArray()
69 // When 'type' is kIndex_GrBufferType, this function will also implicitly bind the default VAO.
85 this->handleDirtyContext(); in currentProgram()
98 auto* attribState = fHWVertexArrayState.bindInternalVertexArray(this, indexBuffer); in bindInternalVertexArray()
99 attribState->enableVertexArrays(this, numAttribs, primitiveRestart); in bindInternalVertexArray()
120 this->copySurfaceAsDraw(rt, true/*drawToMultisampleFBO*/, rt, drawBounds, in drawSingleIntoMSAAFBO()
125 // Thus this is the implementation of the clear call for the corresponding passthrough function
131 // Thus this is the implementation of the clearStencil call for the corresponding passthrough
163 return fProgramCache->precompileShader(this
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Deql.c106 * this compiles fine with no warnings.
109 * this version will not work otherwise
111 * Sorry, I had to rewrite most of this for 2.5.x -DaveM
145 struct list_head *this, *tmp, *head; in eql_timer() local
149 list_for_each_safe(this, tmp, head) { in eql_timer()
150 slave_t *slave = list_entry(this, slave_t, list); in eql_timer()
207 /* XXX We should force this off automatically for the user. */ in eql_open()
232 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
237 list_for_each_safe(this, tmp, head) { in eql_kill_slave_queue()
238 slave_t *s = list_entry(this, slave_ in eql_kill_slave_queue()
299 struct list_head *this, *tmp, *head; __eql_schedule_slaves() local
364 struct list_head *this, *head; __eql_find_slave_dev() local
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Derase.c9 * For licensing information, see the file 'LICENCE' in this directory.
182 /* We'd like to give this block another try. */ in jffs2_erase_failed()
207 this a standard doubly-linked list? */
216 /* Walk the inode's list once, removing any nodes from this eraseblock */ in jffs2_remove_node_refs_from_ino_list()
229 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() local
231 this = *prev; in jffs2_remove_node_refs_from_ino_list()
232 *prev = this->next_in_ino; in jffs2_remove_node_refs_from_ino_list()
233 this->next_in_ino = NULL; in jffs2_remove_node_refs_from_ino_list()
235 if (this == ref) in jffs2_remove_node_refs_from_ino_list()
256 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Deql.c106 * this compiles fine with no warnings.
109 * this version will not work otherwise
111 * Sorry, I had to rewrite most of this for 2.5.x -DaveM
147 struct list_head *this, *tmp, *head; in eql_timer() local
151 list_for_each_safe(this, tmp, head) { in eql_timer()
152 slave_t *slave = list_entry(this, slave_t, list); in eql_timer()
209 /* XXX We should force this off automatically for the user. */ in eql_open()
234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
239 list_for_each_safe(this, tmp, head) { in eql_kill_slave_queue()
240 slave_t *s = list_entry(this, slave_ in eql_kill_slave_queue()
305 struct list_head *this, *tmp, *head; __eql_schedule_slaves() local
370 struct list_head *this, *head; __eql_find_slave_dev() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Derase.c9 * For licensing information, see the file 'LICENCE' in this directory.
180 /* We'd like to give this block another try. */ in jffs2_erase_failed()
205 this a standard doubly-linked list? */
214 /* Walk the inode's list once, removing any nodes from this eraseblock */ in jffs2_remove_node_refs_from_ino_list()
227 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() local
229 this = *prev; in jffs2_remove_node_refs_from_ino_list()
230 *prev = this->next_in_ino; in jffs2_remove_node_refs_from_ino_list()
231 this->next_in_ino = NULL; in jffs2_remove_node_refs_from_ino_list()
233 if (this == ref) in jffs2_remove_node_refs_from_ino_list()
254 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list()
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h6 damages arising from the use of this software.
8 Permission is granted to anyone to use this software for any
12 1. The origin of this software must not be misrepresented; you must
13 not claim that you wrote the original software. If you use this
132 const char* endTag, // what ends this text
156 // Note this should not contian the '<', '>', etc, or they will be transformed into entities!
214 /** An output stream operator, for every class. Note that this outputs
274 The subclasses will wrap this function.
289 /// Delete all the children of this node. Does not affect 'this'
[all...]

Completed in 23 milliseconds

1...<<21222324252627282930>>...153