/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker_file.py | 518 replacement = match.group( 523 replacement='::pname:', 524 fix=(search, replacement)) 550 group='entity_name', replacement=self.makeExtensionLink()) 556 replacement=self.makeMacroMarkup(data.macro)) 571 … group='entity_name', replacement=self.makeExtensionLink(data.entity)) 576 replacement=self.makeMacroMarkup(data=data)) 825 … group='macro', replacement=newMacro, fix=self.makeFix(newMacro=newMacro), see_also=see_also) 867 group='macro', replacement=newMacro, fix=self.makeFix(newMacro=newMacro)) 886 replacement = self.makeFix(data=data) [all …]
|
D | console_printer.py | 71 line, start, end, highlightStart=None, highlightEnd=None, maxLen=120, replacement=None): argument 139 if replacement is not None: 140 print(spaces + colored(replacement, 'green')) 254 replacement=msg.replacement)
|
D | shared.py | 219 replacement=None, see_also=None, fix=None, frame=None): argument 239 self.replacement = replacement
|
D | html_printer.py | 234 if msg.replacement is not None: 249 if msg.replacement is not None: 251 ' data-toggle="tooltip" title="{}"'.format(msg.replacement))
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Common.comp | 29 // Concatenates 2 tokens while also performing macro replacement 38 #define CONCAT(x, y) CONCAT_(x, y) // macro replacement
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/ |
D | meson.build | 24 'replacement']
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | check_spec_links.py | 155 … group=group, replacement=self.makeMacroMarkup(data=data), fix=self.makeFix(data=data))
|
D | test_check_spec_links.py | 63 pprint(msg.replacement) 65 return msg.replacement
|
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 84 string replaceLine(const string& str, ssize_t lineNumber, const string& replacement) { in replaceLine() argument 101 ret += replacement + "\n"; in replaceLine()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 10 …re dynamic and flexible way to use draw commands, as a straightforward replacement for single pass… 43 … carry a lot of baggage in terms of developer opinion, and an overhaul replacement is likely to be… 85 Notably, this is not a synchronization command – there is no replacement for subpass external depen…
|
D | VK_EXT_shader_tile_image.adoc | 10 …ess to on-chip pixel data. For GPUs supporting this extension, it is a replacement for many use-ca…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_acquire_winrt_display.adoc | 113 replacement for a fullscreen desktop window.
|
D | VK_EXT_debug_utils.adoc | 313 *RESOLVED*: We needed a replacement for `apiext:VK_EXT_debug_report` because
|
D | VK_KHR_swapchain.adoc | 200 replacement swapchain and rebuild all its command buffers using it in a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | textures.adoc | 404 * <<textures-texel-replacement,Texel replacement>> 667 then the texel is a border texel and <<textures-texel-replacement,texel 668 replacement>> is performed. 676 then the texel is an invalid texel and <<textures-texel-replacement,texel 677 replacement>> is performed. 730 <<textures-texel-replacement,texel replacement>>. 793 [[textures-texel-replacement]] 806 [[textures-border-replacement-color]] 830 to texel replacement, but the error introduced by such a rounding must: not 848 [[textures-border-replacement-table]] [all …]
|
D | extensions.adoc | 850 functionality>>, and the modification, addition, or replacement of other
|
D | samplers.adoc | 701 These colors are described in detail in <<textures-texel-replacement, Texel
|
D | interfaces.adoc | 2151 See <<fragops-shader-depthreplacement, fragment shader depth replacement>> 2312 reference replacement>> for more details.
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 594 'custom-shader-replacement', 597 description : 'Enable a custom shader replacement mechanism. Note that ' +
|
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 24 Note that the <i>1.2</i> HAL is supplemental to the <i>1.0</i> HAL - not a replacement.
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2633 VkFence replacement = deviceInfo->externalFencePool->pop(&createInfo); in on_vkResetFences() local 2634 if (replacement == VK_NULL_HANDLE) { in on_vkResetFences() 2635 VK_CHECK(vk->vkCreateFence(device, &createInfo, 0, &replacement)); in on_vkResetFences() 2642 set_boxed_non_dispatchable_VkFence(boxed_fence, replacement); in on_vkResetFences() 2644 auto& fenceInfo = mFenceInfo[replacement]; in on_vkResetFences()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1247 MARGINAL = 1; // The battery may need replacement soon 1248 NEEDS_REPLACEMENT = 2; // The battery needs replacement
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | markup.adoc | 762 replacement substitutions], resulting in a unicode arrow: ->.
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 2082 _shader_replacement = get_option('custom-shader-replacement')
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 850 <<textures-border-replacement-table, Border Texel Components After 5550 Validation>> and <<textures-texel-replacement, Texel Replacement>> 9633 * Updated the <<textures-texel-replacement, Texel Replacement>> section to 11857 the <<textures-texel-replacement,Texel Replacement>> section. 12354 <<textures-texel-replacement,Texel Replacement>> sections (public 12794 * Specify sparse unbound texture replacement in the 12795 <<textures-texel-replacement,Texel Replacement>> section
|