Lines Matching refs:Vk

669 stext:Vk*CreateInfo structures with the parameters needed to create the
689 ftext:vkAllocate*, and take stext:Vk*AllocateInfo structures.
1010 etext:Vk*Flags* parameter.
1064 Instead, a etext:Vk*Flags type which is an alias of basetype:VkFlags, and
1065 whose name matches the corresponding etext:Vk*FlagBits that are valid for
1068 Any etext:Vk*Flags member or parameter used in the API as an input must: be
1072 An individual bit flag is valid for a etext:Vk*Flags type if it would be a
1074 equivalent etext:Vk*FlagBits type, where the bits type is obtained by taking
1079 Any etext:Vk*Flags member or parameter returned from a query command or
1081 undefined: in its corresponding etext:Vk*FlagBits type.
1093 underlying etext:Vk*FlagBits type, breaking the ABI.
1109 Instead, a etext:Vk*Flags2 type which is an alias of basetype:VkFlags64, and
1110 whose name matches the corresponding etext:Vk*FlagBits2 that are valid for
1113 Any etext:Vk*Flags2 member or parameter used in the API as an input must: be
1117 An individual bit flag is valid for a etext:Vk*Flags2 type if it would be a
1119 equivalent etext:Vk*FlagBits2 type, where the bits type is obtained by
1125 Any etext:Vk*Flags2 member or parameter returned from a query command or
1127 undefined: in its corresponding etext:Vk*FlagBits2 type.
1133 Both the etext:Vk*FlagBits2 type, and the individual bits defined for that
1135 This is in contrast to the 32-bit types, where the etext:Vk*FlagBits type is
1902 by taking the name of the structure, stripping the leading etext:Vk,