/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.cpp | 15 …sampler = clCreateSampler(context, sdata->normalized_coords, sdata->addressing_mode, sdata->filter… in create_sampler()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | sampler.cpp | 29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, in clCreateSampler() function
|
D | dispatch.cpp | 49 clCreateSampler,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 163 LoadFunction(clCreateSampler); in LoadOpenCLFunctions() 277 PFN_clCreateSampler clCreateSampler; variable
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_readimage_fp32.cpp | 126 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_fp32()
|
D | test_readimage_int16.cpp | 125 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_int16()
|
D | test_readimage3d_fp32.cpp | 117 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_fp32()
|
D | test_readimage3d_int16.cpp | 116 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_int16()
|
D | test_image_r8.cpp | 132 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
|
D | test_multireadimageonefmt.cpp | 150 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_one()
|
D | test_imagedim.cpp | 120 …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()
|
D | test_imagenpot.cpp | 153 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagenpot()
|
D | test_readimage3d.cpp | 168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
|
D | test_image_multipass.cpp | 289 …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()
|
D | test_multireadimagemultifmt.cpp | 184 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
|
D | test_readimage.cpp | 212 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage()
|
D | test_image_param.cpp | 242 …clSamplerWrapper sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_… in test_image_param()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queries_compatibility.cpp | 28 …clSamplerWrapper sampler = clCreateSampler( context, CL_TRUE, CL_ADDRESS_CLAMP, CL_FILTER_LINEAR, … in test_get_sampler_info_compatibility()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute_multipass.cpp | 118 …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/ |
D | test_read_1D.cpp | 122 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D()
|
D | test_iterations.cpp | 120 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_2D()
|
D | test_read_1D_buffer.cpp | 111 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_buffer()
|
D | test_read_1D_array.cpp | 117 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_array()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_3D.cpp | 84 …clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_image_read()
|
D | test_images_2D.cpp | 83 …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()
|