Home
last modified time | relevance | path

Searched refs:conventions (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/external/vulkan-validation-layers/scripts/
Dlvl_genvk.py115 conventions = VulkanConventions()
122 conventions = conventions,
146 conventions = conventions,
170 conventions = conventions,
194 conventions = conventions,
218 conventions = conventions,
243 conventions = conventions,
268 conventions = conventions,
291 conventions = conventions,
314 conventions = conventions,
[all …]
/external/angle/third_party/vulkan-headers/src/registry/
Dgenvk.py136 conventions = VulkanConventions()
148 conventions = conventions,
171 conventions = conventions,
188 conventions = conventions,
205 conventions = conventions,
222 conventions = conventions,
296 conventions = conventions,
335 conventions = conventions,
367 conventions = conventions,
393 conventions = conventions,
Dgenerator.py119 conventions=None, argument
166 self.conventions = conventions
331 if not self.genOpts.conventions.valid_flag_bit(bitpos):
424 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
561 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
563 self.conventions = genOpts.conventions
690 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
692 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
724 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
726 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
[all …]
/external/vulkan-headers/registry/
Dgenvk.py133 conventions = VulkanConventions()
145 conventions = conventions,
168 conventions = conventions,
185 conventions = conventions,
202 conventions = conventions,
219 conventions = conventions,
286 conventions = conventions,
325 conventions = conventions,
357 conventions = conventions,
383 conventions = conventions,
Dgenerator.py145 conventions=None, argument
157 self.conventions = conventions
404 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
536 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
538 self.conventions = genOpts.conventions
634 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
636 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
666 if self.genOpts.conventions.is_voidpointer_alias(elem.tag, text, tail):
668 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
723 if not self.conventions:
[all …]
Dcgenerator.py66 conventions = None, argument
94 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile,
196 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
/external/lz4/
DINSTALL9 LZ4's `Makefile` supports standard [Makefile conventions],
13 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRCallingConv.td9 // This describes the calling conventions for AVR architecture.
36 // The calling conventions are implemented in custom C++ code
/external/llvm/test/CodeGen/X86/
Dsse-intel-ocl.ll34 ;test calling conventions - input parameters
44 ;test calling conventions - preserved registers
72 ; test calling conventions - prolog and epilog
Davx512-intel-ocl.ll29 ;test calling conventions - input parameters
39 ;test calling conventions - preserved registers
63 ; test calling conventions - prolog and epilog
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsse-intel-ocl.ll34 ;test calling conventions - input parameters
44 ;test calling conventions - preserved registers
72 ; test calling conventions - prolog and epilog
/external/llvm/lib/Target/AVR/
DAVRCallingConv.td9 // This describes the calling conventions for AVR architecture.
36 // The calling conventions are implemented in custom C++ code
/external/tensorflow/tensorflow/python/autograph/
DSTYLE_GUIDE.md13 Naming conventions:
20 Below are AutoGraph-specific conventions. In the event of conflict,
21 it supercedes all previous conventions.
/external/deqp/external/openglcts/
DCONTRIBUTING.md14 - [Coding conventions](#coding-conventions)
82 Coding conventions
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=//
9 // This describes the calling conventions for the SystemZ ABI.
62 // z/Linux argument calling conventions
/external/autotest/server/site_tests/
DREADME7 naming conventions.
/external/autotest/client/site_tests/
DREADME7 naming conventions.
/external/python/cpython3/Doc/library/
Di18n.rst10 conventions.
/external/python/cpython2/Doc/library/
Di18n.rst11 conventions.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=//
9 // This describes the calling conventions for the SystemZ ABI.
62 // z/Linux argument calling conventions
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dcalling-conventions.3.2.ll4 ; calling-conventions.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
5 ; The test checks that LLVM does not silently misread calling conventions of
/external/llvm/test/Bitcode/
Dcalling-conventions.3.2.ll4 ; calling-conventions.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
5 ; The test checks that LLVM does not silently misread calling conventions of
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dnaked_functions.ll3 ; Check that naked functions don't get marked with fast calling conventions
/external/python/parse_type/
Dpytest.ini8 # * http://pytest.org/latest/example/pythoncollection.html#change-naming-conventions
/external/okhttp/
DCONTRIBUTING.md7 When submitting code, please make every effort to follow existing conventions

12345678910>>...16