Home
last modified time | relevance | path

Searched defs:__type (Results 1 – 10 of 10) 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/typescript/tests/cases/compiler/
DsymbolLinkDeclarationEmitModuleNames.ts15 readonly __type: T; property in BindingKey
DsymbolLinkDeclarationEmitModuleNamesRootDir.ts7 readonly __type: T; property in BindingKey
/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/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c31 #define LIST_FIRST_ENTRY(__type, __item, __field) \ argument
/third_party/mesa3d/src/util/
Dlist.h170 #define LIST_ENTRY(__type, __item, __field) \ argument
/third_party/jsframework/runtime/main/model/
Dindex.ts83 private __type: string; property in Vm
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h907 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument