Home
last modified time | relevance | path

Searched defs:ExpectedValue (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/
H A DGmmResourceULT.h474 void VerifyResourceHAlign(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceHAlign()
489 void VerifyResourceVAlign(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceVAlign()
505 void VerifyResourcePitch(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourcePitch()
521 void VerifyResourcePitchInTiles(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourcePitchInTiles()
536 void VerifyResourceSize(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceSize()
551 void VerifyResourceAuxCCSize(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceAuxCCSize()
566 void VerifyResourceQPitch(GMM_RESOURCE_INFO *ResourceInfo, uint64_t ExpectedValue) in VerifyResourceQPitch()
581 void VerifyResourceTile4(GMM_RESOURCE_INFO *ResourceInfo, bool ExpectedValue) in VerifyResourceTile4()
H A DGmmGen9ResourceULT.h120 void VerifyResourceMipTailStartLod(GMM_RESOURCE_INFO *ResourceInfo, uint32_t ExpectedValue) in VerifyResourceMipTailStartLod()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp68 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleSwitchExpect() local
102 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef() local
284 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleBrSelExpect() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dtest_atomics.cpp74 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestStore
196 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestInit
355 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestLoad
1102 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchAdd
1229 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchSub
1371 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchOr
1512 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchXor
1657 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchAnd
1833 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchOrAnd
2013 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function in CBasicTestFetchXor2
[all …]
H A Dcommon.h165 virtual bool ExpectedValue(HostDataType &expected, cl_uint threadCount, in ExpectedValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp90 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleSwitchExpect() local
124 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef() local
326 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleBrSelExpect() local
H A DLoopStrengthReduce.cpp3533 llvm::Value *ExpectedValue = U; in CollectLoopInvariantFixupsAndFormulae() local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dfunctions.inl12 T ExpectedValue,
23 tvec2<T, P> const& ExpectedValue,
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dfunctions.inl12 T ExpectedValue,
23 tvec2<T, P> const& ExpectedValue,
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp66 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleSwitchExpect() local
118 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in handleBranchExpect() local
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java88 private static class ExpectedValue { class in ExifInterfaceTest
131 public ExpectedValue(TypedArray typedArray) { in ExpectedValue() method in ExifInterfaceTest.ExpectedValue
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DExifInterfaceTest.java126 private static class ExpectedValue { class in ExifInterfaceTest
184 public ExpectedValue(TypedArray typedArray) { in ExpectedValue() method in ExifInterfaceTest.ExpectedValue
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp124 auto ExpectedValue = Modules->getFileName(Off); in setValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp125 auto ExpectedValue = Modules->getFileName(Off); in setValue() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp709 Value *ExpectedValue = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8575 bool IsReversible, bool IsSigned) -> bool { in optimizeCompareInstr()
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudformation/src/main/resources/codegen-resources/
H A Dservice-2.json4960 "ExpectedValue":{ object
/aosp_15_r20/external/aws-sdk-java-v2/services/glue/src/main/resources/codegen-resources/
H A Dservice-2.json8430 "ExpectedValue":{ object