Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h43 #define GPUVIS_ATTR_PRINTF( _x, _y ) __attribute__( ( __format__( __printf__, _x, _y ) ) ) argument
47 #define GPUVIS_ATTR_PRINTF( _x, _y ) argument
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp177 uint32_t _x = x; in allocationElementWrite() local
246 uint32_t _x = x; in allocationElementRead() local
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_platform.h535 #define CL_ALIGNED(_x) __attribute__ ((aligned(_x))) argument
541 #define CL_ALIGNED(_x) argument
544 #define CL_ALIGNED(_x) argument
1400 #define __CL_STRINGIFY( _x ) # _x argument
1401 #define _CL_STRINGIFY( _x ) __CL_STRINGIFY( _x ) argument