Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 122) sorted by relevance

12345

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
DREADME.adoc17 * build-index.js - build a JSON search index from generate-index.rb output
21 * generate-index.rb - generate an index of the HTML documents
Dgenerate-index.rb60 puts JSON.generate(data)
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp46 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
82 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
119 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
150 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
194 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
246 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
295 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
352 std::generate(dataIn.begin(), dataIn.end(), in TEST_P()
399 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return (float)val++; }); in TEST_P()
470 std::generate(dataIn.begin(), dataIn.end(), [](){ static uint32_t val = 0; return val++; }); in TEST_P()
/hardware/interfaces/tv/input/1.0/
Dtypes.hal77 * from a HDMI port, it does not generate DEVICE_AVAILABLE and/or
79 * tuner into the Android device, it must generate a DEVICE_AVAILABLE event
80 * and when the port is removed, it must generate a DEVICE_UNAVAILABLE
95 * HAL implementation must generate this event when a device registered
112 * HAL implementation must generate this event when the available stream
120 * disconnected, so the implementation can generate this event with no
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DREADME.adoc13 * `genvk.py` - Python script to generate Vulkan headers and some other
27 ** `pygenerator.py, `rubygenerator.py`, `scriptgenerator.py` - generate
38 * `extdependency.py` - generate extension dependencies for use when
46 * `indexExt.py` - generate HTML index of all extensions for inclusion into
66 copy CSS and images required by the input specs, so it is best to generate
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME3 The emugen tool is a tool to generate a wire protocol implementation
8 generate an wrapper library. The wrapper library provides entry points
158 In order to generate the encoder files, one should run the ‘emugen’
164 <encoder directory> - a directory name to generate the encoder output files
198 In order to generate the decoder files, one should run the ‘emugen’
203 <decoder directory> - a directory name to generate the decoder output files
206 With resepct to the example above, Emugen will generate the following
226 In order to generate a wrapper library files, one should run the
232 <wrapper directory> - a directory name to generate the wrapper output files
235 With resepct to the example above, Emugen will generate the following
/hardware/interfaces/wifi/supplicant/1.4/
Dtypes.hal48 * Failure to generate a DPP URI.
54 * DppCurve: Elliptic curve cryptography type used to generate DPP
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_module_identifier.adoc23 Some applications generate SPIR-V code at runtime.
26 caches, having to re-generate SPIR-V modules is redundant.
DVK_NV_device_generated_commands_compute.adoc23 This extension allows the device to generate commands for binding compute
DVK_EXT_shader_stencil_export.adoc27 generate the stencil reference value per invocation.
DVK_KHR_sampler_mirror_clamp_to_edge.adoc25 This new mode relaxes the need to generate images whose opposite edges match
26 by using the original image to generate a matching "`mirror image`".
DVK_AMD_draw_indirect_count.adoc26 This enables applications to generate an arbitrary number of drawing
DVK_EXT_device_fault.adoc32 faults which may have caused device loss, and to generate binary crash
DVK_NV_mesh_shader.adoc25 This extension provides a new mechanism allowing applications to generate
32 generate these collections to be processed by fixed-function primitive
DVK_KHR_draw_indirect_count.adoc32 This enables the application to generate an arbitrary number of drawing
/hardware/google/aemu/base/include/aemu/base/
DUuid.h44 static Uuid generate();
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/sc_static/
Dpromoted_extensions_VK_VERSION_1_1.adoc7 // The Vulkan SC spec build will not generate that file since none of the
Dpromoted_extensions_VK_VERSION_1_2.adoc7 // The Vulkan SC spec build will not generate that file since none of the
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/
DREADME.md10 Defines a library `FakeVehicleHalValueGenerators` that could generate fake
/hardware/google/gfxstream/guest/magma/
Dmeson.build43 pkg.generate(lib_magma_enc,
/hardware/google/gfxstream/
DREADME.md44 To re-generate both guest and Vulkan code, please run:
46 scripts/generate-gfxstream-vulkan.sh
52 scripts/generate-apigen-source.sh
/hardware/interfaces/drm/1.4/
Dtypes.hal87 * Failed to generate a release request because a field in the stored
139 * Failed to generate a secure stop request because a field in the stored
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc21 This is the Vulkan XML API Registry. It is used to generate the canonical
37 ** This uses `vk.xml` to generate asciidoc includes and other intermediate
69 The `validate` and `install` targets described above also generate the
149 Do not generate vulkan_ext.[ch] from the `install` target. Add a new
/hardware/interfaces/confirmationui/1.0/
Dtypes.hal86 * to generate this confirmation token.
95 * used to generate the confirmation token.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_module_identifier.adoc85 This allows a driver to generate the same internal PSO key that it would generate if we passed in a…
108 It is plausible that applications might want to generate their own keys instead of using driver-gen…
109 For this to be useful, an application will need to generate a key which depends
137 For scenarios where the implementation may generate code later, we require that any pipeline librar…

12345