Searched refs:sampler_param_test (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_queries.cpp | 136 int sampler_param_test(cl_sampler sampler, cl_sampler_info param_name, in sampler_param_test() function 203 error = sampler_param_test(sampler, CL_SAMPLER_CONTEXT, context, "context"); in test_sampler_params() 206 error = sampler_param_test(sampler, CL_SAMPLER_ADDRESSING_MODE, in test_sampler_params() 211 error = sampler_param_test(sampler, CL_SAMPLER_FILTER_MODE, in test_sampler_params() 215 error = sampler_param_test(sampler, CL_SAMPLER_NORMALIZED_COORDS, in test_sampler_params()
|