Searched refs:refVal (Results 1 - 10 of 10) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_size_binary.py | 193 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 D | nv50_ir.cpp | 134 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 D | es31fSSBOLayoutCase.cpp | 1650 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 D | tcuTexCompareVerifier.cpp | 348 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 D | vktSSBOLayoutCase.cpp | 1671 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 D | vktSSBOLayoutCase.cpp | 1671 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 D | vktPipelineExtendedDynamicStateTests.cpp | 7101 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 D | vktPipelineExtendedDynamicStateTests.cpp | 8731 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 D | vktQueryPoolStatisticsTests.cpp | 4016 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 D | vktQueryPoolStatisticsTests.cpp | 4002 const deUint64 refVal = 0xfffffffffffffffful; in checkResult() local 4005 if (results[index] != refVal) in checkResult()
|
Completed in 57 milliseconds