Home
last modified time | relevance | path

Searched refs:clSamplerWrapper (Results 1 – 17 of 17) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DtypeWrappers.h223 class clSamplerWrapper {
225 clSamplerWrapper() { mMem = NULL; } in clSamplerWrapper() function
226 clSamplerWrapper(cl_sampler mem) { mMem = mem; } in clSamplerWrapper() function
227 ~clSamplerWrapper() in ~clSamplerWrapper()
232 clSamplerWrapper &operator=(const cl_sampler &rhs)
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D.cpp84clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_image_read()
Dtest_images_2D.cpp83clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_read()
421clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_write()
/external/OpenCL-CTS/test_conformance/api/
Dtest_clone_kernel.cpp113 clSamplerWrapper sampler; in test_image_arg_shallow_clone()
Dtest_queries.cpp171 clSamplerWrapper sampler; in test_sampler_params()
Dtest_api_min_max.cpp1250 clSamplerWrapper *samplers = new clSamplerWrapper[maxSamplers]; in test_min_max_samplers()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_image_param.cpp242clSamplerWrapper sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_… in test_image_param()
/external/OpenCL-CTS/test_conformance/spir/
Dkernelargs.h252 mutable clSamplerWrapper m_samplerObj;
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_kernel.cpp247 clSamplerWrapper sampler = clCreateSampler( in kernel_functions()
Dtest_other_data_types.cpp322 clSamplerWrapper sampler = clCreateSampler( in other_data_types()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_read_common.cpp279clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_read()
Dtest_images_write_common.cpp367clSamplerWrapper sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST, … in test_cl_image_write()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_read_1D.cpp222 clSamplerWrapper actualSampler; in test_read_image_1D()
Dtest_common.cpp166 clSamplerWrapper actualSampler; in test_read_image()
Dtest_read_1D_array.cpp268 clSamplerWrapper actualSampler; in test_read_image_1D_array()
Dtest_read_2D_array.cpp305 clSamplerWrapper actualSampler; in test_read_image_2D_array()
Dtest_iterations.cpp1200 clSamplerWrapper actualSampler; in test_read_image_2D()