Home
last modified time | relevance | path

Searched defs:StoreOp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs740 pub(crate) fn store_op(&self, attachment_index: u32) -> Option<StoreOp> { in store_op()
759 pub(crate) fn stencil_store_op(&self, attachment_index: u32) -> Option<StoreOp> { in stencil_store_op()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceTypes.h43 enum class StoreOp : uint8_t { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11843 unsigned StoreOp = PPC::STD, LoadOp = PPC::LFD; in EmitInstrWithCustomInserter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13017 unsigned StoreOp = PPC::STD, LoadOp = PPC::LFD; in EmitInstrWithCustomInserter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19411 SDValue StoreOp = NewLoad; in tryStoreMergeOfLoads() local