Searched refs:sampler_param_test (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queries.cpp | 135 int sampler_param_test(cl_sampler sampler, cl_sampler_info param_name, in sampler_param_test() function 202 error = sampler_param_test(sampler, CL_SAMPLER_CONTEXT, context, "context"); in test_sampler_params() 205 error = sampler_param_test(sampler, CL_SAMPLER_ADDRESSING_MODE, in test_sampler_params() 210 error = sampler_param_test(sampler, CL_SAMPLER_FILTER_MODE, in test_sampler_params() 214 error = sampler_param_test(sampler, CL_SAMPLER_NORMALIZED_COORDS, in test_sampler_params()
|