Searched refs:clSamplerWrapper (Results 1 – 17 of 17) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.h | 223 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/ |
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()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_clone_kernel.cpp | 113 clSamplerWrapper sampler; in test_image_arg_shallow_clone()
|
D | test_queries.cpp | 171 clSamplerWrapper sampler; in test_sampler_params()
|
D | test_api_min_max.cpp | 1250 clSamplerWrapper *samplers = new clSamplerWrapper[maxSamplers]; in test_min_max_samplers()
|
/external/OpenCL-CTS/test_conformance/basic/ |
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/spir/ |
D | kernelargs.h | 252 mutable clSamplerWrapper m_samplerObj;
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_functions_kernel.cpp | 247 clSamplerWrapper sampler = clCreateSampler( in kernel_functions()
|
D | test_other_data_types.cpp | 322 clSamplerWrapper sampler = clCreateSampler( in other_data_types()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_read_common.cpp | 279 …clSamplerWrapper sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST,… in test_cl_image_read()
|
D | test_images_write_common.cpp | 367 …clSamplerWrapper 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/ |
D | test_read_1D.cpp | 222 clSamplerWrapper actualSampler; in test_read_image_1D()
|
D | test_common.cpp | 166 clSamplerWrapper actualSampler; in test_read_image()
|
D | test_read_1D_array.cpp | 268 clSamplerWrapper actualSampler; in test_read_image_1D_array()
|
D | test_read_2D_array.cpp | 305 clSamplerWrapper actualSampler; in test_read_image_2D_array()
|
D | test_iterations.cpp | 1200 clSamplerWrapper actualSampler; in test_read_image_2D()
|