Home
last modified time | relevance | path

Searched defs:ShaderModule (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DPipelineGL.h29 class ShaderModule; variable
DShaderModuleGL.cpp50 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::opengl::ShaderModule
DForward.h40 class ShaderModule; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkShaderModule.hpp23 class ShaderModule : public Object<ShaderModule, VkShaderModule> class
DVkShaderModule.cpp23 ShaderModule::ShaderModule(const VkShaderModuleCreateInfo *pCreateInfo, void *mem) in ShaderModule() function in vk::ShaderModule
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp24 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::vulkan::ShaderModule
DForward.h33 class ShaderModule; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp27 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::d3d12::ShaderModule
DForward.h33 class ShaderModule; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h35 class ShaderModule; variable
DShaderModuleGL.cpp223 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::opengl::ShaderModule
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h39 class ShaderModule; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h35 class ShaderModule; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h50 using ShaderModule = ShaderModuleBase; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h35 class ShaderModule; variable
DShaderModuleVk.cpp79 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::vulkan::ShaderModule
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h53 class ShaderModule; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h35 class ShaderModule; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp626 struct ShaderModule struct
628 typedef VkShaderModule Type;
630 struct Parameters
642 struct Resources
651 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
680 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
690 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
DvktMemoryDeviceMemoryReportTests.cpp637 struct ShaderModule struct
639 typedef VkShaderModule Type;
641 struct Parameters
653 struct Resources
662 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
691 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
701 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp626 struct ShaderModule struct
628 typedef VkShaderModule Type;
630 struct Parameters
642 struct Resources
651 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
680 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
690 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
DvktMemoryDeviceMemoryReportTests.cpp637 struct ShaderModule struct
639 typedef VkShaderModule Type;
641 struct Parameters
653 struct Resources
662 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
691 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
701 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp1332 struct ShaderModule struct
1334 typedef VkShaderModule Type;
1336 struct Parameters
1348 struct Resources
1357 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1362 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
1391 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
1401 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1332 struct ShaderModule struct
1334 typedef VkShaderModule Type;
1336 struct Parameters
1348 struct Resources
1357 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1362 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
1391 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
1401 …tatic Move<VkShaderModule> create (const Environment& env, const Resources& res, const Parameters&) in create()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp579 TEST_F(LabelTest, ShaderModule) { in TEST_F() argument

12