HomeSort by: relevance | last modified time | path
    Searched refs:CL_CONTEXT_PROPERTIES (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
context.cpp 30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs,
62 clCreateContextFromType(const cl_context_properties *d_props,
132 case CL_CONTEXT_PROPERTIES:
133 buf.as_vector<cl_context_properties>() = desc(ctx.properties());
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
context.cpp 30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs,
62 clCreateContextFromType(const cl_context_properties *d_props,
132 case CL_CONTEXT_PROPERTIES:
133 buf.as_vector<cl_context_properties>() = desc(ctx.properties());
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl.h 69 typedef intptr_t cl_context_properties; typedef
423 #define CL_CONTEXT_PROPERTIES 0x1082
428 /* cl_context_properties */
912 clCreateContext(const cl_context_properties * properties,
923 clCreateContextFromType(const cl_context_properties * properties,
cl2.hpp 1179 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \
2606 cl_context_properties properties[3] = {
2607 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0
2610 cl_context_properties *properties = nullptr;
2656 cl_context_properties* properties = NULL,
2687 cl_context_properties* properties = NULL,
2717 cl_context_properties* properties = NULL,
2729 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2744 cl_context_properties platform_id = 0
    [all...]
cl.hpp 109 * cl_context_properties properties[] =
110 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
2514 cl_context_properties* properties = NULL,
2544 cl_context_properties* properties = NULL,
2574 cl_context_properties* properties = NULL,
2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2601 cl_context_properties platform_id = 0;
2627 platform_id = (cl_context_properties)platforms[i]()
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl.h 58 typedef intptr_t cl_context_properties; typedef
462 #define CL_CONTEXT_PROPERTIES 0x1082
467 /* cl_context_properties */
1008 clCreateContext(const cl_context_properties * properties,
1019 clCreateContextFromType(const cl_context_properties * properties,
cl2.hpp 1233 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \
2750 cl_context_properties properties[3] = {
2751 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0
2754 cl_context_properties *properties = nullptr;
2800 cl_context_properties* properties = NULL,
2831 cl_context_properties* properties = NULL,
2861 cl_context_properties* properties = NULL,
2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2888 cl_context_properties platform_id = 0
    [all...]
cl.hpp 109 * cl_context_properties properties[] =
110 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
2514 cl_context_properties* properties = NULL,
2544 cl_context_properties* properties = NULL,
2574 cl_context_properties* properties = NULL,
2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2601 cl_context_properties platform_id = 0;
2627 platform_id = (cl_context_properties)platforms[i]()
    [all...]

Completed in 19 milliseconds