/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 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::InputStepMode::Vertex; in ComboVertexInputDescriptor() 91 ::dawn::IndexFormat indexFormat; 93 ::dawn::VertexBufferDescriptor const* buffers; 95 std::array<::dawn::VertexBufferDescriptor, kMaxVertexBuffers> cBuffers; [all …]
|
D | pipeline_info.h | 31 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 …]
|
D | find_dawn.cmake | 31 # 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
|
D | engine_dawn.h | 31 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_;
|
D | pipeline_info_test.cc | 23 namespace dawn { namespace
|
D | CMakeLists.txt | 24 target_link_libraries(libamberenginedawn libamber Dawn::dawn_native Dawn::dawn)
|
/external/deqp-deps/amber/kokoro/scripts/linux/ |
D | build_dawn-docker.sh | 41 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/ |
D | WebGPU.md | 8 on a Graphics Processing Unit. [Dawn](https://dawn.googlesource.com/dawn) is the underlying
|
/external/skia/gn/ |
D | gpu.gni | 778 "$_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/ |
D | DEPS | 19 …"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c2a281862153d192… 22 …"third_party/externals/tint" : "https://dawn.googlesource.com/tint@9b1ee6bdeafd19c84560…
|
D | BUILD.gn | 17 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" ]
|
D | public.bzl | 248 "src/gpu/dawn/*", 654 "tools/gpu/dawn/*",
|
/external/deqp-deps/amber/include/amber/ |
D | amber_dawn.h | 28 ::dawn::Device* device;
|
/external/deqp-deps/amber/src/ |
D | engine.cc | 43 engine = MakeUnique<dawn::EngineDawn>(); in Create()
|
D | CMakeLists.txt | 54 add_subdirectory(dawn) 192 list(APPEND TEST_SRCS dawn/pipeline_info_test.cc)
|
/external/deqp-deps/amber/samples/ |
D | config_helper_dawn.h | 52 ::dawn::Device dawn_device_;
|
D | config_helper_dawn.cc | 74 dawn_device_ = ::dawn::Device::Acquire(adapter.CreateDevice()); in CreateConfig()
|
D | CMakeLists.txt | 40 list(APPEND AMBER_EXTRA_LIBS Dawn::dawn_native Dawn::dawn)
|
/external/rust/crates/grpcio/.github/PULL_REQUEST_TEMPLATE/ |
D | feature.md | 3 about: The dawn of a new era.
|
/external/deqp-deps/amber/kokoro/linux-gcc-debug-dawn/ |
D | continuous.cfg | 15 build_file: "amber/kokoro/linux-gcc-debug-dawn/build.sh"
|
D | presubmit.cfg | 15 build_file: "amber/kokoro/linux-gcc-debug-dawn/build.sh"
|
/external/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 10 #include "dawn/webgpu_cpp.h" 11 #include "dawn/dawn_wsi.h"
|
/external/deqp-deps/amber/ |
D | README.md | 252 * `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/
|
D | CMakeLists.txt | 143 include(src/dawn/find_dawn.cmake)
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 131 #define BACKENDS_STR_EVALUATOR(sw, gl, vk, mtl, d3d, dawn) sw gl vk mtl d3d dawn argument
|