Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h519 ASTCENC_SIMD_INLINE vint8 hmin(vint8 a) in hmin() function
835 ASTCENC_SIMD_INLINE vfloat8 hmin(vfloat8 a) in hmin() function
860 return hmin(a).lane<0>(); in hmin_s()
H A Dastcenc_vecmathlib_common_4.h253 return hmin(a).lane<0>(); in hmin_s()
H A Dastcenc_vecmathlib_neon_4.h560 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() function
793 ASTCENC_SIMD_INLINE vfloat4 hmin(vfloat4 a) in hmin() function
H A Dastcenc_pick_best_endpoint_format.cpp1418 vmask lanes_min_error = vbest_ep_error == hmin(vbest_ep_error);
1420 vbest_error_index = hmin(vbest_error_index);
H A Dastcenc_vecmathlib_sse_4.h599 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() function
851 ASTCENC_SIMD_INLINE vfloat4 hmin(vfloat4 a) in hmin() function
H A Dastcenc_vecmathlib_none_4.h617 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() function
882 ASTCENC_SIMD_INLINE vfloat4 hmin(vfloat4 a) in hmin() function
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp768 /** @brief Test vfloat4 hmin. */
769 TEST(vfloat4, hmin) in TEST()
772 vfloat4 r1 = hmin(a1); in TEST()
779 vfloat4 r2 = hmin(a2); in TEST()
1622 /** @brief Test vint4 hmin. */
1623 TEST(vint4, hmin) in TEST()
1626 vint4 r1 = hmin(a1); in TEST()
1633 vint4 r2 = hmin(a2); in TEST()
2501 /** @brief Test vfloat8 hmin. */
2502 TEST(vfloat8, hmin) in TEST()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1588 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
1600 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
1615 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
1627 IVec2(hmin, max), in generateBasic2DCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp936 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
948 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
963 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
975 IVec2(hmin, max), in generateBasic2DCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp948 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
960 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0))); in generateBasic2DCaseIterations()
975 const int hmin = divRoundToZero(min, 2); in generateBasic2DCaseIterations() local
987 IVec2(hmin, max), in generateBasic2DCaseIterations()

Completed in 27 milliseconds