/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/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 77 clCreateSampler;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 219 LoadFunction(clCreateSampler); in LoadOpenCLFunctions() 338 PFN_clCreateSampler clCreateSampler; in LoadOpenCLFunctions() 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_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_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_image_r8.cpp | 137 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
|
D | test_imagedim.cpp | 121 …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()
|
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_readimage3d.cpp | 168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
|
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_multireadimagemultifmt.cpp | 189 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
|
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_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/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 40 cl::clCreateSampler,
|
D | proc_table_cl_autogen.cpp | 93 {"clCreateSampler", P(::cl::clCreateSampler)}, in GetProcTable()
|
/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 | 115 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D()
|
D | test_read_1D_buffer.cpp | 104 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_1D_buffer()
|
D | test_iterations.cpp | 113 … actualSampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, &error ); in test_read_image_2D()
|
D | test_read_1D_array.cpp | 110 … 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()
|