Home
last modified time | relevance | path

Searched defs:vint4 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dsimd.h248 class vint4; variable
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dsimd.h248 class vint4; variable
/dports/graphics/embree/embree-3.13.2/common/math/
H A Dvec3fa.h46 __forceinline explicit operator const vint4() const { return vint4(_mm_cvtps_epi32(m128)); } in vint4() function
412 __forceinline explicit operator const vint4() const { return vint4(_mm_cvtps_epi32(m128)); } in vint4() function
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dsimd_test.cpp1928 benchmark("null benchmark 4", [](const vint4&) { return int(0); }, dummy4); in main()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dsimd_test.cpp1928 benchmark("null benchmark 4", [](const vint4&) { return int(0); }, dummy4); in main()