Home
last modified time | relevance | path

Searched refs:VkGraphicsPipelineShaderGroupsCreateInfoNV (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1396 return sizeof(VkGraphicsPipelineShaderGroupsCreateInfoNV); in goldfish_vk_extension_struct_size()
3510 return sizeof(VkGraphicsPipelineShaderGroupsCreateInfoNV); in goldfish_vk_extension_struct_size_with_stream_features()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h14495 typedef struct VkGraphicsPipelineShaderGroupsCreateInfoNV { struct
14502 } VkGraphicsPipelineShaderGroupsCreateInfoNV; argument
Dvulkan_static_assertions.hpp3207 …:GraphicsPipelineShaderGroupsCreateInfoNV ) == sizeof( VkGraphicsPipelineShaderGroupsCreateInfoNV
Dvulkan_structs.hpp38935 using NativeType = VkGraphicsPipelineShaderGroupsCreateInfoNV;
38948 …GraphicsPipelineShaderGroupsCreateInfoNV( VkGraphicsPipelineShaderGroupsCreateInfoNV const & rhs )… in GraphicsPipelineShaderGroupsCreateInfoNV()
38962 …GraphicsPipelineShaderGroupsCreateInfoNV & operator=( VkGraphicsPipelineShaderGroupsCreateInfoNV c… in operator =()
39019 operator VkGraphicsPipelineShaderGroupsCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkGraphicsPipelineShaderGroupsCreateInfoNV const&()
39021 return *reinterpret_cast<const VkGraphicsPipelineShaderGroupsCreateInfoNV*>( this ); in operator VkGraphicsPipelineShaderGroupsCreateInfoNV const&()
39024 operator VkGraphicsPipelineShaderGroupsCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkGraphicsPipelineShaderGroupsCreateInfoNV&()
39026 return *reinterpret_cast<VkGraphicsPipelineShaderGroupsCreateInfoNV*>( this ); in operator VkGraphicsPipelineShaderGroupsCreateInfoNV&()