Home
last modified time | relevance | path

Searched refs:value (Results 15176 - 15200 of 31071) sorted by relevance

1...<<601602603604605606607608609610>>...1243

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djsgenerator.py41 value = undefquote(dict[key])
43 value = 'undefined'
44 write(f'{enquote(key)} : {value},', file=self.outFile)
H A Dpygenerator.py34 value = enquote(dict[key])
36 value = 'None'
37 write(f'{enquote(key)} : {value},', file=self.outFile)
H A Drubygenerator.py42 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 Dgenerate-core-block.rb49 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 DGrMtlCommandBuffer.h71 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 DGrStrokeTessellationShader.h49 // 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 DSkRecord.h119 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 DLLVMReactorDebugInfo.hpp85 // 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 DBlitter.hpp63 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 Dv3_tlsf.c105 if (val->value) in v2i_TLS_FEATURE()
106 extval = val->value; in v2i_TLS_FEATURE()
H A Dv3_pmaps.c82 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 DFeatureTag.java173 public static FeatureTag forTagValue(int value) { in forTagValue() argument
182 return tagMap.get(value); in forTagValue()
H A DLookupTable.java31 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 DGlyphCoverage.java76 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 Dext_inst.cpp189 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 Dext_inst.cpp189 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 Dexample_util.c44 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 Dudateintervalformat.cpp157 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 Ddenseranges.cpp62 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 Dbit_writer_utils.h48 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 DFullDuplexStream.cpp28 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 DHelloOboeEngine.cpp53 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 DSkJpegInfo.cpp65 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 Dperf_test_runner.py128 return [float(value) for value in m]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DConcurrentCacheTests.cpp25 explicit SimpleCachedObject(size_t value) : mValue(value) { in SimpleCachedObject() argument

Completed in 20 milliseconds

1...<<601602603604605606607608609610>>...1243