/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 519 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 D | astcenc_vecmathlib_common_4.h | 253 return hmin(a).lane<0>(); in hmin_s()
|
H A D | astcenc_vecmathlib_neon_4.h | 560 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() function 793 ASTCENC_SIMD_INLINE vfloat4 hmin(vfloat4 a) in hmin() function
|
H A D | astcenc_pick_best_endpoint_format.cpp | 1418 vmask lanes_min_error = vbest_ep_error == hmin(vbest_ep_error); 1420 vbest_error_index = hmin(vbest_error_index);
|
H A D | astcenc_vecmathlib_sse_4.h | 599 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() function 851 ASTCENC_SIMD_INLINE vfloat4 hmin(vfloat4 a) in hmin() function
|
H A D | astcenc_vecmathlib_none_4.h | 617 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 D | test_simd.cpp | 768 /** @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 D | es31fTextureGatherTests.cpp | 1588 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 D | vktShaderRenderTextureGatherTests.cpp | 936 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 D | vktShaderRenderTextureGatherTests.cpp | 948 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()
|