/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | jsgenerator.py | 41 value = undefquote(dict[key]) 43 value = 'undefined' 44 write(f'{enquote(key)} : {value},', file=self.outFile)
|
H A D | pygenerator.py | 34 value = enquote(dict[key]) 36 value = 'None' 37 write(f'{enquote(key)} : {value},', file=self.outFile)
|
H A D | rubygenerator.py | 42 value = nilquote(dict[key]) 44 value = 'nil' 45 write(f'{enquote(key)} => {value},', file=self.outFile)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | generate-core-block.rb | 49 attributes['value'] = element.attribute('offset').content.to_i + extension_enum_offset 54 attributes.each_pair do |key, value| 55 core_block << ' ' + key + '="' + value.to_s + '"' 73 alias_block << "\t"*4 + '<alias name="' + old_name + '" value="' + new_name + '"/>' + "\n"
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlCommandBuffer.h | 71 void encodeSignalEvent(sk_sp<GrMtlEvent>, uint64_t value); 72 void encodeWaitForEvent(sk_sp<GrMtlEvent>, uint64_t value);
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader.h | 49 // Used by GrFixedCountTessellator to configure the uniform value that tells the shader how many 51 void setFixedCountNumTotalEdges(int value) { in setFixedCountNumTotalEdges() argument 53 fFixedCountNumTotalEdges = value; in setFixedCountNumTotalEdges() 80 // This is a uniform value used when fMode is kFixedCount that tells the shader how many total
|
/third_party/skia/src/core/ |
H A D | SkRecord.h | 119 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() 125 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.hpp | 85 // Binds the value to its symbol in the source file. 87 void EmitVariable(Value *value); 120 llvm::Value *value = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.hpp | 63 static_assert(is_memcmparable<State>::value, "Cannot memcmp State"); in operator ==() 110 static bool ApplyScaleAndClamp(Float4 &value, const State &state, bool preScaled = false);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_tlsf.c | 105 if (val->value) in v2i_TLS_FEATURE() 106 extval = val->value; in v2i_TLS_FEATURE()
|
H A D | v3_pmaps.c | 82 if (!val->value || !val->name) { 88 obj2 = OBJ_txt2obj(val->value, 0);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | FeatureTag.java | 173 public static FeatureTag forTagValue(int value) { in forTagValue() argument 182 return tagMap.get(value); in forTagValue()
|
H A D | LookupTable.java | 31 private int getValue(int value) { in getValue() argument 32 return bit & value; in getValue()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | GlyphCoverage.java | 76 if (cmap.format() == CMapFormat.Format12.value()) { in getBestCMap() 81 if (cmap.format() == CMapFormat.Format4.value()) { in getBestCMap()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | ext_inst.cpp | 189 const uint32_t value, in spvExtInstTableValueLookup() 199 if (value == entry.ext_inst) { in spvExtInstTableValueLookup() 187 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | ext_inst.cpp | 189 const uint32_t value, in spvExtInstTableValueLookup() 199 if (value == entry.ext_inst) { in spvExtInstTableValueLookup() 187 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | example_util.c | 44 const int value = ExUtilGetInt(v, base, &error); in ExUtilGetInts() local 46 output[n] = value; in ExUtilGetInts()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | udateintervalformat.cpp | 157 UDisplayContext value, in udtitvfmt_setContext() 162 reinterpret_cast<DateIntervalFormat*>(formatter)->setContext( value, *status ); in udtitvfmt_setContext() 156 udtitvfmt_setContext(UDateIntervalFormat* formatter, UDisplayContext value, UErrorCode* status) udtitvfmt_setContext() argument
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | denseranges.cpp | 62 int32_t firstAfter(int32_t value) const { in firstAfter() 69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter() 109 // Use int64_t variables for intermediate-value precision and to avoid in uprv_makeDenseRanges()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_writer_utils.h | 48 void VP8PutBits(VP8BitWriter* const bw, uint32_t value, int nb_bits); 49 void VP8PutSignedBits(VP8BitWriter* const bw, int value, int nb_bits); 97 // the state of error_. A value of 1 indicates that a memory allocation 98 // failure has happened during bit writing. A value of 0 indicates successful
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
H A D | FullDuplexStream.cpp | 28 memset(audioData, 0 /* value */, numBytes); in onAudioReady() 41 actualFramesRead = result.value(); in onAudioReady() 71 int32_t framesRead = result.value(); in onAudioReady()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | HelloOboeEngine.cpp | 53 oboe::FrameTimestamp playedFrame = result.value(); in getCurrentOutputLatencyMillis() 83 LOGD("Buffer size successfully changed to %d", result.value()); in setBufferSizeInBursts()
|
/third_party/skia/src/pdf/ |
H A D | SkJpegInfo.cpp | 65 bool readBigendianUint16(uint16_t* value) { in readBigendianUint16() argument 69 *value = JpegSegment::GetBigendianUint16(&fData[fOffset]); in readBigendianUint16()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 128 return [float(value) for value in m]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ConcurrentCacheTests.cpp | 25 explicit SimpleCachedObject(size_t value) : mValue(value) { in SimpleCachedObject() argument
|