Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 59) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dvalidity.py63 parts = ['*']
68 parts.append('[[{}]]'.format(
70 parts.append(msg)
71 combined = _fix_a_vs_an(' '.join(parts))
174 self.parts = []
184 if not self.parts and not _STARTS_WITH_MACRO_RE.match(part):
185 self.parts.append(part[:1].upper())
186 self.parts.append(part[1:])
188 self.parts.append(part)
196 self.parts = [temp[:-n]]
[all …]
Dattributes.py20 parts = []
26 parts.append('member of')
28 parts.append('each element of')
29 parts.append('the')
30 parts.append(name)
31 parts.append('parameter')
32 return ' '.join(parts)
Dconventions.py202 parts = [quantifier, prose]
206 parts.append(' are')
208 parts.append(' is')
209 return ''.join(parts)
/hardware/google/gfxstream/guest/mesa/src/util/
Dmesa_cache_db_multipart.c26 db->parts = calloc(db->num_parts, sizeof(*db->parts)); in mesa_cache_db_multipart_open()
27 if (!db->parts) in mesa_cache_db_multipart_open()
42 db_opened = mesa_cache_db_open(&db->parts[i], part_path); in mesa_cache_db_multipart_open()
58 mesa_cache_db_close(&db->parts[i]); in mesa_cache_db_multipart_open()
60 free(db->parts); in mesa_cache_db_multipart_open()
70 mesa_cache_db_close(&db->parts[db->num_parts]); in mesa_cache_db_multipart_close()
72 free(db->parts); in mesa_cache_db_multipart_close()
80 mesa_cache_db_set_size_limit(&db->parts[i], in mesa_cache_db_multipart_set_size_limit()
94 void *cache_item = mesa_cache_db_read_entry(&db->parts[part], in mesa_cache_db_multipart_read_entry()
113 score = mesa_cache_db_eviction_score(&db->parts[i]); in mesa_cache_db_multipart_select_victim_part()
[all …]
Dmesa_cache_db_multipart.h13 struct mesa_cache_db *parts; member
/hardware/google/gfxstream/guest/mesa/bin/
Drefcnt-log-helper.py54 parts = line.split(' ')
56 cur_object = parts[1]
57 if parts[3].strip() == 'Destroy':
61 if parts[3].strip() == 'Create':
62 if (not args.filter) or (args.filter in parts[0]):
/hardware/google/aemu/base/include/aemu/base/testing/
DTestTempDir.h91 auto parts = PathUtils::decompose(temp_dir); in TestTempDir() local
92 mPath = PathUtils::recompose(parts); in TestTempDir()
97 auto parts = PathUtils::decompose(temp_dir); in TestTempDir() local
98 mPath = PathUtils::recompose(parts); in TestTempDir()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_spirv_1_4.adoc33 `OpExtension` opcode, since they are integral parts of SPIR-V 1.4.
69 While we could expose the parts of a new SPIR-V version that do not need
71 specific to each version for the remaining parts.
73 In addition, making it clear which parts of a future version are supported
DVK_EXT_graphics_pipeline_library.adoc29 This extension allows the separate compilation of four distinct parts of
DVK_GOOGLE_surfaceless_query.adoc41 ** Precisions to which parts of the query responses are defined when
DVK_EXT_opacity_micromap.adoc26 to allow the ray through specific parts of the geometry.
34 by the implementation to mark parts of triangles as opaque or transparent.
DVK_KHR_fragment_shading_rate.adoc52 of detail are needed in some parts of a scene compared to others.
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h65 std::vector<std::string> parts( in split()
68 return parts; in split()
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp105 auto parts = Util::split(nextEnroll, ":"); in enrollImpl() local
106 if (parts.size() != 3) { in enrollImpl()
111 auto enrollmentId = std::stoi(parts[0]); in enrollImpl()
112 auto progress = Util::parseEnrollmentCapture(parts[1]); in enrollImpl()
138 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in enrollImpl()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dulp.inl35 } parts; member
42 (ix0) = ew_u.parts.msw; \
43 (ix1) = ew_u.parts.lsw; \
63 iw_u.parts.msw = (ix0); \
64 iw_u.parts.lsw = (ix1); \
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp146 auto parts = Util::split(nextEnroll, ":"); in onEnrollFingerDown() local
147 if (parts.size() != 3) { in onEnrollFingerDown()
152 auto enrollmentId = std::stoi(parts[0]); in onEnrollFingerDown()
153 auto progress = Util::parseEnrollmentCapture(parts[1]); in onEnrollFingerDown()
172 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in onEnrollFingerDown()
/hardware/interfaces/scripts/
Dlist_hal_vts.py66 package = 'android.hardware.' + ('.'.join(pathlib.Path(mo.group('path')).parts))
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc51 * `rouge-extend-css.rb` - override parts of the 'rouge' highlighter CSS
Dcopyright-spec.adoc77 Some parts of this Specification are purely informative and so are EXCLUDED
79 the <<introduction>> defines how these parts of the Specification are
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_protected_access.adoc151 The linked pipeline could not be considered protected in that case, as parts of
154 to create parts of it as protected.
DVK_EXT_graphics_pipeline_library.adoc190 Pipeline libraries are created for the parts specified, and any parameters
191 required to create a library with those parts must be provided.
309 If any extension allows parts of
355 A newly created graphics pipeline consists of the parts defined by
360 parts.
361 Any state required by multiple parts must match.
370 If `rasterizerDiscardEnable` is enabled, the complete set of parts does
659 …ects how depth bias is applied, but these are currently provided in separate parts of the pipeline.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADME.adoc56 The header files (`include/vulkan/vulkan*.h`) and many parts of the
DREADMESC.adoc50 many parts of the Specification at once, is difficult for the Vulkan SC Working
DREADMEVK.adoc47 many parts of the Specification at once, is difficult for the Vulkan Working
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DLicenseRef-KhronosSpecCopyright.adoc77 Some parts of this Specification are purely informative and so are EXCLUDED
79 the <<introduction>> defines how these parts of the Specification are

123