Home | History | Annotate | Download | only in vulkan

Lines Matching refs:is_stencil

59 	bool is_depth, is_stencil, blendable;
62 is_stencil = vk_format_has_stencil(desc);
105 if (is_stencil)
195 unsigned block_width, bool is_stencil,
212 is_stencil));
762 bool is_stencil = false;
782 is_stencil = true;
818 is_stencil ? &image->surface.stencil_level[range->baseMipLevel] : &image->surface.level[range->baseMipLevel], range->baseMipLevel,
820 blk_w, is_stencil, iview->descriptor);