Home
last modified time | relevance | path

Searched refs:maxRes (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp655 const int maxRes = int(roundEven(in0+eps)); in compare() local
658 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
671 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1107 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1110 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1123 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1215 const int maxRes = int(in0+eps); in compare()
1218 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1231 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1343 const int maxRes in compare() local
1441 const int maxRes = int(deFloatCeil(in0+eps)); compare() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp730 const int maxRes = int(roundEven(in0+eps)); in compare() local
733 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
746 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1187 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1190 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1203 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1295 const int maxRes = int(in0+eps); in compare()
1298 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1311 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
1423 const int maxRes in compare() local
1521 const int maxRes = int(deFloatCeil(in0+eps)); compare() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp401 D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC &maxRes, in d3d12_has_video_encode_support()
456 d3d12_video_encode_max_supported_resolution(codecDesc, maxRes, spD3D12VideoDevice.Get()); in d3d12_has_video_encode_support()
458 maxRes, in d3d12_has_video_encode_support()
398 d3d12_has_video_encode_support(struct pipe_screen *pscreen, enum pipe_video_profile profile, uint32_t &maxLvlSpec, D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC &maxRes, uint32_t &maxSlices, uint32_t &supportedSliceStructures, uint32_t &maxReferencesPerFrame) d3d12_has_video_encode_support() argument
/third_party/backends/backend/
H A Dhp5400_sane.c1026 SANE_Word maxRes = setResolutions[setResolutions[0]]; in sane_control_option() local
1027 if (dpiValue > maxRes) in sane_control_option()
1029 dpiValue = maxRes; in sane_control_option()
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c229 int32_t mixBits, mixRes, maxRes ; in EncodeStereo() local
274 maxRes = kMaxRes ; in EncodeStereo()
284 for (mixRes = 0 ; mixRes <= maxRes ; mixRes++) in EncodeStereo()
393 minBits = minBits1 + minBits2 + (8 /* mixRes/maxRes/etc. */ * 8) + ((partialFrame == true) ? 32 : 0) ; in EncodeStereo()
640 minBits = minBits1 + minBits2 + (8 /* mixRes/maxRes/etc. */ * 8) + ((partialFrame == true) ? 32 : 0) ; in EncodeStereoFast()
857 // - first, add bits for the header bytes mixRes/maxRes/shiftU/filterU in EncodeMono()
858 minBits += (4 /* mixRes/maxRes/etc. */ * 8) + ((partialFrame == true) ? 32 : 0) ; in EncodeMono()

Completed in 19 milliseconds