Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.h28 class PipelineLayout; variable
DForward.h29 class PipelineLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.h28 class PipelineLayout; variable
DForward.h30 class PipelineLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DPipelineGL.h32 class PipelineLayout; variable
DShaderModuleGL.h25 class PipelineLayout; variable
DPipelineLayoutGL.cpp23 PipelineLayout::PipelineLayout(Device* device, const PipelineLayoutDescriptor* descriptor) in PipelineLayout() function in dawn_native::opengl::PipelineLayout
DForward.h30 class PipelineLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.h30 class PipelineLayout; variable
DForward.h30 class PipelineLayout; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.hpp23 class PipelineLayout : public Object<PipelineLayout, VkPipelineLayout> class
DVkPipelineLayout.cpp24 PipelineLayout::PipelineLayout(const VkPipelineLayoutCreateInfo *pCreateInfo, void *mem) in PipelineLayout() function in vk::PipelineLayout
/third_party/vk-gl-cts/external/vulkan-docs/src/json/
Dvkpcc.json24 …"PipelineLayout": {"$ref": "https://schema.khronos.org/vulkan/vk.json#/definitions/VkPipelineLayou… object
40 …"PipelineLayout": {"$ref": "https://schema.khronos.org/vulkan/vk.json#/definitions/VkPipelineLayou… object
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h48 using PipelineLayout = PipelineLayoutBase; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp910 struct PipelineLayout struct
912 typedef VkPipelineLayout Type;
914 struct Parameters
934 struct Resources
954 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp928 struct PipelineLayout struct
930 typedef VkPipelineLayout Type;
932 struct Parameters
952 struct Resources
972 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp949 struct PipelineLayout struct
951 typedef VkPipelineLayout Type;
953 struct Parameters
973 struct Resources
993 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp934 struct PipelineLayout struct
936 typedef VkPipelineLayout Type;
938 struct Parameters
958 struct Resources
978 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp1691 struct PipelineLayout struct
1693 typedef VkPipelineLayout Type;
1695 struct Parameters
1715 struct Resources
1735 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1740 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1691 struct PipelineLayout struct
1693 typedef VkPipelineLayout Type;
1695 struct Parameters
1715 struct Resources
1735 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1740 …e<VkPipelineLayout> create (const Environment& env, const Resources& res, const Parameters& params) in create()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp258 TEST_F(LabelTest, PipelineLayout) { in TEST_F() argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp3597 class PipelineLayout class
3608 PipelineLayout() VULKAN_HPP_NOEXCEPT {} // = default; - try to workaround a compiler issue in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
3617PipelineLayout( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT : m_pipelineLayout( VULKAN_HPP_NAMESPA… in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
3626 VULKAN_HPP_CONSTEXPR PipelineLayout( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
3628 …VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipelineLayout ) VULKAN_HPP_NOEXCEPT… in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
Dvulkan_raii.hpp11952 class PipelineLayout class
11964PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & de… in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
11972PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & de… in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
11982 PipelineLayout( std::nullptr_t ) {} in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
11992 PipelineLayout( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp2268 class PipelineLayout class
2281 VULKAN_HPP_CONSTEXPR PipelineLayout( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
2282 … VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipelineLayout ) VULKAN_HPP_NOEXCEPT in PipelineLayout() function in VULKAN_HPP_NAMESPACE::PipelineLayout
Dvulkan_raii.hpp7316 class PipelineLayout class
7327 PipelineLayout( in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
7347 PipelineLayout( in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
7358 PipelineLayout( std::nullptr_t ) {} in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout
7371 PipelineLayout( PipelineLayout && rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayout() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout