Searched refs:CL_PROGRAM_REFERENCE_COUNT (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_build_helpers.cpp | 382 …error = clGetProgramInfo( program, CL_PROGRAM_REFERENCE_COUNT, sizeof( numInstances ), &numInstanc… in test_get_program_info() 402 error = clGetProgramInfo( program, CL_PROGRAM_REFERENCE_COUNT, 0, NULL, ¶mSize ); in test_get_program_info()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 413 case CL_PROGRAM_REFERENCE_COUNT: in clGetProgramInfo()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 2037 case CL_PROGRAM_REFERENCE_COUNT: in FromCLenum() 2071 return CL_PROGRAM_REFERENCE_COUNT; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 695 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
D | cl2.hpp | 1267 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
D | cl.hpp | 1424 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
/external/angle/include/CL/ |
D | cl.h | 697 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 697 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|