Home
last modified time | relevance | path

Searched refs:dawn (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc35 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::InputStepMode::Vertex; in ComboVertexInputDescriptor()
91 ::dawn::IndexFormat indexFormat;
93 ::dawn::VertexBufferDescriptor const* buffers;
95 std::array<::dawn::VertexBufferDescriptor, kMaxVertexBuffers> cBuffers;
[all …]
Dpipeline_info.h31 namespace dawn {
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::Buffer index_buffer;
65 std::vector<::dawn::Buffer> buffers;
[all …]
Dfind_dawn.cmake31 # If Dawn was found, then library dependencies for Dawn::dawn and Dawn::dawn_native
40 # -DDawn_INCLUDE_DIR=<directory containing dawn/dawn_export.h>
41 # -DDawn_GEN_INCLUDE_DIR=<directory containing dawn/dawn.h>
47 NAMES dawn/dawn_export.h
52 NAMES dawn/dawn.h dawn/dawncpp.h
57 NAMES dawn
74 if(${Dawn_FOUND} AND NOT TARGET Dawn::dawn)
75 add_library(Dawn::dawn UNKNOWN IMPORTED)
76 set_target_properties(Dawn::dawn PROPERTIES
Dengine_dawn.h31 namespace dawn {
93 const ::dawn::Device& device);
97 const ::dawn::Device& device);
100 ::dawn::Device* device_ = nullptr;
102 std::vector<::dawn::Texture> textures_;
104 std::vector<::dawn::TextureView> texture_views_;
106 ::dawn::Texture depth_stencil_texture_;
109 std::unordered_map<amber::Pipeline*, ::amber::dawn::Pipeline> pipeline_map_;
Dpipeline_info_test.cc23 namespace dawn { namespace
DCMakeLists.txt24 target_link_libraries(libamberenginedawn libamber Dawn::dawn_native Dawn::dawn)
/external/deqp-deps/amber/kokoro/scripts/linux/
Dbuild_dawn-docker.sh41 mkdir -p $ROOT_DIR/build/out/dawn-deps && cd $ROOT_DIR/build/out/dawn-deps
48 git clone https://dawn.googlesource.com/dawn dawn && cd dawn
/external/skia/modules/canvaskit/future_apis/
DWebGPU.md8 on a Graphics Processing Unit. [Dawn](https://dawn.googlesource.com/dawn) is the underlying
/external/skia/gn/
Dgpu.gni778 "$_include/gpu/dawn/GrDawnTypes.h",
779 "$_src/gpu/dawn/GrDawnAttachment.cpp",
780 "$_src/gpu/dawn/GrDawnAttachment.h",
781 "$_src/gpu/dawn/GrDawnBuffer.cpp",
782 "$_src/gpu/dawn/GrDawnBuffer.h",
783 "$_src/gpu/dawn/GrDawnCaps.cpp",
784 "$_src/gpu/dawn/GrDawnCaps.h",
785 "$_src/gpu/dawn/GrDawnGpu.cpp",
786 "$_src/gpu/dawn/GrDawnGpu.h",
787 "$_src/gpu/dawn/GrDawnOpsRenderPass.cpp",
[all …]
/external/skia/
DDEPS19 …"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c2a281862153d192…
22 …"third_party/externals/tint" : "https://dawn.googlesource.com/tint@9b1ee6bdeafd19c84560…
DBUILD.gn17 import("third_party/externals/dawn/scripts/dawn_features.gni")
988 public_deps += [ "//third_party/externals/dawn/src/dawn:dawn_headers" ]
990 "//third_party/externals/dawn/src/dawn:dawn_proc",
991 "//third_party/externals/dawn/src/dawn:dawncpp",
992 "//third_party/externals/dawn/src/dawn_native",
1648 deps += [ "//third_party/externals/dawn/src/dawn:dawn_headers" ]
1839 public_deps += [ "//third_party/externals/dawn/src/dawn:dawn_headers" ]
1840 sources += [ "tools/gpu/dawn/DawnTestContext.cpp" ]
Dpublic.bzl248 "src/gpu/dawn/*",
654 "tools/gpu/dawn/*",
/external/deqp-deps/amber/include/amber/
Damber_dawn.h28 ::dawn::Device* device;
/external/deqp-deps/amber/src/
Dengine.cc43 engine = MakeUnique<dawn::EngineDawn>(); in Create()
DCMakeLists.txt54 add_subdirectory(dawn)
192 list(APPEND TEST_SRCS dawn/pipeline_info_test.cc)
/external/deqp-deps/amber/samples/
Dconfig_helper_dawn.h52 ::dawn::Device dawn_device_;
Dconfig_helper_dawn.cc74 dawn_device_ = ::dawn::Device::Acquire(adapter.CreateDevice()); in CreateConfig()
DCMakeLists.txt40 list(APPEND AMBER_EXTRA_LIBS Dawn::dawn_native Dawn::dawn)
/external/rust/crates/grpcio/.github/PULL_REQUEST_TEMPLATE/
Dfeature.md3 about: The dawn of a new era.
/external/deqp-deps/amber/kokoro/linux-gcc-debug-dawn/
Dcontinuous.cfg15 build_file: "amber/kokoro/linux-gcc-debug-dawn/build.sh"
Dpresubmit.cfg15 build_file: "amber/kokoro/linux-gcc-debug-dawn/build.sh"
/external/skia/tools/sk_app/mac/
DDawnMTLWindowContext_mac.mm10 #include "dawn/webgpu_cpp.h"
11 #include "dawn/dawn_wsi.h"
/external/deqp-deps/amber/
DREADME.md252 * `Dawn_INCLUDE_DIR`: The directory containing `dawn/dawn_export.h`
255 `dawn/dawncpp.h` (in the build output tree).
313 [Dawn]: https://dawn.googlesource.com/dawn/
DCMakeLists.txt143 include(src/dawn/find_dawn.cmake)
/external/skia/tools/viewer/
DViewer.cpp131 #define BACKENDS_STR_EVALUATOR(sw, gl, vk, mtl, d3d, dawn) sw gl vk mtl d3d dawn argument

12