Home
last modified time | relevance | path

Searched refs:oldVal (Results 1 – 19 of 19) sorted by relevance

/external/deqp-deps/glslang/Test/
Dhlsl.earlydepthstencil.frag9 uint oldVal;
10 InterlockedExchange(Values[uint2(input.Position.x, input.Position.y)], 1.0, oldVal);
11 return oldVal;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.earlydepthstencil.frag9 uint oldVal;
10 InterlockedExchange(Values[uint2(input.Position.x, input.Position.y)], 1.0, oldVal);
11 return oldVal;
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.earlydepthstencil.frag.out11 0:10 'oldVal' ( temp uint)
34 0:11 'oldVal' ( temp uint)
67 0:10 'oldVal' ( temp uint)
90 0:11 'oldVal' ( temp uint)
126 Name 16 "oldVal"
176 16(oldVal): 15(ptr) Variable Function
186 Store 16(oldVal) 35
187 36: 10(int) Load 16(oldVal)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.earlydepthstencil.frag.out11 0:10 'oldVal' ( temp uint)
34 0:11 'oldVal' ( temp uint)
67 0:10 'oldVal' ( temp uint)
90 0:11 'oldVal' ( temp uint)
126 Name 16 "oldVal"
176 16(oldVal): 15(ptr) Variable Function
186 Store 16(oldVal) 35
187 36: 10(int) Load 16(oldVal)
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DDurationPicker.java60 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
70 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
80 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
90 public void onChanged(NumberPicker spinner, int oldVal, int newVal) { in DurationPicker()
DNumberPicker.java41 void onChanged(NumberPicker picker, int oldVal, int newVal); in onChanged() argument
/external/swiftshader/third_party/marl/src/
Dmemory.cpp120 DWORD oldVal = 0; in protectPage() local
121 auto res = VirtualProtect(addr, pageSize(), PAGE_NOACCESS, &oldVal); in protectPage()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp128 bool oldVal = GetBoolsVal(b1, b2); in GetButton_Bools() local
129 if (val != oldVal) in GetButton_Bools()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1667 String oldVal = (String) m_OutputProps.get(name); in setProp() local
1669 if (oldVal == null) in setProp()
1670 newVal = oldVal + ' ' + val; in setProp()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp476 deUint32 oldVal = rowAccess.getPixStencil(x, 0); in renderReference() local
477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp479 deUint32 oldVal = rowAccess.getPixStencil(x, 0); in renderReference() local
480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp190 const int oldVal = dst.getPixStencil(x, y); in renderTestPatternReference() local
191 const int newVal = (oldVal+1)&stencilMask; in renderTestPatternReference()
/external/icu/icu4c/source/test/intltest/
Dplurults.cpp1126 int32_t oldVal = uhash_puti(localeSet, new UnicodeString(locale), 1, &status); in testAvailbleLocales() local
1127 if (oldVal != 0) { in testAvailbleLocales()
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DCamera2BasicFragment.java439 public void onValueChange(NumberPicker picker, int oldVal, int newVal) { in onViewCreated()
/external/antlr/runtime/ObjC/Framework/
DLinkedList.m656 id oldVal = x.item;
658 return oldVal;
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp119 void map(Value oldVal, Value newVal) { mapping.map(oldVal, newVal); } in map()
/external/clang/lib/Sema/
DSemaLookup.cpp1993 bool oldVal; in LookupQualifiedName() member
1997 oldVal = ctx->setUseQualifiedLookup(); in LookupQualifiedName()
2000 Context->setUseQualifiedLookup(oldVal); in LookupQualifiedName()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2125 bool oldVal; in LookupQualifiedName() member
2129 oldVal = ctx->setUseQualifiedLookup(); in LookupQualifiedName()
2132 Context->setUseQualifiedLookup(oldVal); in LookupQualifiedName()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3032 const deUint32 oldVal = access.raw().getPixelUint(s, x, y).x(); in writeMaskedStencil() local
3033 const deUint32 newVal = (oldVal & ~writeMask) | (stencil & writeMask); in writeMaskedStencil()