Home
last modified time | relevance | path

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

12

/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/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/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/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h35 class ShaderModule; variable
DShaderModuleD3D12.cpp739 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::d3d12::ShaderModule
/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/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/null/
DDeviceNull.h53 class ShaderModule; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
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/api/
DvktApiObjectManagementTests.cpp1196 struct ShaderModule struct
1198 typedef VkShaderModule Type;
1200 struct Parameters
1212 struct Resources
1221 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1226 static const char* getSource (VkShaderStageFlagBits stage) in getSource()
1255 static void initPrograms (SourceCollections& dst, Parameters params) in initPrograms()
1265 …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
/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp6597 class ShaderModule class
6610 VULKAN_HPP_CONSTEXPR ShaderModule( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
6611 VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule( VkShaderModule shaderModule ) VULKAN_HPP_NOEXCEPT in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp6546 class ShaderModule class
6559 VULKAN_HPP_CONSTEXPR ShaderModule( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
6560 VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule( VkShaderModule shaderModule ) VULKAN_HPP_NOEXCEPT in ShaderModule() function in VULKAN_HPP_NAMESPACE::ShaderModule
Dvulkan_raii.hpp8156 class ShaderModule class
8167 ShaderModule( in ShaderModule() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderModule
8187 ShaderModule( in ShaderModule() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderModule
8198 ShaderModule( std::nullptr_t ) {} in ShaderModule() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderModule
8211 ShaderModule( ShaderModule && rhs ) VULKAN_HPP_NOEXCEPT in ShaderModule() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ShaderModule

12