Home
last modified time | relevance | path

Searched refs:Subresource (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.hpp162 class Subresource class in vk::Image
165 Subresource() in Subresource() function in vk::Image::Subresource
168 Subresource(const VkImageSubresource &subres) in Subresource() function in vk::Image::Subresource
173 bool operator==(const Subresource &other) const in operator ==()
180 size_t operator()(const Subresource &other) const in operator ()()
192 mutable std::unordered_set<Subresource, Subresource> dirtySubresources GUARDED_BY(mutex);
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h29 inline void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T& M… in D3D12DecomposeSubresource() argument
31 MipSlice = static_cast<T>(Subresource % MipLevels); in D3D12DecomposeSubresource()
32 ArraySlice = static_cast<U>((Subresource / MipLevels) % ArraySize); in D3D12DecomposeSubresource()
33 PlaneSlice = static_cast<V>(Subresource / (MipLevels * ArraySize)); in D3D12DecomposeSubresource()
63 barrier.Transition.Subresource = subresource;
Dd3d12_resource_state.cpp336 …barrier.Transition.Subresource = num_subresources == 1 ? D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES :… in resolve_global_state()
396 transition_desc.Transition.Subresource = subresource; in append_barrier()
/third_party/node/deps/npm/node_modules/cacache/
DREADME.md48 * [Subresource Integrity](#integrity)
90 * [Subresource Integrity](#integrity) web standard support
210 `integrity` is a [Subresource
296 * `integrity` - [Subresource Integrity hash](#integrity) for the content this entry refers to.
323 Looks up a [Subresource Integrity hash](#integrity) in the cache. If content
556 #### <a name="integrity"></a> Subresource Integrity Digests
559 [Subresource
DREADME.es.md45 * [Subresource Integrity](#integrity)
86 * Usa el estándard de web, [Subresource Integrity](#integrity)
202 `integrity` es un `string` de [Subresource Integrity](#integrity). Dígase, un
289 * `integrity` - [hacheo de Subresource Integrity](#integrity) del contenido al que se refiere esta …
316 Busca un [hacheo Subresource Integrity](#integrity) en el caché. Si existe el
538 #### <a name="integrity"></a> Hacheos de Subresource Integrity
540 cacache usa strings que siguen la especificación de [Subresource Integrity
/third_party/skia/src/gpu/d3d/
DGrD3DTextureResource.cpp23 barrier.Subresource = subresource; in setResourceState()
DGrD3DBuffer.cpp106 barrier.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in setResourceState()
DGrD3DGpu.cpp1144 barrier.Subresource = 0; in onRegenerateMipMapLevels()
1203 barrier.Subresource = dstMip; in onRegenerateMipMapLevels()
1233 barrier.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in onRegenerateMipMapLevels()
1243 barrier.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in onRegenerateMipMapLevels()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp877 vbBarrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in InitD3D()
982 ibBarrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in InitD3D()
1131 textureBarrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in InitD3D()
1236 presentToRenderTargetBarrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in Render()
1289 renderTargetToPresentBarrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in Render()
DTests.cpp1036 barriers[i].Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TestTransfer()
1192 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TestZeroInitialized()
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md61 be done. Subresource integrity strings can be produced by modules like
89 This is a [Standard Subresource
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp180 barrier->Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TransitionUsageAndGetResourceBarrier()
DTextureD3D12.cpp402 barrier->Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TransitionUsageAndGetResourceBarrier()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt162 "Subresource.cpp"
163 "Subresource.h"
DBUILD.gn317 "Subresource.cpp",
318 "Subresource.h",
/third_party/node/deps/npm/node_modules/ssri/
DREADME.md3 [`ssri`](https://github.com/zkat/ssri), short for Standard Subresource
5 generating, and verifying [Subresource
105 it strictly follows the Subresource Integrity spec, throwing away any entries
/third_party/node/deps/npm/node_modules/make-fetch-happen/
DREADME.md68 * [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integri…
148 * [`opts.integrity`](#opts-integrity) - [Subresource Integrity](https://developer.mozilla.org/en-US…
384 Matches the response body against the given [Subresource Integrity](https://developer.mozilla.org/e…
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp295 barrier->Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TransitionUsageAndGetResourceBarrier()
DTextureD3D12.cpp833 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in TransitionSubresourceRange()
839 barrier.Transition.Subresource = in TransitionSubresourceRange()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp393 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp191 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in main()
/third_party/skia/third_party/externals/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt102 [Subresource Integrity](https://w3c.github.io/webappsec-subresource-integrity/)
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp309 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in ImGui_ImplDX12_CreateFontsTexture()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp366 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in ImGui_ImplDX12_CreateFontsTexture()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp364 barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; in resource_barrier()

12