Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp125 V_CONV_DENORM_SMALLER, // used e.g. when converting fp16 denorm to fp32 enumerator
435 vm[V_CONV_DENORM_SMALLER] = vm[V_ZERO]; in TypeValues()
492 vm[V_CONV_DENORM_SMALLER] = exactByteEquivalent<deUint32>(0x387c0000); // fp16 denorm in TypeValues()
548 …vm[V_CONV_DENORM_SMALLER] = exactByteEquivalent<deUint64>(0x3f0f800000000000); // 0x03f0 is fp16 … in TypeValues()
1901 createUnaryTestCases(testCases, O_CONV_FROM_FP32, V_CONV_DENORM_SMALLER, V_ZERO); in build()
1922 …lf_denorm_preserve", B_DENORM_PERSERVE, O_UPH_DENORM, V_UNUSED, V_UNUSED, V_CONV_DENORM_SMALLER)); in build()
1925 …createUnaryTestCases(testCases, O_CONV_FROM_FP16, V_CONV_DENORM_SMALLER, V_ZERO_OR_FP16_DENORM_TO_… in build()
1940 …createUnaryTestCases(testCases, O_CONV_FROM_FP16, V_CONV_DENORM_SMALLER, V_ZERO_OR_FP16_DENORM_TO_… in build()
2088 return isZeroOrOtherValue<TYPE, FLOAT_TYPE>(returnedFloat, V_CONV_DENORM_SMALLER, log); in compareBytes()