Searched refs:SubresourceIndex (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/microsoft/resource_state_manager/ |
D | D3D12ResourceState.cpp | 27 D3D12_RESOURCE_STATES CDesiredResourceState::GetSubresourceState(UINT SubresourceIndex) const in GetSubresourceState() 31 SubresourceIndex = 0; in GetSubresourceState() 33 return m_spSubresourceStates[SubresourceIndex]; in GetSubresourceState() 37 void CDesiredResourceState::UpdateSubresourceState(unsigned SubresourceIndex, D3D12_RESOURCE_STATES… in UpdateSubresourceState() argument 39 assert(SubresourceIndex < m_spSubresourceStates.size()); in UpdateSubresourceState() 40 if (m_spSubresourceStates[SubresourceIndex] == UNKNOWN_RESOURCE_STATE || in UpdateSubresourceState() 44 m_spSubresourceStates[SubresourceIndex] = state; in UpdateSubresourceState() 49 m_spSubresourceStates[SubresourceIndex] |= state; in UpdateSubresourceState() 61 void CDesiredResourceState::SetSubresourceState(UINT SubresourceIndex, D3D12_RESOURCE_STATES state) in SetSubresourceState() argument 70 SubresourceIndex = 0; in SetSubresourceState() [all …]
|
D | D3D12ResourceState.h | 85 D3D12_RESOURCE_STATES GetSubresourceState(UINT SubresourceIndex) const; 87 void SetSubresourceState(UINT SubresourceIndex, D3D12_RESOURCE_STATES state); 92 void UpdateSubresourceState(unsigned SubresourceIndex, D3D12_RESOURCE_STATES state); 126 D3D12_RESOURCE_STATES StateIfPromoted(D3D12_RESOURCE_STATES state, UINT SubresourceIndex); 131 void SetLogicalSubresourceState(UINT SubresourceIndex, LogicalState const& State); 132 LogicalState const& GetLogicalSubresourceState(UINT SubresourceIndex) const; 233 UINT SubresourceIndex, 244 UINT SubresourceIndex, 285 UINT SubresourceIndex,
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 179 dst.SubresourceIndex = subresource; in copyBufferToTexture() 233 srcLoc.SubresourceIndex = subresourceIndex; in copyTextureToTexture() 238 dstLoc.SubresourceIndex = subresourceIndex; in copyTextureToTexture()
|
D | GrD3DGpu.cpp | 489 dstLocation.SubresourceIndex = 0; in copySurfaceAsCopyTexture() 494 srcLocation.SubresourceIndex = 0; in copySurfaceAsCopyTexture() 628 srcLocation.SubresourceIndex = 0; in readOrTransferPixels()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_blit.cpp | 318 …src_loc.SubresourceIndex = get_subresource_id(src->base.target, src_level, src_subres_stride, src_… in copy_subregion_no_barriers() 323 …dst_loc.SubresourceIndex = get_subresource_id(dst->base.target, dst_level, dst_subres_stride, dstz… in copy_subregion_no_barriers() 841 src_loc.SubresourceIndex = 0; in blit_resolve_stencil() 846 dst_loc.SubresourceIndex = 1; in blit_resolve_stencil()
|
D | d3d12_resource.cpp | 361 tex_loc.SubresourceIndex = subres; in fill_texture_location()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | UtilsD3D12.cpp | 78 copyLocation.SubresourceIndex = texture->GetSubresourceIndex(level, layer, aspect); in ComputeTextureCopyLocationForTexture()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx12.cpp | 303 dstLocation.SubresourceIndex = 0; in ImGui_ImplDX12_CreateFontsTexture()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx12.cpp | 360 dstLocation.SubresourceIndex = 0; in ImGui_ImplDX12_CreateFontsTexture()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 56 copyLocation.SubresourceIndex = texture.GetSubresourceIndex(level, slice); in CreateTextureCopyLocationForTexture()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 315 Dst.SubresourceIndex = i + FirstSubresource;
|