Lines Matching refs:usage
28 .usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT,
34 .usage = VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT,
40 .usage =
47 .usage =
55 .usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT |
104 /* We mask out usage bits from exts not enabled by the app to create the
109 local_info.usage &=
114 local_info.usage &= ~VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT;
165 .usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT,
255 * with the same value for the flags and usage members in the
267 // TODO: Fix the spec regarding the usage and alignment behavior
269 ((entry->create_info->usage & create_info->usage) ==
270 create_info->usage)) {