Searched refs:CL_PROGRAM_REFERENCE_COUNT (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A 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()
|
/aosp_15_r20/external/angle/src/common/ |
H A D | PackedCLEnums_autogen.cpp | 2096 case CL_PROGRAM_REFERENCE_COUNT: in FromCLenum() 2130 return CL_PROGRAM_REFERENCE_COUNT; in ToCLenum()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | program.rs | 50 CL_PROGRAM_REFERENCE_COUNT => cl_prop::<cl_uint>(Program::refcnt(*self)?), in query()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 484 case CL_PROGRAM_REFERENCE_COUNT: in clGetProgramInfo()
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.h | 704 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
H A D | opencl.hpp | 1273 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
H A D | cl.hpp | 1415 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 704 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 698 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 697 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
H A D | opencl.hpp | 1258 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl.h | 698 #define CL_PROGRAM_REFERENCE_COUNT 0x1160 macro
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 1391 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|