Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dmacro_checker_file.py518 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 …]
Dconsole_printer.py71 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)
Dshared.py219 replacement=None, see_also=None, fix=None, frame=None): argument
239 self.replacement = replacement
Dhtml_printer.py234 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/
DCommon.comp29 // 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/
Dmeson.build24 'replacement']
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcheck_spec_links.py155 … group=group, replacement=self.makeMacroMarkup(data=data), fix=self.makeFix(data=data))
Dtest_check_spec_links.py63 pprint(msg.replacement)
65 return msg.replacement
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp84 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/
DVK_KHR_dynamic_rendering.adoc10 …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…
DVK_EXT_shader_tile_image.adoc10 …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/
DVK_NV_acquire_winrt_display.adoc113 replacement for a fullscreen desktop window.
DVK_EXT_debug_utils.adoc313 *RESOLVED*: We needed a replacement for `apiext:VK_EXT_debug_report` because
DVK_KHR_swapchain.adoc200 replacement swapchain and rebuild all its command buffers using it in a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc404 * <<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 …]
Dextensions.adoc850 functionality>>, and the modification, addition, or replacement of other
Dsamplers.adoc701 These colors are described in detail in <<textures-texel-replacement, Texel
Dinterfaces.adoc2151 See <<fragops-shader-depthreplacement, fragment shader depth replacement>>
2312 reference replacement>> for more details.
/hardware/google/gfxstream/
Dmeson_options.txt594 'custom-shader-replacement',
597 description : 'Enable a custom shader replacement mechanism. Note that ' +
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md24 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/
DVkDecoderGlobalState.cpp2633 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/
Dpixelatoms.proto1247 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/
Dmarkup.adoc762 replacement substitutions], resulting in a unicode arrow: ->.
/hardware/google/gfxstream/guest/mesa/
Dmeson.build2082 _shader_replacement = get_option('custom-shader-replacement')
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc850 <<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

12