/third_party/mesa3d/src/compiler/glsl/ |
D | list.h | 682 #define exec_node_typed_forward(__node, __type) \ argument 685 #define exec_node_typed_backward(__node, __type) \ argument 688 #define foreach_in_list(__type, __inst, __list) \ argument 693 #define foreach_in_list_reverse(__type, __inst, __list) \ argument 702 #define foreach_in_list_safe(__type, __node, __list) … argument 708 #define foreach_in_list_reverse_safe(__type, __node, __list) … argument 714 #define foreach_in_list_use_after(__type, __inst, __list) \ argument 742 #define foreach_list_typed(__type, __node, __field, __list) \ argument 748 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument 753 #define foreach_list_typed_reverse(__type, __node, __field, __list) \ argument [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 396 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 403 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 419 #define foreach_inst_in_block(__type, __inst, __block) \ argument 422 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 429 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 432 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument 435 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument 440 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
|
/third_party/typescript/tests/cases/compiler/ |
D | symbolLinkDeclarationEmitModuleNames.ts | 15 readonly __type: T; property in BindingKey
|
D | symbolLinkDeclarationEmitModuleNamesRootDir.ts | 7 readonly __type: T; property in BindingKey
|
/third_party/libdrm/ |
D | util_double_list.h | 98 #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
|
D | libdrm_lists.h | 76 #define DRMLISTENTRY(__type, __item, __field) \ argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 31 #define LIST_FIRST_ENTRY(__type, __item, __field) \ argument
|
/third_party/mesa3d/src/util/ |
D | list.h | 170 #define LIST_ENTRY(__type, __item, __field) \ argument
|
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 83 private __type: string; property in Vm
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 907 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
|