Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DTraits.hpp231 struct IsReference struct
233 static constexpr bool value = false;
236 struct IsReference<T, std::enable_if_t<IsDefined<typename T::reference_underlying_type>::value>> struct
238 static constexpr bool value = true;
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std_decode.h23 uint32_t IsReference : 1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std_decode.h27 uint32_t IsReference : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std_decode.h25 uint32_t IsReference : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std_decode.h32 uint32_t IsReference : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp275 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp75 bool IsReference = false; in checkBitsConcrete() local
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl7246 uint32_t IsReference:1; member
DvkVulkan_c.inl923 deUint32 IsReference : 1; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp990 struct IsReference struct