/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.h | 1346 void SetParamVal(T valueIn, ParamValue *valueOut); 1349 inline void SetParamVal<ParamType::TAlphaTestFunc>(gl::AlphaTestFunc valueIn, ParamValue *valueOut) 1351 valueOut->AlphaTestFuncVal = valueIn; 1355 inline void SetParamVal<ParamType::TBufferBinding>(gl::BufferBinding valueIn, ParamValue *valueOut) 1357 valueOut->BufferBindingVal = valueIn; 1361 inline void SetParamVal<ParamType::TBufferID>(gl::BufferID valueIn, ParamValue *valueOut) 1363 valueOut->BufferIDVal = valueIn; 1368 ParamValue *valueOut) 1370 valueOut->BufferIDConstPointerVal = valueIn; 1374 inline void SetParamVal<ParamType::TBufferIDPointer>(gl::BufferID *valueIn, ParamValue *valueOut) [all …]
|
/external/angle/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);
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 345 uint valueOut = 0; 356 valueOut |= makeDestinationComponent(cd, destValue); 359 storeDestinationComponents(valueOut);
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 84 bool ParseIntArg(const char *flag, const char *argument, int *valueOut) in ParseIntArg() argument 107 *valueOut = static_cast<int>(longValue); in ParseIntArg() 111 bool ParseIntArgNoDelete(const char *flag, const char *argument, int *valueOut) in ParseIntArgNoDelete() argument 113 ParseIntArg(flag, argument, valueOut); in ParseIntArgNoDelete() 127 bool ParseStringArg(const char *flag, const char *argument, std::string *valueOut) in ParseStringArg() argument 135 *valueOut = value; in ParseStringArg()
|
/external/angle/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.00000003.inc | 293 // uint valueOut = 0; 304 // valueOut |= makeDestinationComponent(cd, destValue); 307 // storeDestinationComponents(valueOut);
|
D | ConvertVertex.comp.00000001.inc | 299 // uint valueOut = 0; 310 // valueOut |= makeDestinationComponent(cd, destValue); 313 // 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);
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMaskingPreRA.cpp | 87 return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(SelIdx).valueOut()); in isDefBetween()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 120 VNInfo *valueOut() const { in valueOut() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 123 VNInfo *valueOut() const { in valueOut() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 122 VNInfo *valueOut() const { in valueOut() function
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 1237 if (Q.valueOut() == nullptr) in addUndefFlag() 2478 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 1375 VNI = LI.Query(Idx).valueOut(); in Distribute()
|
D | RegisterCoalescer.cpp | 1701 if (Q.valueOut() == nullptr) in addUndefFlag() 3129 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()
|
/external/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()
|