Home
last modified time | relevance | path

Searched defs:sized (Results 1 – 12 of 12) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__fwd/
Dsubrange.h26 enum class _LIBCPP_ENUM_VIS subrange_kind : bool { unsized, sized }; enumerator
/external/rust/crates/bindgen/ir/analysis/
Dsizedness.rs110 sized: HashMap<TypeId, SizednessResult>, field
186 let sized = HashMap::default(); in new() localVariable
/external/zstd/contrib/pzstd/utils/test/
DBufferTest.cpp28 Buffer sized(5); in TEST() local
/external/deqp/modules/gles31/functional/
Des31fSSBOArrayLengthTests.cpp75 …ayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized) in SSBOArrayLengthCase()
Des31fProgramInterfaceQueryTests.cpp6556 …const ResourceDefinition::Node::SharedPtr sized (new ResourceDefinition::ArrayElement(parentStruc… in generateBufferVariableArrayCases() local
/external/angle/src/libANGLE/
Dformatutils.cpp833 bool sized, in AddRGBAXFormat()
874 bool sized, in AddRGBAFormat()
897 bool sized, in AddLUMAFormat()
933 bool sized, in AddDepthStencilFormat()
1040 bool sized, in AddYUVFormat()
Dformatutils.h215 bool sized; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp476 gl::SwizzleState GetFormatSwizzle(const angle::Format &angleFormat, const bool sized) in GetFormatSwizzle()
DTextureVk.cpp3375 const bool sized = baseLevelDesc.format.info->sized; in initImageViews() local
/external/rust/cxx/macro/src/
Dexpand.rs877 let sized = quote_spanned! {ety.semi_token.span=> in expand_rust_type_layout() localVariable
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1325 const bool sized, in InvertSSBOInPlaceTest()
1514 const bool sized, in WriteToMultipleSSBOTest()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1746 auto sized = Sized(p, size_byte_width); in VerifyVector() local