/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
program.cpp | 168 clGetProgramInfo(cl_program prog, cl_program_info param,
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
program.cpp | 168 clGetProgramInfo(cl_program prog, cl_program_info param,
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl.h | 76 typedef cl_uint cl_program_info; typedef 365 /* cl_program_info */ [all...] |
cl.hpp | 872 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 873 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 874 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \ 876 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \ 877 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \ 878 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ [all...] |
/external/mesa3d/include/CL/ |
cl.h | 76 typedef cl_uint cl_program_info; typedef 365 /* cl_program_info */ [all...] |
cl.hpp | 872 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 873 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 874 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 875 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<cl_device_id>) \ 876 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \ 877 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \ 878 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ [all...] |