Home
last modified time | relevance | path

Searched refs:refVal (Results 1 - 10 of 10) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_size_binary.py193 for refVal, newVal in zip(refSize, newSize):
194 diff = newVal - refVal
196 diffRel.append((diff / refVal) * 100.0)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp134 ValueRef::set(Value *refVal) in set() argument
136 if (value == refVal) in set()
140 if (refVal) in set()
141 refVal->uses.insert(this); in set()
143 value = refVal; in set()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1650 const float refVal = *((const float*)ref + ndx); in compareComponents() local
1653 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents()
1661 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1664 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1674 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1677 if (refVal != resVal) in compareComponents()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexCompareVerifier.cpp348 const Vec4 refVal = select(Vec4(1.0f), Vec4(0.0f), cmpTrue);
350 const float v0 = bilinearInterpolate(refVal, x0, y0);
351 const float v1 = bilinearInterpolate(refVal, x1, y0);
352 const float v2 = bilinearInterpolate(refVal, x0, y1);
353 const float v3 = bilinearInterpolate(refVal, x1, y1);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1671 const float refVal = *((const float*)ref + ndx); in compareComponents() local
1674 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1682 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1685 if ((refVal != 0) != (resVal != 0)) in compareComponents()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1671 const float refVal = *((const float*)ref + ndx); in compareComponents() local
1674 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1682 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1685 if ((refVal != 0) != (resVal != 0)) in compareComponents()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp7101 const int refVal = clearVal + delta; in createExtendedDynamicStateTests() local
7102 if (refVal < kMinValI || refVal > kMaxValI) in createExtendedDynamicStateTests()
7105 const auto refValU8 = static_cast<deUint8>(refVal); in createExtendedDynamicStateTests()
7106 const auto refValU32 = static_cast<deUint32>(refVal); in createExtendedDynamicStateTests()
7241 + "_ref_" + de::toString(refVal) in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp8731 const int refVal = clearVal + delta; in createExtendedDynamicStateTests() local
8732 if (refVal < kMinValI || refVal > kMaxValI) in createExtendedDynamicStateTests()
8735 const auto refValU8 = static_cast<deUint8>(refVal); in createExtendedDynamicStateTests()
8736 const auto refValU32 = static_cast<deUint32>(refVal); in createExtendedDynamicStateTests()
8884 + "_ref_" + de::toString(refVal) in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp4016 const deUint64 refVal = 0xfffffffffffffffful; in checkResult() local
4019 if (results[index] != refVal) in checkResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp4002 const deUint64 refVal = 0xfffffffffffffffful; in checkResult() local
4005 if (results[index] != refVal) in checkResult()

Completed in 57 milliseconds