Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Djson_h_generator.py170 def beginFeature(self, interface, emit): argument
171 OutputGenerator.beginFeature(self, interface, emit)
176 if self.emit:
Dinterfacedocgenerator.py32 def beginFeature(self, interface, emit): argument
34 OutputGenerator.beginFeature(self, interface, emit)
Dschema_generator.py145 def beginFeature(self, interface, emit): argument
146 OutputGenerator.beginFeature(self, interface, emit)
151 if self.emit:
Dreg.py326 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 …]
Dcgenerator.py214 def beginFeature(self, interface, emit): argument
216 OutputGenerator.beginFeature(self, interface, emit)
239 if self.emit:
Dscriptgenerator.py139 def beginFeature(self, interface, emit): argument
141 OutputGenerator.beginFeature(self, interface, emit)
Djson_c_generator.py237 def beginFeature(self, interface, emit): argument
238 OutputGenerator.beginFeature(self, interface, emit)
243 if self.emit:
Ddocgenerator.py162 def beginFeature(self, interface, emit): argument
164 OutputGenerator.beginFeature(self, interface, emit)
Djson_generator.py549 def beginFeature(self, interface, emit): argument
550 OutputGenerator.beginFeature(self, interface, emit)
555 if self.emit:
Djson_parser.py569 def beginFeature(self, interface, emit): argument
570 OutputGenerator.beginFeature(self, interface, emit)
575 if self.emit:
Dcerealgenerator.py783 def beginFeature(self, interface, emit): argument
785 OutputGenerator.beginFeature(self, interface, emit)
Dgenerator.py934 def beginFeature(self, interface, emit): argument
939 self.emit = emit
Dextensionmetadocgenerator.py638 def beginFeature(self, interface, emit): argument
640 OutputGenerator.beginFeature(self, interface, emit)
Dvaliditygenerator.py170 def beginFeature(self, interface, emit): argument
172 OutputGenerator.beginFeature(self, interface, emit)
/hardware/interfaces/scripts/
Dlist_hal_vts.py36 def emit(self, record): member in CriticalHandler
37 super(CriticalHandler, self).emit(record)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DextensionStubSource.py175 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/
Dtypes.hal20 * Verify that introducing a typedef in types.hal does not mistakenly emit
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_HUAWEI_cluster_culling_shader.adoc39 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
DVK_NV_geometry_shader_passthrough.adoc72 primitive type and to explicitly emit them in the SPIR-V according to the
DVK_NV_viewport_swizzle.adoc102 // Otherwise, emit a copy of the input primitive to the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js3017 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/
DVK_HUAWEI_cluster_culling_shader.adoc26 …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.
DVK_EXT_mesh_shader.adoc61 …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/
Dclusterculling.adoc11 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/
Dmesh.adoc35 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

12