Home
last modified time | relevance | path

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

12

/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/angle/src/libOpenCL/
DlibOpenCL_autogen.map77 clCreateSampler;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc219 LoadFunction(clCreateSampler); in LoadOpenCLFunctions()
338 PFN_clCreateSampler clCreateSampler; in LoadOpenCLFunctions() 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_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_readimage_int16.cpp125 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_int16()
Dtest_image_r8.cpp137 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
Dtest_imagedim.cpp121 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_pow2()
332 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_non_pow2()
Dtest_multireadimageonefmt.cpp150 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_one()
Dtest_readimage3d.cpp168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
Dtest_imagenpot.cpp153 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagenpot()
Dtest_multireadimagemultifmt.cpp189 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
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_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/angle/src/libGLESv2/
Dcl_dispatch_table.cpp40 cl::clCreateSampler,
Dproc_table_cl_autogen.cpp93 {"clCreateSampler", P(::cl::clCreateSampler)}, in GetProcTable()
/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.cpp115 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D()
Dtest_read_1D_buffer.cpp104 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_buffer()
Dtest_iterations.cpp113 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_2D()
Dtest_read_1D_array.cpp110 … 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()

12