Home
last modified time | relevance | path

Searched defs:CurrentState (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs983 pub(in crate::command_buffer) struct CurrentState { struct
984 pub(in crate::command_buffer) descriptor_sets: HashMap<PipelineBindPoint, DescriptorSetState>,
985 pub(in crate::command_buffer) index_buffer: Option<(Subbuffer<[u8]>, IndexType)>,
986 pub(in crate::command_buffer) pipeline_compute: Option<Arc<ComputePipeline>>,
987 pub(in crate::command_buffer) pipeline_graphics: Option<Arc<GraphicsPipeline>>,
988 pub(in crate::command_buffer) vertex_buffers: HashMap<u32, Subbuffer<[u8]>>,
990 pub(in crate::command_buffer) push_constants: RangeSet<u32>,
991 pub(in crate::command_buffer) push_constants_pipeline_layout: Option<Arc<PipelineLayout>>,
993 pub(in crate::command_buffer) blend_constants: Option<[f32; 4]>,
994 pub(in crate::command_buffer) color_write_enable: Option<SmallVec<[bool; 4]>>,
[all …]
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
H A DCurrentState.java26 public final class CurrentState { class
66 public CurrentState(State defaultState) { in CurrentState() method in CurrentState
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h42 const State CurrentState; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DPipeline.h59 State CurrentState = State::Created; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DPipeline.h59 State CurrentState = State::Created; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DPipeline.h59 State CurrentState = State::Created; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DPipeline.h59 State CurrentState = State::Created; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DPipeline.h59 State CurrentState; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/XRay/
DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/XRay/
DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/XRay/
DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/XRay/
DBlockPrinter.h36 State CurrentState = State::Start; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dservice.go151 CurrentState uint32 member
186 CurrentState uint32 member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.h267 StructuredControlState& CurrentState() { return state_.back(); } in CurrentState() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.h267 StructuredControlState& CurrentState() { return state_.back(); } in CurrentState() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmerge_return_pass.h267 StructuredControlState& CurrentState() { return state_.back(); } in CurrentState() function
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/event-streaming/reconnect/
H A DCurrentState.java36 public class CurrentState { class
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4_parser.h63 State CurrentState() { return state_; } in CurrentState() function
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.h63 State CurrentState() { return state_; }; in CurrentState() function
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h77 int CurrentState; variable
/aosp_15_r20/external/aws-sdk-java-v2/services/pipes/src/main/resources/codegen-resources/
H A Dservice-2.json538 "CurrentState":{ object
603 "CurrentState":{ object
644 "CurrentState":{ object
1110 "CurrentState":{ object
1330 "CurrentState":{ object
2461 "CurrentState":{ object
2509 "CurrentState":{ object
2752 "CurrentState":{ object
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dmountmgr.h157 MOUNTMGR_AUTO_MOUNT_STATE CurrentState; member
/aosp_15_r20/external/pytorch/torch/utils/hipify/
H A Dhipify_python.py42 class CurrentState(Enum): class

12