/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.h | 1669 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/ |
D | SizedMRUCache.h | 45 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()
|
D | BlobCache.cpp | 143 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()
|
D | BlobCache.h | 112 BlobCache::Value *valueOut, 118 BlobCache::Value *valueOut);
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/ |
D | DawnPlatform.h | 49 void* valueOut,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 345 uint valueOut = 0; 356 valueOut |= makeDestinationComponent(cd, destValue); 359 storeDestinationComponents(valueOut);
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 92 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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | ConvertVertex.comp.00000007.inc | 291 // uint valueOut = 0; 302 // valueOut |= makeDestinationComponent(cd, destValue); 305 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000005.inc | 297 // uint valueOut = 0; 308 // valueOut |= makeDestinationComponent(cd, destValue); 311 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000001.inc | 299 // uint valueOut = 0; 310 // valueOut |= makeDestinationComponent(cd, destValue); 313 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000003.inc | 293 // uint valueOut = 0; 304 // valueOut |= makeDestinationComponent(cd, destValue); 307 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000002.inc | 312 // uint valueOut = 0; 323 // valueOut |= makeDestinationComponent(cd, destValue); 326 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000006.inc | 294 // uint valueOut = 0; 305 // valueOut |= makeDestinationComponent(cd, destValue); 308 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000004.inc | 316 // uint valueOut = 0; 327 // valueOut |= makeDestinationComponent(cd, destValue); 330 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000000.inc | 321 // uint valueOut = 0; 332 // valueOut |= makeDestinationComponent(cd, destValue); 335 // storeDestinationComponents(valueOut);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 122 VNInfo *valueOut() const { in valueOut() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 1374 VNI = LI.Query(Idx).valueOut(); in Distribute()
|
D | RegisterCoalescer.cpp | 1675 if (Q.valueOut() == nullptr) in addUndefFlag() 3107 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 102840 JS_GetGlobalJitCompilerOption(JSContext* cx, JSJitCompilerOption opt, uint32_t* valueOut);
|