Searched defs:DeviceQueueCreateInfo (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
H A Dloader_validation_tests.cpp108 struct DeviceQueueCreateInfo { struct in namespace:VK
109 DeviceQueueCreateInfo() function in struct:VK::DeviceQueueCreateInfo
120 DeviceQueueCreateInfo &sType(VkStructureType const &sType) {
126 DeviceQueueCreateInfo &pNext(void const *const pNext) {
132 DeviceQueueCreateInfo &flags(VkDeviceQueueCreateFlags const &flags) {
138 DeviceQueueCreateInfo &queueFamilyIndex(uint32_t const &queueFamilyIndex) {
144 DeviceQueueCreateInfo &queueCount(uint32_t const &queueCount) {
150 DeviceQueueCreateInfo &pQueuePriorities(float const *const pQueuePriorities) {
345 VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)};
401 VK::DeviceQueueCreateInfo()
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp5468 struct DeviceQueueCreateInfo struct in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType
5470 DeviceQueueCreateInfo( DeviceQueueCreateFlags flags_ = DeviceQueueCreateFlags(), uint32_t queueFamilyIndex_ = 0, uint32_t queueCount_ = 0, const float* pQueuePriorities_ = nullptr ) function in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::DeviceQueueCreateInfo
5480 DeviceQueueCreateInfo( VkDeviceQueueCreateInfo const & rhs ) function in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::DeviceQueueCreateInfo
5482 memcpy( this, &rhs, sizeof(DeviceQueueCreateInfo) );
5485 DeviceQueueCreateInfo& operator=( VkDeviceQueueCreateInfo const & rhs )
5487 memcpy( this, &rhs, sizeof(DeviceQueueCreateInfo) );
5491 DeviceQueueCreateInfo& setSType( StructureType sType_ )
5497 DeviceQueueCreateInfo& setPNext( const void* pNext_ )
5503 DeviceQueueCreateInfo& setFlags( DeviceQueueCreateFlags flags_ )
5509 DeviceQueueCreateInfo
[all...]

Completed in 190 milliseconds