Home
last modified time | relevance | path

Searched refs:ArraySlice (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h29 …bresource, UINT MipLevels, UINT ArraySize, _Out_ T& MipSlice, _Out_ U& ArraySlice, _Out_ V& PlaneS… in D3D12DecomposeSubresource() argument
32 ArraySlice = static_cast<U>((Subresource / MipLevels) % ArraySize); in D3D12DecomposeSubresource()
37 constexpr UINT D3D12CalcSubresource( UINT MipSlice, UINT ArraySlice, UINT PlaneSlice, UINT MipLevel… in D3D12CalcSubresource() argument
39 return MipSlice + ArraySlice * MipLevels + PlaneSlice * MipLevels * ArraySize; in D3D12CalcSubresource()
179 inline UINT CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT PlaneSlice) noexcept in CalcSubresource()
180 { return D3D12CalcSubresource(MipSlice, ArraySlice, PlaneSlice, MipLevels, ArraySize()); } in CalcSubresource()
Dd3d12_video_dec_references_mgr.h191 uint32_t MipLevel, PlaneSlice, ArraySlice; in update_entries() local
196 ArraySlice, in update_entries()
200 uint planeOutputSubresource = refDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in update_entries()
Dd3d12_video_dec.cpp550 uint32_t MipLevel, PlaneSlice, ArraySlice; in d3d12_video_decoder_end_frame() local
555 ArraySlice, in d3d12_video_decoder_end_frame()
559 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_end_frame()
572 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_end_frame()
951 uint32_t MipLevel, PlaneSlice, ArraySlice; in d3d12_video_decoder_prepare_for_decode_frame() local
956 ArraySlice, in d3d12_video_decoder_prepare_for_decode_frame()
960 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_prepare_for_decode_frame()
973 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_prepare_for_decode_frame()
Dd3d12_video_enc.cpp1257 uint32_t MipLevel, PlaneSlice, ArraySlice; in d3d12_video_encoder_encode_bitstream() local
1262 ArraySlice, in d3d12_video_encoder_encode_bitstream()
1269 referencesTexArrayDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_encoder_encode_bitstream()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc844 struct ArraySlice { struct
849 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue()
880 EXPECT_EQ(Hash<ArraySlice<StructWithPadding>>()({s1, s1 + kNumStructs}), in TEST()
881 Hash<ArraySlice<StructWithPadding>>()({s2, s2 + kNumStructs})); in TEST()
/third_party/ffmpeg/libavcodec/
Ddxva2.c528 .ArraySlice = i, in d3d11va_create_decoder()
783 return viewDesc.Texture2D.ArraySlice; in ff_dxva2_get_surface_index()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1003 desc.Texture2D.ArraySlice = dmem_priv->subresource_index; in gst_d3d11_memory_ensure_decoder_output_view()
1100 desc.Texture2D.ArraySlice = dmem_priv->subresource_index; in gst_d3d11_memory_ensure_processor_input_view()