Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dframe_capture_utils_autogen.h1346 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/
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);
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp345 uint valueOut = 0;
356 valueOut |= makeDestinationComponent(cd, destValue);
359 storeDestinationComponents(valueOut);
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp84 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/
DConvertVertex.comp.00000007.inc291 // uint valueOut = 0;
302 // valueOut |= makeDestinationComponent(cd, destValue);
305 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000005.inc297 // uint valueOut = 0;
308 // valueOut |= makeDestinationComponent(cd, destValue);
311 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000003.inc293 // uint valueOut = 0;
304 // valueOut |= makeDestinationComponent(cd, destValue);
307 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000001.inc299 // uint valueOut = 0;
310 // valueOut |= makeDestinationComponent(cd, destValue);
313 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000002.inc312 // uint valueOut = 0;
323 // valueOut |= makeDestinationComponent(cd, destValue);
326 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000006.inc294 // uint valueOut = 0;
305 // valueOut |= makeDestinationComponent(cd, destValue);
308 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000004.inc316 // uint valueOut = 0;
327 // valueOut |= makeDestinationComponent(cd, destValue);
330 // storeDestinationComponents(valueOut);
DConvertVertex.comp.00000000.inc321 // uint valueOut = 0;
332 // valueOut |= makeDestinationComponent(cd, destValue);
335 // storeDestinationComponents(valueOut);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp87 return (!AndLRQ.isKill() && AndLRQ.valueIn() != LR.Query(SelIdx).valueOut()); in isDefBetween()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h120 VNInfo *valueOut() const { in valueOut() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveInterval.h123 VNInfo *valueOut() const { in valueOut() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h122 VNInfo *valueOut() const { in valueOut() function
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1237 if (Q.valueOut() == nullptr) in addUndefFlag()
2478 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()
/external/llvm-project/llvm/lib/CodeGen/
DLiveInterval.cpp1375 VNI = LI.Query(Idx).valueOut(); in Distribute()
DRegisterCoalescer.cpp1701 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/
DLiveInterval.cpp1374 VNI = LI.Query(Idx).valueOut(); in Distribute()
DRegisterCoalescer.cpp1675 if (Q.valueOut() == nullptr) in addUndefFlag()
3107 if (Q.valueIn() != nullptr && Q.valueOut() == nullptr) { in pruneSubRegValues()