|
static void | fill_info (VkExtent2D extent, struct xrt_swapchain_create_info *out_info) |
|
static void | indices_init (struct comp_scratch_indices *i) |
|
static void | indices_get (struct comp_scratch_indices *i, uint32_t *out_index) |
|
static uint32_t | indices_done (struct comp_scratch_indices *i) |
|
static void | indices_discard (struct comp_scratch_indices *i) |
|
static bool | tmp_init_and_create (struct tmp *t, struct vk_bundle *vk, const struct xrt_swapchain_create_info *info) |
|
static void | tmp_take (struct tmp *t, struct xrt_image_native native_images[(4)], struct render_scratch_color_image images[(4)]) |
|
static void | tmp_destroy (struct tmp *t, struct vk_bundle *vk) |
|
void | comp_scratch_single_images_init (struct comp_scratch_single_images *cssi) |
|
bool | comp_scratch_single_images_ensure (struct comp_scratch_single_images *cssi, struct vk_bundle *vk, VkExtent2D extent) |
|
void | comp_scratch_single_images_free (struct comp_scratch_single_images *cssi, struct vk_bundle *vk) |
|
void | comp_scratch_single_images_get (struct comp_scratch_single_images *cssi, uint32_t *out_index) |
|
void | comp_scratch_single_images_done (struct comp_scratch_single_images *cssi) |
|
void | comp_scratch_single_images_discard (struct comp_scratch_single_images *cssi) |
|
void | comp_scratch_single_images_clear_debug (struct comp_scratch_single_images *cssi) |
|
void | comp_scratch_single_images_destroy (struct comp_scratch_single_images *cssi) |
|
void | comp_scratch_stereo_images_init (struct comp_scratch_stereo_images *cssi) |
|
bool | comp_scratch_stereo_images_ensure (struct comp_scratch_stereo_images *cssi, struct vk_bundle *vk, VkExtent2D extent) |
|
void | comp_scratch_stereo_images_free (struct comp_scratch_stereo_images *cssi, struct vk_bundle *vk) |
|
void | comp_scratch_stereo_images_get (struct comp_scratch_stereo_images *cssi, uint32_t *out_index) |
|
void | comp_scratch_stereo_images_done (struct comp_scratch_stereo_images *cssi) |
|
void | comp_scratch_stereo_images_discard (struct comp_scratch_stereo_images *cssi) |
|
void | comp_scratch_stereo_images_clear_debug (struct comp_scratch_stereo_images *cssi) |
|
void | comp_scratch_stereo_images_destroy (struct comp_scratch_stereo_images *cssi) |
|