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:dawn
(Results
1 - 25
of
68
) sorted by relevance
1
2
3
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H
A
D
engine_dawn.cc
15
#include "src/
dawn
/engine_dawn.h"
28
#include "
dawn
/dawncpp.h"
29
#include "src/
dawn
/pipeline_info.h"
35
namespace
dawn
{
namespace
53
::
dawn
::VertexInputDescriptor* descriptor =
in ComboVertexInputDescriptor()
54
reinterpret_cast<::
dawn
::VertexInputDescriptor*>(this);
in ComboVertexInputDescriptor()
56
descriptor->indexFormat = ::
dawn
::IndexFormat::Uint32;
in ComboVertexInputDescriptor()
62
::
dawn
::VertexAttributeDescriptor vertexAttribute;
in ComboVertexInputDescriptor()
65
vertexAttribute.format = ::
dawn
::VertexFormat::Float;
in ComboVertexInputDescriptor()
71
cBuffers[i].stepMode = ::
dawn
in ComboVertexInputDescriptor()
[all...]
H
A
D
pipeline_info.h
26
#include "
dawn
/dawncpp.h"
31
namespace
dawn
{
namespace
46
::
dawn
::ShaderModule vert,
in RenderPipelineInfo()
47
::
dawn
::ShaderModule frag)
in RenderPipelineInfo()
52
::
dawn
::ShaderModule vertex_shader;
53
::
dawn
::ShaderModule fragment_shader;
54
::
dawn
::Color clear_color_value = {0.f, 0.f, 0.f, 0.f};
59
::
dawn
::Texture depth_stencil_texture;
61
std::vector<::
dawn
::Buffer> vertex_buffers;
63
::
dawn
[all...]
H
A
D
engine_dawn.h
24
#include "
dawn
/dawncpp.h"
27
#include "src/
dawn
/pipeline_info.h"
31
namespace
dawn
{
namespace
86
// Creates and submits a command to copy
dawn
textures back to amber color
89
const ::
dawn
::Device& device);
90
// Creates and submits a command to copy
dawn
buffers back to amber buffers
93
const ::
dawn
::Device& device);
96
::
dawn
::Device* device_ = nullptr;
98
std::vector<::
dawn
::Texture> textures_;
100
std::vector<::
dawn
[all...]
H
A
D
pipeline_info_test.cc
15
#include "src/
dawn
/pipeline_info.h"
19
#include "
dawn
/dawncpp.h"
23
namespace
dawn
{
namespace
52
} // namespace
dawn
/third_party/skia/third_party/externals/dawn/src/include/dawn/
H
A
D
EnumClassBitmasks.h
20
// The operators in
dawn
:: namespace need be introduced into other namespaces with
23
using
dawn
::operator|; \
24
using
dawn
::operator&; \
25
using
dawn
::operator^; \
26
using
dawn
::operator~; \
27
using
dawn
::operator&=; \
28
using
dawn
::operator|=; \
29
using
dawn
::operator^=; \
30
using
dawn
::HasZeroOrOneBits;
32
namespace
dawn
{
namespace
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H
A
D
Log.h
48
namespace
dawn
{
namespace
91
#define DAWN_DEBUG() ::
dawn
::DebugLog(__FILE__, __func__, __LINE__)
93
} // namespace
dawn
H
A
D
SystemUtils.cpp
47
dawn
::WarningLog() << "GetEnvironmentVariableA failed with code " << err;
in GetEnvironmentVar()
59
dawn
::WarningLog() << "GetEnvironmentVariableA failed with code " << err;
in GetEnvironmentVar()
H
A
D
Assert.cpp
24
dawn
::ErrorLog() << "Assertion failure at " << file << ":" << line << " (" << function
in HandleAssertionFailure()
/third_party/skia/third_party/externals/dawn/examples/
H
A
D
ManualSwapChainTest.cpp
61
#include <
dawn
/dawn_proc.h>
62
#include <
dawn
/webgpu_cpp.h>
261
dawn
::ErrorLog() << "GLFW error " << code << " " << message;
in main()
309
dawn
::ErrorLog() << errorTypeName << " error: " << message;
in main()
H
A
D
SampleUtils.cpp
25
#include <
dawn
/dawn_proc.h>
26
#include <
dawn
/dawn_wsi.h>
54
dawn
::ErrorLog() << errorTypeName << " error: " << message;
in PrintDeviceError()
58
dawn
::ErrorLog() << "GLFW error: " << code << " - " << message;
in PrintGLFWError()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
BackendVk.cpp
26
// TODO(crbug.com/
dawn
/283): Link against the Vulkan Loader and remove this.
68
// See http://crbug.com/
dawn
/1225 for more details.
108
dawn
::WarningLog() << pCallbackData->pMessage;
in OnDebugUtilsCallback()
122
dawn
::WarningLog() << pCallbackData->pMessage;
in OnInstanceCreationDebugUtilsCallback()
176
// loader by getting the path to the
dawn
native library and traversing relative from there.
in Initialize()
177
// This has implications for
dawn
tests because some of them are linking statically to
in Initialize()
181
// shared
dawn
native library and all test binaries that link statically.
in Initialize()
234
dawn
::WarningLog() << "Backend validation enabled but Dawn was not built with "
in Initialize()
318
// treat 1.2 as the highest API version
dawn
targets.
in CreateVkInstance()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H
A
D
DawnNative.h
18
#include <
dawn
/dawn_proc_table.h>
19
#include <
dawn
/webgpu.h>
73
// TODO(crbug.com/
dawn
/160): Remove when embedders of Dawn are updated to use
112
//
dawn
.json
H
A
D
NullBackend.h
18
#include <
dawn
/dawn_wsi.h>
H
A
D
OpenGLBackend.h
20
#include <
dawn
/dawn_wsi.h>
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
D3D12Backend.cpp
83
dawn
::ErrorLog() << "Texture usage is not valid for external image";
in ProduceTexture()
105
dawn
::ErrorLog() << "Unable to create 11on12 resource for external image";
in ProduceTexture()
/third_party/skia/third_party/externals/dawn/generator/templates/
H
A
D
mock_webgpu.h
18
#include <
dawn
/dawn_proc_table.h>
19
#include <
dawn
/webgpu.h>
/third_party/vk-gl-cts/external/amber/src/include/amber/
H
A
D
amber_dawn.h
19
#include "
dawn
/dawncpp.h"
28
::
dawn
::Device* device;
/third_party/skia/third_party/externals/dawn/src/utils/
H
A
D
ComboRenderBundleEncoderDescriptor.h
18
#include <
dawn
/webgpu_cpp.h>
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H
A
D
ObjectBase.h
18
#include <
dawn
/webgpu.h>
H
A
D
Queue.h
18
#include <
dawn
/webgpu.h>
H
A
D
ShaderModule.h
18
#include <
dawn
/webgpu.h>
/third_party/skia/third_party/externals/dawn/src/tests/
H
A
D
DawnTest.cpp
23
#include "
dawn
/dawn_proc.h"
281
dawn
::ErrorLog() << "Invalid backend validation level" << level;
in ParseArgs()
331
dawn
::ErrorLog() << "Invalid device type preference: " << type;
in ParseArgs()
363
dawn
::ErrorLog()
in ParseArgs()
372
dawn
::InfoLog()
in ParseArgs()
408
dawn
::WarningLog() << " Unused argument: " << argv[i];
in ParseArgs()
511
dawn
::WarningLog() << "Vendor ID filter provided. Ignoring device type preference.";
in SelectPreferredAdapterProperties()
562
dawn
::LogMessage log =
dawn
::InfoLog();
in PrintTestConfigurationAndAdapterInfo()
980
dawn
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H
A
D
config_helper_dawn.h
52
::
dawn
::Device dawn_device_;
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
engine.cc
27
#include "src/
dawn
/engine_dawn.h"
43
engine = MakeUnique<
dawn
::EngineDawn>();
in Create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H
A
D
SwapChainGL.cpp
21
#include <
dawn
/dawn_wsi.h>
Completed in 9 milliseconds
1
2
3