/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/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/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/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 43 #define d3d12_pipeline_state_stream_new_desc(__stream, __maxstreamsz, __id, __type, __desc) \ argument 59 #define d3d12_gfx_pipeline_state_stream_new_desc(__stream, __id, __type, __desc) \ argument 62 #define d3d12_compute_pipeline_state_stream_new_desc(__stream, __id, __type, __desc) \ argument
|
D | dzn_private.h | 706 #define D3D12_PIPELINE_STATE_STREAM_DESC_SIZE(__type) \ argument
|
/third_party/mesa3d/src/util/ |
D | list.h | 190 #define list_entry(__item, __type, __field) \ argument
|
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 83 private __type: string; property in Vm
|
/third_party/libbpf/src/ |
D | bpf_helpers.h | 14 #define __type(name, val) typeof(val) *name macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 977 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 907 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 4476 { typedef _Unqualified __type; }; typedef 4480 { typedef volatile _Unqualified __type; }; typedef 4484 { typedef const _Unqualified __type; }; typedef 4488 { typedef const volatile _Unqualified __type; }; typedef 4498 typedef typename __match::__type __type; typedef in std::__match_cv_qualifiers 4504 { typedef _Tp __type; }; typedef 4508 { typedef unsigned char __type; }; typedef 4512 { typedef unsigned char __type; }; typedef 4516 { typedef unsigned short __type; }; typedef 4520 { typedef unsigned int __type; }; typedef [all …]
|