Home
last modified time | relevance | path

Searched refs:set (Results 3876 - 3900 of 6102) sorted by relevance

1...<<151152153154155156157158159160>>...245

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcgenerator.py56 around prototype declarations, set to either '#ifdef'
59 set to None.
61 declarations, if protectProto is set
63 around extension prototype declarations, set to either '#ifdef'
66 set to None
68 extension prototype declarations, if protectExtensionProto is set
107 """If conditional protection should be generated around prototype declarations, set to either '#ifdef' to require opt-in (#ifdef protectProtoStr) or '#ifndef' to require opt-out (#ifndef protectProtoStr). Otherwise set to None."""
110 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
113 """If conditional protection should be generated around extension prototype declarations, set t
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py123 generated_files = set(all_files) - set(input_files)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h272 inline void set(T obj) { retainAssign(obj); } in set() function in rx::mtl::WrappedObject
360 this->set(nil); in operator =()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.cpp270 // If renderable format was not set, it means there is no fallback format for in initialize()
289 outTextureCapsMap->set(intendedFormatID, textureCaps); in initialize()
295 outTextureCapsMap->set(intendedFormatID, textureCaps); in initialize()
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h306 /** To ensure the atlas does not evict a given entry, the client must set the last use token. */
341 this->set(pageIdx, plotIdx);
362 void set(int pageIdx, int index) {
H A DGrResourceAllocator.cpp100 fIntvlHash.set(proxyID, newIntvl); in addInterval()
290 fUniqueKeyRegisters.set(uniqueKey, r); in findOrCreateRegisterFor()
H A DGrTestUtils.cpp38 gMatrices[4].set(SkMatrix::kMPersp0, 0.00013f); in test_matrix()
39 gMatrices[4].set(SkMatrix::kMPersp1, -0.000039f); in test_matrix()
/third_party/skia/src/core/
H A DSkGlyph.cpp209 quad.set(pts); in calculate_path_gap()
219 cubic.set(pts); in calculate_path_gap()
H A DSkMaskFilter.cpp379 dst->set(dstM.fBounds); in computeFastBounds()
381 dst->set(srcM.fBounds); in computeFastBounds()
H A DSkReadBuffer.cpp148 string->set(c_str, len); in readString()
412 fFlattenableDict.set(fFlattenableDict.count() + 1, factory); in readFlattenable()
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp31 bool GrD3DOpsRenderPass::set(GrRenderTarget* rt, GrSurfaceOrigin origin, const SkIRect& bounds, in set() function in GrD3DOpsRenderPass
38 this->INHERITED::set(rt, origin); in set()
348 // We pass in true here to signal that after the upload we need to set the upload texture's in inlineUpload()
/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.cpp159 gpArgs->fLocalCoordVar.set(kFloat2_GrSLType, "localcoord"); in makeProgramImpl()
160 gpArgs->fPositionVar.set(kFloat2_GrSLType, "vertexpos"); in makeProgramImpl()
/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp56 fDynamicStroke.set(stroke); in updateDynamicStroke()
65 fDynamicColor.set(color, wideColor); in updateDynamicColor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h24 #include <set>
379 std::set<int> deterministicVariables;
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp37 uint32_t descriptor_set = ir.meta[var.self].decoration.set; in emit_buffer_block()
93 uint32_t descriptor_set = ir.meta[var.self].decoration.set; in emit_uniform()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmem_pass.cpp20 #include <set>
201 std::set<uint32_t> ids;
488 // non-load/store refs from target variable set
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp389 std::set<uint32_t> AssemblyContext::GetNumericIds() const { in GetNumericIds()
390 std::set<uint32_t> ids; in GetNumericIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmem_pass.cpp20 #include <set>
201 std::set<uint32_t> ids;
488 // non-load/store refs from target variable set
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp389 std::set<uint32_t> AssemblyContext::GetNumericIds() const { in GetNumericIds()
390 std::set<uint32_t> ids; in GetNumericIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py123 generated_files = set(all_files) - set(input_files)
/third_party/skia/third_party/externals/jinja2/
H A Didtracking.py35 self.stores = set()
81 # out what to set it to.
92 # Otherwise we can just set it to undefined.
141 rv = set()
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp162 nodeMap->set(node.fNodeId, dst); in Copy()
165 nodeMap->set(nodeId, dst); in Copy()
H A DSkPDFType1Font.cpp264 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names)); in type_1_glyphnames()
278 doc->fFontDescriptors.set(fontID, fontDescriptor); in type1_font_descriptor()
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp197 size.set(size.width() * clampScale, size.height() * clampScale); in Make()
206 size.set(SkScalarFloorToScalar(size.width() * downScale), in Make()
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp357 void SkNWayCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
364 set, count, dstClips, preViewMatrices, sampling, paint, constraint); in onDrawEdgeAAImageSet2()

Completed in 30 milliseconds

1...<<151152153154155156157158159160>>...245