Home
last modified time | relevance | path

Searched defs:__type (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h308 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument
315 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument
331 #define foreach_inst_in_block(__type, __inst, __block) \ argument
334 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument
341 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument
344 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
347 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument
352 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
/external/mesa3d/src/compiler/glsl/
Dlist.h649 #define foreach_in_list(__type, __inst, __list) \ argument
654 #define foreach_in_list_reverse(__type, __inst, __list) \ argument
662 #define foreach_in_list_safe(__type, __node, __list) \ argument
668 #define foreach_in_list_reverse_safe(__type, __node, __list) \ argument
674 #define foreach_in_list_use_after(__type, __inst, __list) \ argument
695 #define foreach_list_typed(__type, __node, __field, __list) \ argument
701 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument
706 #define foreach_list_typed_reverse(__type, __node, __field, __list) \ argument
712 #define foreach_list_typed_safe(__type, __node, __field, __list) \ argument
721 #define foreach_list_typed_reverse_safe(__type, __node, __field, __list) \ argument
/external/libdrm/
Dutil_double_list.h98 #define LIST_ENTRY(__type, __item, __field) \ argument
101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \ argument
104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \ argument
Dlibdrm_lists.h76 #define DRMLISTENTRY(__type, __item, __field) \ argument
/external/libchrome/base/third_party/nspr/
Dprtime.h74 #define NSPR_API(__type) extern __type argument
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h103 #define LIST_ENTRY(__type, __item, __field) \ argument
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c31 #define LIST_FIRST_ENTRY(__type, __item, __field) \ argument
/external/mesa3d/src/util/
Dlist.h163 #define LIST_ENTRY(__type, __item, __field) \ argument
/external/u-boot/drivers/spi/
Dpic32_spi.c127 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc510 #define STREAM_EXECUTOR_CUDA_DEFINE_FFT(__type, __fft_type1, __fft_type2, \ argument
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc557 #define STREAM_EXECUTOR_ROCM_DEFINE_FFT(__type, __fft_type1, __fft_type2, \ argument
/external/clang/lib/Headers/
Dintrin.h800 #define __ptr_to_addr_space(__addr_space_nbr, __type, __offset) \ argument
/external/clang/test/CodeGenCXX/
Dmangle.cpp190 typedef T __type; typedef
238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef