/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | json_h_generator.py | 170 def beginFeature(self, interface, emit): argument 171 OutputGenerator.beginFeature(self, interface, emit) 176 if self.emit:
|
D | interfacedocgenerator.py | 32 def beginFeature(self, interface, emit): argument 34 OutputGenerator.beginFeature(self, interface, emit)
|
D | schema_generator.py | 145 def beginFeature(self, interface, emit): argument 146 OutputGenerator.beginFeature(self, interface, emit) 151 if self.emit:
|
D | reg.py | 326 self.emit = False 1457 if spirv.emit: 1520 if format.emit: 1594 fi.emit = (regEmitVersions.match(fi.name) is not None) 1596 if not fi.emit: 1659 ei.emit = (regEmitExtensions.match(extName) is not None) 1661 if not ei.emit: 1680 si.emit = (regEmitSpirv.match(key) is not None) 1685 si.emit = (regEmitSpirv.match(key) is not None) 1691 si.emit = (regEmitFormats.match(key) is not None) [all …]
|
D | cgenerator.py | 214 def beginFeature(self, interface, emit): argument 216 OutputGenerator.beginFeature(self, interface, emit) 239 if self.emit:
|
D | scriptgenerator.py | 139 def beginFeature(self, interface, emit): argument 141 OutputGenerator.beginFeature(self, interface, emit)
|
D | json_c_generator.py | 237 def beginFeature(self, interface, emit): argument 238 OutputGenerator.beginFeature(self, interface, emit) 243 if self.emit:
|
D | docgenerator.py | 162 def beginFeature(self, interface, emit): argument 164 OutputGenerator.beginFeature(self, interface, emit)
|
D | json_generator.py | 549 def beginFeature(self, interface, emit): argument 550 OutputGenerator.beginFeature(self, interface, emit) 555 if self.emit:
|
D | json_parser.py | 569 def beginFeature(self, interface, emit): argument 570 OutputGenerator.beginFeature(self, interface, emit) 575 if self.emit:
|
D | cerealgenerator.py | 783 def beginFeature(self, interface, emit): argument 785 OutputGenerator.beginFeature(self, interface, emit)
|
D | generator.py | 934 def beginFeature(self, interface, emit): argument 939 self.emit = emit
|
D | extensionmetadocgenerator.py | 638 def beginFeature(self, interface, emit): argument 640 OutputGenerator.beginFeature(self, interface, emit)
|
D | validitygenerator.py | 170 def beginFeature(self, interface, emit): argument 172 OutputGenerator.beginFeature(self, interface, emit)
|
/hardware/interfaces/scripts/ |
D | list_hal_vts.py | 36 def emit(self, record): member in CriticalHandler 37 super(CriticalHandler, self).emit(record)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/ |
D | extensionStubSource.py | 175 def beginFeature(self, interface, emit): argument 177 OutputGenerator.beginFeature(self, interface, emit) 186 if (self.emit and self.featurePointers):
|
/hardware/interfaces/tests/baz/1.0/ |
D | types.hal | 20 * Verify that introducing a typedef in types.hal does not mistakenly emit
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_cluster_culling_shader.adoc | 39 directly emit visible clusters to the following graphics pipeline. 43 In addition, a new built-in function is used to emit these variables from 227 // emit built-in output variables as a drawing command to subsequent
|
D | VK_NV_geometry_shader_passthrough.adoc | 72 primitive type and to explicitly emit them in the SPIR-V according to the
|
D | VK_NV_viewport_swizzle.adoc | 102 // Otherwise, emit a copy of the input primitive to the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | lunr.js | 3017 lunr.QueryLexer.prototype.emit = function (type) { method in lunr.QueryLexer 3085 lexer.emit(lunr.QueryLexer.FIELD) 3093 lexer.emit(lunr.QueryLexer.TERM) 3106 lexer.emit(lunr.QueryLexer.EDIT_DISTANCE) 3113 lexer.emit(lunr.QueryLexer.BOOST) 3119 lexer.emit(lunr.QueryLexer.TERM) 3157 lexer.emit(lunr.QueryLexer.TERM) 3165 lexer.emit(lunr.QueryLexer.TERM) 3174 lexer.emit(lunr.QueryLexer.PRESENCE) 3182 lexer.emit(lunr.QueryLexer.PRESENCE)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_HUAWEI_cluster_culling_shader.adoc | 26 …coarse level culling and level-of-detail selection, shader invocation can emit a set of built-in o… 116 * `maxOutputClusterCount` is the maximum number of output clusters that a single workgroup may emit.
|
D | VK_EXT_mesh_shader.adoc | 61 …up can emit is dynamic - there are limits to how much can be emitted, which is advertised by the i… 78 …pEmitMeshTasksEXT, which takes as input a number of mesh shader groups to emit, and a payload vari… 255 * `maxMeshOutputVertices` is the maximum number of vertices a mesh shader can emit. 256 * `maxMeshOutputPrimitives` is the maximum number of primitives a mesh shader can emit. 338 Mesh shaders declare the maximum number of vertex and primitives the shader will ever emit for the … 411 workgroup will emit upon completion. +
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | clusterculling.adoc | 11 A shader invocation can emit a set of built-in output variables via a new
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/ |
D | mesh.adoc | 35 The task shader can emit zero or more mesh workgroups to be generated. 71 If there is no task shader, the drawing commands emit the mesh shader
|