Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 189) sorted by relevance

12345678

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtranslate_math.js8 const katex = require(process.argv[2]);
9 const fs = require("fs");
10 const escapeRegex = require("escape-string-regexp");
11 const he = require('he');
Dxml_consistency.py526 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\
Dreg.py1091 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/
DAndroid.bp38 // 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/
DVK_EXT_provoking_vertex.adoc49 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
DVK_NV_external_memory_capabilities.adoc41 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
DVK_KHR_ray_tracing_pipeline.adoc140 ** 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)
DVK_KHR_separate_depth_stencil_layouts.adoc23 ename:VK_IMAGE_ASPECT_STENCIL_BIT aspect bits set, rather than require both.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmathtex-script-type.js3 module.exports = factory(require("katex"));
7 var a = typeof exports === 'object' ? factory(require("katex")) : factory(root["katex"]);
Dmathtex-script-type.min.js1 …e.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);el…
Dauto-render.min.js1 …orts=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeo…
/hardware/google/gfxstream/guest/mesa/
D.dir-locals.el15 (require 'whitespace)
Dmeson.build100 .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/
Dvk_extensions.py198 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/
Dbuild-index.js5 var lunr = require('lunr'),
/hardware/interfaces/rebootescrow/aidl/vts/functional/
DREADME.md1 Many of the tests in this directory may require that TEE Keymaster
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal20 * 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/
Dcopy_anyimage_to_imageany_single_sampled_common.adoc7 // require the image to be single sampled.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_LUNARG_direct_driver_loading.adoc24 * 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
DVK_EXT_surface_maintenance1.adoc21 * 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.
DVK_EXT_dynamic_rendering_unused_attachments.adoc11 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/
Dregistry.rnc238 # 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/
DREADME10 repository, at version the drivers require :
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DAndroid.bp35 // libgrpc++.so is installed as root, require root to access it.
/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dmeson.build31 …# There are no assembly versions for 32-bit x86. Compiling the C versions require a different comp…

12345678