Home
last modified time | relevance | path

Searched refs:clCreateSampler (Results 1 – 25 of 39) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_common.cpp15 …sampler = clCreateSampler(context, sdata->normalized_coords, sdata->addressing_mode, sdata->filter… in create_sampler()
/external/mesa3d/src/gallium/frontends/clover/api/
Dsampler.cpp29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, in clCreateSampler() function
Ddispatch.cpp49 clCreateSampler,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc163 LoadFunction(clCreateSampler); in LoadOpenCLFunctions()
277 PFN_clCreateSampler clCreateSampler; variable
/external/OpenCL-CTS/test_conformance/basic/
Dtest_readimage_fp32.cpp126 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_fp32()
Dtest_readimage_int16.cpp125 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_int16()
Dtest_readimage3d_fp32.cpp117 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_fp32()
Dtest_readimage3d_int16.cpp116 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_int16()
Dtest_image_r8.cpp132 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
Dtest_multireadimageonefmt.cpp150 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_one()
Dtest_imagedim.cpp120 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_pow2()
326 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_non_pow2()
Dtest_imagenpot.cpp153 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagenpot()
Dtest_readimage3d.cpp168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
Dtest_image_multipass.cpp289 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_multipass_integer_coord()
530 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_multipass_float_coord()
Dtest_multireadimagemultifmt.cpp184 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
Dtest_readimage.cpp212 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage()
Dtest_image_param.cpp242 …clSamplerWrapper sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_… in test_image_param()
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries_compatibility.cpp28 …clSamplerWrapper sampler = clCreateSampler( context, CL_TRUE, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR, … in test_get_sampler_info_compatibility()
/external/OpenCL-CTS/test_conformance/profiling/
Dexecute_multipass.cpp118 …cl_sampler sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARE… in run_kernel()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_1D.cpp122 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D()
Dtest_iterations.cpp120 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_2D()
Dtest_read_1D_buffer.cpp111 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_buffer()
Dtest_read_1D_array.cpp117 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_array()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D.cpp84 …clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_image_read()
Dtest_images_2D.cpp83 …clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_read()
421 …clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_write()

12