Lines Matching refs:format
120 load.input_image_format = iview->format->rt_type;
122 /* If we create an image view with only the stencil format, we
123 * re-interpret the format as RGBA8_UINT, as it is want we want in
127 * buffer, we need to use the underlying DS format.
130 iview->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_RGBA8UI) {
131 assert(image->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_D24S8);
132 load.input_image_format = image->format->rt_type;
258 vk_format_aspects(ds_attachment->desc.format);
322 store.output_image_format = iview->format->rt_type;
324 /* If we create an image view with only the stencil format, we
325 * re-interpret the format as RGBA8_UINT, as it is want we want in
329 * buffer, we need to use the underlying DS format.
332 iview->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_RGBA8UI) {
333 assert(image->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_D24S8);
334 store.output_image_format = image->format->rt_type;
467 vk_format_aspects(ds_attachment->desc.format);
851 vk_format_aspects(ds_attachment->desc.format);
869 vk_format_has_stencil(ds_attachment->desc.format)) {
1458 vk_format_aspects(ds_attachment->desc.format);
2331 assert(vk_format_is_color(iview->vk.format));