Home
last modified time | relevance | path

Searched refs:valueOut (Results 1 – 25 of 49) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dframe_capture_utils_autogen.h205 void SetParamVal(T valueIn, ParamValue *valueOut);
208 inline void SetParamVal<ParamType::TAlphaTestFunc>(gl::AlphaTestFunc valueIn, ParamValue *valueOut)
210 valueOut->AlphaTestFuncVal = valueIn;
214 inline void SetParamVal<ParamType::TBufferBinding>(gl::BufferBinding valueIn, ParamValue *valueOut)
216 valueOut->BufferBindingVal = valueIn;
220 inline void SetParamVal<ParamType::TBufferID>(gl::BufferID valueIn, ParamValue *valueOut)
222 valueOut->BufferIDVal = valueIn;
227 ParamValue *valueOut)
229 valueOut->BufferIDConstPointerVal = valueIn;
233 inline void SetParamVal<ParamType::TBufferIDPointer>(gl::BufferID *valueIn, ParamValue *valueOut)
[all …]
DSizedMRUCache.h45 bool get(const Key &key, const Value **valueOut) in get() argument
52 *valueOut = &iter->second.value; in get()
56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt() argument
63 *valueOut = &it->second.value; in getAt()
66 *valueOut = nullptr; in getAt()
DBlobCache.cpp72 BlobCache::Value *valueOut) in get() argument
105 *valueOut = BlobCache::Value(scratchMemory->data(), scratchMemory->size()); in get()
126 *valueOut = BlobCache::Value(entry->first.data(), entry->first.size()); in get()
137 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt() argument
143 *valueOut = BlobCache::Value(valueBuf->first.data(), valueBuf->first.size()); in getAt()
DBlobCache.h105 BlobCache::Value *valueOut);
110 BlobCache::Value *valueOut);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils_autogen.h1669 void SetParamVal(T valueIn, ParamValue *valueOut);
1673 ParamValue *valueOut)
1675 valueOut->AHardwareBufferConstPointerVal = valueIn;
1679 inline void SetParamVal<ParamType::TAlphaTestFunc>(gl::AlphaTestFunc valueIn, ParamValue *valueOut)
1681 valueOut->AlphaTestFuncVal = valueIn;
1685 inline void SetParamVal<ParamType::TBufferBinding>(gl::BufferBinding valueIn, ParamValue *valueOut)
1687 valueOut->BufferBindingVal = valueIn;
1691 inline void SetParamVal<ParamType::TBufferID>(gl::BufferID valueIn, ParamValue *valueOut)
1693 valueOut->BufferIDVal = valueIn;
1698 ParamValue *valueOut)
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSizedMRUCache.h45 bool get(const Key &key, const Value **valueOut) in get() argument
52 *valueOut = &iter->second.value; in get()
56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt() argument
63 *valueOut = &it->second.value; in getAt()
66 *valueOut = nullptr; in getAt()
DBlobCache.cpp143 BlobCache::Value *valueOut, in get() argument
177 *valueOut = BlobCache::Value(scratchMemory->data(), scratchMemory->size()); in get()
199 *valueOut = BlobCache::Value(entry->first.data(), entry->first.size()); in get()
211 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt() argument
217 *valueOut = BlobCache::Value(valueBuf->first.data(), valueBuf->first.size()); in getAt()
DBlobCache.h112 BlobCache::Value *valueOut,
118 BlobCache::Value *valueOut);
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h49 void* valueOut,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp313 uint valueOut = 0;
326 valueOut |= makeDestinationComponent(cd, destValue);
329 storeDestinationComponents(valueOut);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp345 uint valueOut = 0;
356 valueOut |= makeDestinationComponent(cd, destValue);
359 storeDestinationComponents(valueOut);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp92 bool ParseIntArg(const char *flag, const char *argument, int *valueOut) in ParseIntArg() argument
115 *valueOut = static_cast<int>(longValue); in ParseIntArg()
119 bool ParseIntArgNoDelete(const char *flag, const char *argument, int *valueOut) in ParseIntArgNoDelete() argument
121 ParseIntArg(flag, argument, valueOut); in ParseIntArgNoDelete()
135 bool ParseStringArg(const char *flag, const char *argument, std::string *valueOut) in ParseStringArg() argument
143 *valueOut = value; in ParseStringArg()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/
DConvertVertex.comp.00000017.inc265 // uint valueOut = 0;
272 // valueOut |= makeDestinationComponent(cd, destValue);
275 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000F.inc279 // uint valueOut = 0;
286 // valueOut |= makeDestinationComponent(cd, destValue);
289 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000016.inc276 // uint valueOut = 0;
288 // valueOut |= makeDestinationComponent(cd, destValue);
291 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000D.inc283 // uint valueOut = 0;
290 // valueOut |= makeDestinationComponent(cd, destValue);
293 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000015.inc292 // uint valueOut = 0;
299 // valueOut |= makeDestinationComponent(cd, destValue);
302 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000019.inc298 // uint valueOut = 0;
305 // valueOut |= makeDestinationComponent(cd, destValue);
308 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000E.inc290 // uint valueOut = 0;
302 // valueOut |= makeDestinationComponent(cd, destValue);
305 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000C.inc294 // uint valueOut = 0;
306 // valueOut |= makeDestinationComponent(cd, destValue);
309 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000006.inc294 // uint valueOut = 0;
306 // valueOut |= makeDestinationComponent(cd, destValue);
309 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000007.inc283 // uint valueOut = 0;
290 // valueOut |= makeDestinationComponent(cd, destValue);
293 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000B.inc289 // uint valueOut = 0;
296 // valueOut |= makeDestinationComponent(cd, destValue);
299 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000014.inc303 // uint valueOut = 0;
315 // valueOut |= makeDestinationComponent(cd, destValue);
318 // storeDestinationComponents(valueOut);
DConvertVertex.comp.0000000A.inc300 // uint valueOut = 0;
312 // valueOut |= makeDestinationComponent(cd, destValue);
315 // storeDestinationComponents(valueOut);

12