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_SupportCaps
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_proc.cpp
463
pD3D12Proc->
m_SupportCaps
=
in d3d12_video_processor_check_caps_and_create_processor()
478
pD3D12Proc->
m_SupportCaps
.InputSample.Width = resolutionsList[idxResol].Width;
in d3d12_video_processor_check_caps_and_create_processor()
479
pD3D12Proc->
m_SupportCaps
.InputSample.Height = resolutionsList[idxResol].Height;
in d3d12_video_processor_check_caps_and_create_processor()
480
if (SUCCEEDED(pD3D12Proc->m_spD3D12VideoDevice->CheckFeatureSupport(D3D12_FEATURE_VIDEO_PROCESS_SUPPORT, &pD3D12Proc->
m_SupportCaps
, sizeof(pD3D12Proc->
m_SupportCaps
)))) {
in d3d12_video_processor_check_caps_and_create_processor()
481
bSupportsAny = ((pD3D12Proc->
m_SupportCaps
.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != 0);
in d3d12_video_processor_check_caps_and_create_processor()
486
if ((pD3D12Proc->
m_SupportCaps
.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED)
in d3d12_video_processor_check_caps_and_create_processor()
488
if((pD3D12Proc->
m_SupportCaps
.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) {
in d3d12_video_processor_check_caps_and_create_processor()
491
pD3D12Proc->
m_SupportCaps
.SupportFlags);
in d3d12_video_processor_check_caps_and_create_processor()
498
((pD3D12Proc->
m_SupportCaps
in d3d12_video_processor_check_caps_and_create_processor()
[all...]
H
A
D
d3d12_video_proc.h
101
D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT
m_SupportCaps
;
member
Completed in 2 milliseconds