HomeSort by relevance Sort by last modified time
    Searched full:cl_program_binary_type (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.hpp 66 cl_program_binary_type binary_type() const;
program.cpp 111 cl_program_binary_type
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 410 case CL_PROGRAM_BINARY_TYPE:
411 buf.as_scalar<cl_program_binary_type>() = prog.build(dev).binary_type();
  /external/mesa3d/include/CL/
cl.h 79 typedef cl_uint cl_program_binary_type; typedef
463 #define CL_PROGRAM_BINARY_TYPE 0x1184
465 /* cl_program_binary_type */
    [all...]

Completed in 697 milliseconds