Home
last modified time | relevance | path

Searched defs:stencil_load_op (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs749 pub(crate) fn stencil_load_op(&self, attachment_index: u32) -> Option<LoadOp> { in stencil_load_op() method
856 pub stencil_load_op: LoadOp, field
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pass.c483 VkAttachmentLoadOp load_op, stencil_load_op; in setup_dynamic_attachment() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h219 VkAttachmentLoadOp stencil_load_op; member
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.cc705 VkAttachmentLoadOp stencil_load_op, in attachment_set_ops()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_hw_pass.c102 VkAttachmentLoadOp stencil_load_op; member
H A Dpvr_private.h1080 VkAttachmentLoadOp stencil_load_op; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8064 pub stencil_load_op: AttachmentLoadOp, field
8120 pub fn stencil_load_op(mut self, stencil_load_op: AttachmentLoadOp) -> Self { in stencil_load_op() method
30179 pub stencil_load_op: AttachmentLoadOp, field
30257 pub fn stencil_load_op(mut self, stencil_load_op: AttachmentLoadOp) -> Self { in stencil_load_op() method