Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dshared.py102 return str(self.name).lower()
158 return self.name.lower()
162 return 'W{}'.format(self.name.lower())
166 return 'Wno_{}'.format(self.name.lower())
Dentity_db.py260 return self._byLowercaseEntity.get(entity.lower())
379 return entity_name.lower().startswith(self.name_prefix)
531 if entityName.lower() not in self._byLowercaseEntity:
532 self._byLowercaseEntity[entityName.lower()] = []
535 self._byLowercaseEntity[entityName.lower()].append(data)
576 self.name_prefix = self.getNamePrefix().lower()
652 if requires and not requires.lower().startswith(self.name_prefix):
Dconventions.py240 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_maintenance2.adoc37 * Allow the application to select between an upper-left and lower-left
103 *RESOLVED*: Vulkan 1.0 originally inadvertently documented a lower-left
106 This extension adds a control to select between lower-left (for
DVK_AMD_device_coherent_memory.adoc24 Device coherent and uncached memory are expected to have lower performance
DVK_EXT_global_priority.adoc31 characteristics even if the system is congested with lower priority work.
DVK_NV_framebuffer_mixed_samples.adoc37 the path into the lower frequency color buffer using the coverage
DVK_EXT_astc_decode_mode.adoc18 In many cases, decompressing LDR textures to a lower precision intermediate
DVK_KHR_global_priority.adoc34 characteristics even if the system is congested with lower priority work.
DVK_EXT_pageable_device_local_memory.adoc51 This will help the operating system page out lower priority memory
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dpromote.py122 if not (subdir.lower() == "scripts") and not (subdir.lower() == "style"):
Dvkconventions.py175 return name[0:2].lower() == 'vk' or name[0:6] == 'PFN_vk'
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/
Dclusterculling.adoc68 from lower to higher values.
120 vertices sourced from a lower index buffer addresses to higher
123 variables, from vertices with a lower numbered vertexIndex to a higher
/hardware/google/gfxstream/host/
DNativeSubWindow_cocoa.mm73 /* (x,y) assume an upper-left origin, but Cocoa uses a lower-left origin */
129 /* (x,y) assume an upper-left origin, but Cocoa uses a lower-left origin */
/hardware/google/interfaces/bluetooth/bt_channel_avoidance/1.0/
DIBTChannelAvoidance.hal29 * @param channelMap The lower 79 bits of the 80-bit parameterrepresents
/hardware/interfaces/usb/gadget/1.2/
Dtypes.hal89 * speed to above speeds which is lower and the closest.
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_aidl_enums.py51 self.lowerFileName = self.fileName[0].lower() + self.fileName[1:]
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_entrypoints_gen.py259 ''.join(filter(str.isalnum, v)).lower() for v in args.tmpl_variants]
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal69 * process results sequentially from lower index to higher index, as if
70 * these results were sent to camera framework one by one, from lower index
122 * message with a lower index.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmisc.adoc40 images are scaled down lies is about 30-something pixels lower than that;
42 similarly be lower than it should be for reasons currently unknown.
/hardware/interfaces/usb/1.2/
DIUsb.hal51 * Enabling port protection algoritm must make the lower layers to autonomously
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal43 * image compositing. The security level parameter must be equal to or lower
45 * lower supported security level must be set. The level can be queried
55 * level is higher than the native level or lower than the lowest
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal58 * (frequency, channel number), false towards lower.
72 * (frequency, channel number), false towards lower.
/hardware/interfaces/tv/tuner/1.0/
DILnb.hal24 * downconvert the frequency to a lower frequency.
/hardware/interfaces/wifi/1.2/
Dtypes.hal50 * lower power consumption, but may result in some missed messages and hence increased latency.

12345