Home
last modified time | relevance | path

Searched refs:CL_ADDRESS_CLAMP (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dtest_image_sampler.cpp53 sampler = compute::image_sampler(context, false, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR); in BOOST_AUTO_TEST_CASE()
57 cl_addressing_mode(CL_ADDRESS_CLAMP) in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/test/
H A Dtest_image_sampler.cpp53 sampler = compute::image_sampler(context, false, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR); in BOOST_AUTO_TEST_CASE()
57 cl_addressing_mode(CL_ADDRESS_CLAMP) in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/test/
H A Dtest_image_sampler.cpp53 sampler = compute::image_sampler(context, false, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR); in BOOST_AUTO_TEST_CASE()
57 cl_addressing_mode(CL_ADDRESS_CLAMP) in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/test/
H A Dtest_image_sampler.cpp53 sampler = compute::image_sampler(context, false, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR); in BOOST_AUTO_TEST_CASE()
57 cl_addressing_mode(CL_ADDRESS_CLAMP) in BOOST_AUTO_TEST_CASE()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_create_sampler_tests.inl22 CL_ADDRESS_CLAMP,
36 CL_ADDRESS_CLAMP,
H A Dcl_retain_release_sampler_tests.inl19 auto sampler = clCreateSampler(pContext, CL_TRUE, CL_ADDRESS_CLAMP,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sampler/
H A Dsampler_tests.cpp67 bool snapWaNeeded = addressingMode == CL_ADDRESS_CLAMP && filterMode == CL_FILTER_NEAREST; in TEST_P()
82 CL_ADDRESS_CLAMP,
H A Dsampler_set_arg_tests.cpp295 CL_ADDRESS_CLAMP, in HWTEST_F()
324 CL_ADDRESS_CLAMP, in HWTEST_F()
482 case CL_ADDRESS_CLAMP: in HWTEST_P()
520 CL_ADDRESS_CLAMP,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dsampler_helpers_tests.cpp15 EXPECT_EQ(CLK_ADDRESS_CLAMP, GetAddrModeEnum(CL_ADDRESS_CLAMP)); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dsampler_helpers.h37 case CL_ADDRESS_CLAMP: in GetAddrModeEnum()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sampler/
H A Dsampler.cpp95 SetOnce<uint32_t> addressingMode(CL_ADDRESS_CLAMP, CL_ADDRESS_NONE, CL_ADDRESS_MIRRORED_REPEAT); in create()
156 if (filterMode == CL_FILTER_NEAREST && addressingMode == CL_ADDRESS_CLAMP) { in getSnapWaValue()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dsampler.cpp58 addr_mode() == CL_ADDRESS_CLAMP ? PIPE_TEX_WRAP_CLAMP_TO_BORDER : in bind()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/image/
H A Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/image/
H A Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP,
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/image/
H A Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP,

1234