Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:m_dpbDescriptor
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec_references_mgr.cpp
80
CD3DX12_HEAP_PROPERTIES(D3D12_HEAP_TYPE_DEFAULT,
m_dpbDescriptor
.m_NodeMask,
m_dpbDescriptor
.m_NodeMask);
in get_current_frame_decode_output_texture()
81
CD3DX12_RESOURCE_DESC resDesc = CD3DX12_RESOURCE_DESC::Tex2D(
m_dpbDescriptor
.Format,
in get_current_frame_decode_output_texture()
82
m_dpbDescriptor
.Width,
in get_current_frame_decode_output_texture()
83
m_dpbDescriptor
.Height,
in get_current_frame_decode_output_texture()
200
d3d12_video_decode_dpb_descriptor
m_dpbDescriptor
)
in d3d12_video_decoder_references_manager()
205
m_dpbDescriptor
(
m_dpbDescriptor
),
206
m_formatInfo({
m_dpbDescriptor
.Format })
210
D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC targetFrameResolution = { static_cast<uint32_t>(
m_dpbDescriptor
196
d3d12_video_decoder_references_manager( const struct d3d12_screen * pD3D12Screen, uint32_t NodeMask, d3d12_video_decode_profile_type DecodeProfileType, d3d12_video_decode_dpb_descriptor
m_dpbDescriptor
)
d3d12_video_decoder_references_manager()
argument
[all...]
H
A
D
d3d12_video_dec_references_mgr.h
42
return
m_dpbDescriptor
.fReferenceOnly;
in is_reference_only()
46
return
m_dpbDescriptor
.fArrayOfTexture;
in is_array_of_textures()
151
d3d12_video_decode_dpb_descriptor
m_dpbDescriptor
= {};
member
155
D3D12_FEATURE_DATA_FORMAT_INFO m_formatInfo = {
m_dpbDescriptor
.Format };
Completed in 2 milliseconds