/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instruction_list.h | 5 // 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 D | pass_manager.h | 4 // 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 D | MultiChannelResampler.h | 5 * 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 D | GrSurfaceInfo.h | 4 * 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 D | LogicalRun.h | 21 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 D | CommandBuffer.h | 4 * 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 D | SkStrokeRec.h | 4 * 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 D | instruction_list.h | 5 // 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 D | pass_manager.h | 4 // 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 D | RenderPipelineMock.h | 4 // 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 D | ExternalTextureMock.h | 4 // 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 D | PipelineLayoutMock.h | 4 // 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 D | QuerySetMock.h | 4 // 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 D | SamplerMock.h | 4 // 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 D | ComputePipelineMock.h | 4 // 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 D | BindGroupLayoutMock.h | 4 // 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 D | CommandBufferMock.h | 4 // 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 D | BindGroupMock.h | 4 // 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 D | sb_bc.h | 5 * 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 D | GrGLGpu.h | 4 * 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 D | eql.c | 106 * 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 D | erase.c | 9 * 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 D | eql.c | 106 * 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 D | erase.c | 9 * 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 D | tinyxml.h | 6 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...] |