/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 56 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 D | expect.py | 123 generated_files = set(all_files) - set(input_files)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_common.h | 272 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 D | vk_format_utils.cpp | 270 // 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 D | GrDrawOpAtlas.h | 306 /** 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 D | GrResourceAllocator.cpp | 100 fIntvlHash.set(proxyID, newIntvl); in addInterval() 290 fUniqueKeyRegisters.set(uniqueKey, r); in findOrCreateRegisterFor()
|
H A D | GrTestUtils.cpp | 38 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 D | SkGlyph.cpp | 209 quad.set(pts); in calculate_path_gap() 219 cubic.set(pts); in calculate_path_gap()
|
H A D | SkMaskFilter.cpp | 379 dst->set(dstM.fBounds); in computeFastBounds() 381 dst->set(srcM.fBounds); in computeFastBounds()
|
H A D | SkReadBuffer.cpp | 148 string->set(c_str, len); in readString() 412 fFlattenableDict.set(fFlattenableDict.count() + 1, factory); in readFlattenable()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DOpsRenderPass.cpp | 31 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 D | PathInnerTriangulateOp.cpp | 159 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 D | StrokeFixedCountTessellator.cpp | 56 fDynamicStroke.set(stroke); in updateDynamicStroke() 65 fDynamicColor.set(color, wideColor); in updateDynamicColor()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 24 #include <set> 379 std::set<int> deterministicVariables;
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 37 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 D | mem_pass.cpp | 20 #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 D | text_handler.cpp | 389 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 D | mem_pass.cpp | 20 #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 D | text_handler.cpp | 389 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 D | expect.py | 123 generated_files = set(all_files) - set(input_files)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | idtracking.py | 35 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 D | SkPDFTag.cpp | 162 nodeMap->set(node.fNodeId, dst); in Copy() 165 nodeMap->set(nodeId, dst); in Copy()
|
H A D | SkPDFType1Font.cpp | 264 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 D | SkPictureShader.cpp | 197 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 D | SkNWayCanvas.cpp | 357 void SkNWayCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument 364 set, count, dstClips, preViewMatrices, sampling, paint, constraint); in onDrawEdgeAAImageSet2()
|