/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | translate_math.js | 8 const katex = require(process.argv[2]); 9 const fs = require("fs"); 10 const escapeRegex = require("escape-string-regexp"); 11 const he = require('he');
|
D | xml_consistency.py | 526 require = info.elem.get('require') 527 if require is not None and expected_require != require: 529 'got', require, 582 This may be due to an extension interaction not having the correct <require depends="">\n\
|
D | reg.py | 1091 def checkForCorrectionAliases(self, alias, require, tag): argument 1133 for require in interface.findall('require'): 1134 if matchAPIProfile(api, profile, require): 1143 required_key = require.get('depends') 1146 for typeElem in require.findall('type'): 1153 if not self.checkForCorrectionAliases(alias, require, 'type'): 1170 for enumElem in require.findall('enum'): 1176 if not self.checkForCorrectionAliases(alias, require, 'enum'): 1186 for cmdElem in require.findall('command'): 1189 if not self.checkForCorrectionAliases(alias, require, 'command'):
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | Android.bp | 38 // libgrpc++.so is installed as root, require root to access it. 66 // libgrpc++.so is installed as root, require root to access it.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_provoking_vertex.adoc | 49 Some implementations require it to be known when creating the pipeline, and 55 implementations can require that only one mode is used within a render pass 64 All of OpenGL, OpenGL ES, and Direct3D 11 require that vertices are written
|
D | VK_NV_external_memory_capabilities.adoc | 41 behavior of Vulkan and require specifying the image when allocating or 55 However, defining the handle type bits does very little and does not require
|
D | VK_KHR_ray_tracing_pipeline.adoc | 140 ** require pname:shaderGroupHandleSize to be 32 bytes 234 * require the shader binding table buffers to have the 329 We do wish to require all *implementations* to support it though, and thus 341 #extension GL_EXT_ray_tracing : require 367 ** require certain subgroup and sm_shader_builtin shader builtins to be 377 ** require code:RayTMaxKHR be volatile in intersection shaders 388 ** require VK_KHR_pipeline_library extension to be supported (#2348,!4135) 392 ** do not require raygen shader in pipeline libraries (!4185)
|
D | VK_KHR_separate_depth_stencil_layouts.adoc | 23 ename:VK_IMAGE_ASPECT_STENCIL_BIT aspect bits set, rather than require both.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mathtex-script-type.js | 3 module.exports = factory(require("katex")); 7 var a = typeof exports === 'object' ? factory(require("katex")) : factory(root["katex"]);
|
D | mathtex-script-type.min.js | 1 …e.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);el…
|
D | auto-render.min.js | 1 …orts=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeo…
|
/hardware/google/gfxstream/guest/mesa/ |
D | .dir-locals.el | 15 (require 'whitespace)
|
D | meson.build | 100 .require(with_shared_glapi, error_message : 'OpengGL ES 1.x requires shared-glapi') \ 104 .require(with_shared_glapi, error_message : 'OpengGL ES 2.x requires shared-glapi') \ 227 …warning('Turnip with the DRM KMD will require libdrm to always be present at runtime which may not… 286 error('ACO tests require Radv') 385 .require(system_has_kms_drm, error_message : 'GBM only supports DRM/KMS platforms') \ 390 ….require(with_platform_x11 and system_has_kms_drm, error_message : 'xlib-lease requires X11 and KM… 394 .require(host_machine.system() != 'darwin', error_message : 'EGL not supported on MacOS') \ 395 ….require(with_platform_windows or with_platform_haiku or with_dri or with_platform_android, error_… 396 .require(with_shared_glapi, error_message : 'EGL requires shared-glapi') \ 397 ….require(with_glx != 'xlib', error_message :'EGL requires DRI, but GLX is being built with xlib su… [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_extensions.py | 198 for require in extension.findall('./require'): 199 if not filter_api(require, api): 202 for t in require.findall('./' + thing):
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | build-index.js | 5 var lunr = require('lunr'),
|
/hardware/interfaces/rebootescrow/aidl/vts/functional/ |
D | README.md | 1 Many of the tests in this directory may require that TEE Keymaster
|
/hardware/interfaces/authsecret/1.0/ |
D | IAuthSecret.hal | 20 * the primary user's credential. For example, security hardware could require 23 * This HAL is optional so does not require an implementation on device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | copy_anyimage_to_imageany_single_sampled_common.adoc | 7 // require the image to be single sampled.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_LUNARG_direct_driver_loading.adoc | 24 * Some require an installer to be run. This necessitates an uninstaller, as well 26 * They may require elevated privileges to use, such as with an installer, or 38 b. Tedious to setup since they require the full path to the driver manifest 153 No, layers require significantly more information to be present for the loader 173 not intended and actively discouraged as hardware drivers require support by the
|
D | VK_EXT_surface_maintenance1.adoc | 21 * Switching between some present modes technically should not require 26 The implementation may require a different number of images, as reported in 35 `VK_KHR_win32_surface`) require the swapchain's extents to match the surface's.
|
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 11 pipelines can be used with render pass instances, and may subsequently require 37 application, or require pipeline objects to be generated just-in-time to 42 The current restrictions require there to be an exact match between the bound pipeline
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | registry.rnc | 238 # value and bitpos allow, and extnumber/offset/dir require: 355 # are related to them and also require external synchronization. 416 # <require> / <remove> contains features to require or remove in 418 # profile - only require/remove when generated profile matches 428 element require { 490 # In addition, <require> / <remove> tags also support an api attribute: 491 # api - only require/remove these features for the matching API. 512 element require { 674 # To make scripting easier, each <enable> has a require attribute to map 676 # extension attribute variations, there is no need for the require attribute [all …]
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | README | 10 repository, at version the drivers require :
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | Android.bp | 35 // libgrpc++.so is installed as root, require root to access it.
|
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | meson.build | 31 …# There are no assembly versions for 32-bit x86. Compiling the C versions require a different comp…
|