Home
last modified time | relevance | path

Searched defs:layout_type (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c41 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_data_alignment()
142 enum anv_descriptor_set_layout_type layout_type, in anv_direct_descriptor_data_for_type()
219 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_data_for_type()
233 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_data_for_mutable_type()
269 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_data_size()
313 enum anv_descriptor_set_layout_type layout_type, in anv_needs_descriptor_buffer()
328 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_size()
348 enum anv_descriptor_set_layout_type layout_type, in anv_descriptor_size_for_mutable_type()
517 enum anv_descriptor_set_layout_type layout_type = in anv_GetDescriptorSetLayoutSupport() local
/third_party/protobuf/src/google/protobuf/
Darena.cc509 using layout_type = absl::container_internal::Layout< typedef in google::protobuf::internal::ThreadSafeArena::SerialArenaChunk
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs226 let layout_type = if ptr_type.is_box() { in build_pointer_or_reference_di_node() localVariable