Searched refs:CL_SAMPLER_CONTEXT (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | sampler.cpp | 76 case CL_SAMPLER_CONTEXT: in clGetSamplerInfo()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queries_compatibility.cpp | 41 error = clGetSamplerInfo( sampler, CL_SAMPLER_CONTEXT, sizeof( otherCtx ), &otherCtx, &size ); in test_get_sampler_info_compatibility()
|
D | test_queries.cpp | 157 error = clGetSamplerInfo( sampler, CL_SAMPLER_CONTEXT, sizeof( otherCtx ), &otherCtx, &size ); in test_get_sampler_info()
|
/external/mesa3d/include/CL/ |
D | cl.h | 671 #define CL_SAMPLER_CONTEXT 0x1151 macro
|
D | cl2.hpp | 1262 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
|
D | cl.hpp | 1419 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
|