Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlist.h682 #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/
Dbrw_cfg.h396 #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/
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
/third_party/typescript/tests/cases/compiler/
DsymbolLinkDeclarationEmitModuleNames.ts15 readonly __type: T; property in BindingKey
DsymbolLinkDeclarationEmitModuleNamesRootDir.ts7 readonly __type: T; property in BindingKey
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_pipeline.c43 #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
Ddzn_private.h706 #define D3D12_PIPELINE_STATE_STREAM_DESC_SIZE(__type) \ argument
/third_party/mesa3d/src/util/
Dlist.h190 #define list_entry(__item, __type, __field) \ argument
/third_party/jsframework/runtime/main/model/
Dindex.ts83 private __type: string; property in Vm
/third_party/libbpf/src/
Dbpf_helpers.h14 #define __type(name, val) typeof(val) *name macro
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h977 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
/third_party/libdrm/include/drm/
Ddrm_fourcc.h907 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4476 { 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 …]