Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__fwd/
Dsubrange.h26 enum class subrange_kind : bool { unsized, sized }; enumerator
/external/mesa3d/src/panfrost/compiler/
Dbi_builder.h.py207 def signature(op, modifiers, typeful = False, sized = False, no_dests = False): argument
/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.cpp76 bool sized) in SSBOArrayLengthCase()
Des31fProgramInterfaceQueryTests.cpp7323 …const ResourceDefinition::Node::SharedPtr sized(new ResourceDefinition::ArrayElement(parentStructu… 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.h228 bool sized; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp611 gl::SwizzleState GetFormatSwizzle(const angle::Format &angleFormat, const bool sized) in GetFormatSwizzle()
DTextureVk.cpp3746 const bool sized = baseLevelDesc.format.info->sized; in initImageViews() local
/external/rust/cxx/macro/src/
Dexpand.rs886 let sized = quote_spanned! {ety.semi_token.span=> in expand_rust_type_layout() localVariable
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1441 … const uint32_t numValues, const bool sized, const tcu::IVec3 &localSize, in InvertSSBOInPlaceTest()
1647 tcu::TestContext &testCtx, const std::string &name, const uint32_t numValues, const bool sized, in WriteToMultipleSSBOTest()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1746 auto sized = Sized(p, size_byte_width); in VerifyVector() local
/external/rust/crates/zerocopy/src/
Dlib.rs5901 let sized = matches!(layout.size_info, SizeInfo::Sized { .. }); in testvalidate_cast_and_convert_metadata() localVariable