Searched refs:__declspec (Results 1 - 25 of 135) sorted by path

123456

/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglut.h99 # define GLUTAPI __declspec(dllexport)
101 # define GLUTAPI __declspec(dllimport)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutwin32.h59 #define WINMMAPI __declspec(dllimport)
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp250 #define CL_WEAK_ATTRIB_PREFIX __declspec(selectany)
H A Dcl2.hpp527 # define CL_HPP_DEFINE_STATIC_MEMBER_ __declspec(selectany)
H A Dcl_platform.h116 #define CL_EXT_PREFIX__VERSION_1_0_DEPRECATED __declspec(deprecated)
124 #define CL_EXT_PREFIX__VERSION_1_1_DEPRECATED __declspec(deprecated)
132 #define CL_EXT_PREFIX__VERSION_1_2_DEPRECATED __declspec(deprecated)
140 #define CL_EXT_PREFIX__VERSION_2_0_DEPRECATED __declspec(deprecated)
148 #define CL_EXT_PREFIX__VERSION_2_1_DEPRECATED __declspec(deprecated)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h45 # define GLAPI __declspec(dllexport)
47 # define GLAPI __declspec(dllimport)
/xsrc/external/mit/MesaLib.old/dist/include/KHR/
H A Dkhrplatform.h101 # define KHRONOS_APICALL __declspec(dllimport)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h20 #define DBHLP_DEPRECIATED __declspec(deprecated)
H A Du_threaded_context.h317 #define ALIGN16 __declspec(align(16))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h33 #define SWR_VISIBLE __declspec(dllexport)
50 #define OSALIGN(RWORD, WIDTH) __declspec(align(WIDTH)) RWORD
150 #define __declspec(x) __declspec_##x macro
160 #define __declspec(X) macro
H A Dsimdlib_types.hpp44 #define SIMDALIGN(type_, align_) __declspec(align(align_)) type_
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drasterizer_impl.h540 __declspec(thread) volatile uint64_t gToss;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_compiler.h140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h925 # define GTEST_API_ __declspec(dllimport)
927 # define GTEST_API_ __declspec(dllexport)
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.h60 # define _GLAPI_EXPORT __declspec(dllexport)
62 # define _GLAPI_EXPORT __declspec(dllimport)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_debug_util.h310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h177 # define NORETURN __declspec(noreturn)
225 # define PUBLIC __declspec(dllexport)
H A Dralloc.c56 __declspec(align(8))
560 __declspec(align(8))
H A Du_debug.h161 __declspec(noreturn)
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp250 #define CL_WEAK_ATTRIB_PREFIX __declspec(selectany)
H A Dcl2.hpp551 # define CL_HPP_DEFINE_STATIC_MEMBER_ __declspec(selectany)
H A Dcl_platform.h68 #define CL_EXT_PREFIX_DEPRECATED __declspec(deprecated)
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h40 # define GLAPI __declspec(dllexport)
/xsrc/external/mit/MesaLib/dist/include/KHR/
H A Dkhrplatform.h107 # define KHRONOS_APICALL __declspec(dllimport)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h20 #define DBHLP_DEPRECIATED __declspec(deprecated)

Completed in 113 milliseconds

123456