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:IsWARP
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
ComputeDispatchTests.cpp
268
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
284
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
309
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
H
A
D
SamplerFilterAnisotropicTests.cpp
279
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
in TEST_P()
H
A
D
MaxLimitTests.cpp
127
if (
IsWARP
()) {
in TEST_P()
H
A
D
CopyTextureForBrowserTests.cpp
658
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
679
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
H
A
D
D3D12ResourceWrappingTests.cpp
510
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
() && IsBackendValidationEnabled());
in TEST_P()
540
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
() && IsBackendValidationEnabled());
in TEST_P()
H
A
D
BindGroupTests.cpp
1076
DAWN_SUPPRESS_TEST_IF(
IsWARP
());
in TEST_P()
1231
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
in TEST_P()
H
A
D
DepthStencilStateTests.cpp
29
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
H
A
D
MultisampledRenderingTests.cpp
27
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
H
A
D
ColorStateTests.cpp
39
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
/third_party/skia/third_party/externals/dawn/src/common/
H
A
D
GPUInfo.h
45
bool
IsWARP
(PCIVendorID vendorId, PCIDeviceID deviceId);
H
A
D
GPUInfo.cpp
75
bool
IsWARP
(PCIVendorID vendorId, PCIDeviceID deviceId) {
in IsWARP()
function
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H
A
D
D3D12ResourceHeapTests.cpp
51
DAWN_SUPPRESS_TEST_IF(IsIntel() || IsNvidia() ||
IsWARP
());
in TEST_P()
H
A
D
QueryInternalShaderTests.cpp
184
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
in TEST_P()
H
A
D
D3D12ResidencyTests.cpp
337
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
() && IsBackendValidationEnabled());
in TEST_P()
H
A
D
D3D12DescriptorHeapTests.cpp
515
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H
A
D
ShaderRobustnessPerf.cpp
409
DAWN_SUPPRESS_TEST_IF(IsD3D12() &&
IsWARP
());
in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/
H
A
D
DawnTest.h
293
bool
IsWARP
() const;
H
A
D
DawnTest.cpp
770
bool DawnTestBase::
IsWARP
() const {
in IsWARP()
function in DawnTestBase
771
return gpu_info::
IsWARP
(mParam.adapterProperties.vendorID, mParam.adapterProperties.deviceID);
in IsWARP()
Completed in 23 milliseconds