Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 11 of 11) 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/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/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp306 bool NvidiaVideoDecodeH264DpbSlotInfo::IsReference () const in IsReference() function in vkt::video::NvidiaVideoDecodeH264DpbSlotInfo
338 bool NvidiaVideoDecodeH265DpbSlotInfo::IsReference() const in IsReference() function in vkt::video::NvidiaVideoDecodeH265DpbSlotInfo
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.cpp306 bool NvidiaVideoDecodeH264DpbSlotInfo::IsReference () const in IsReference() function in vkt::video::NvidiaVideoDecodeH264DpbSlotInfo
338 bool NvidiaVideoDecodeH265DpbSlotInfo::IsReference() const in IsReference() function in vkt::video::NvidiaVideoDecodeH265DpbSlotInfo
/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.inl8944 uint32_t IsReference:1; member
DvkVulkan_c.inl1028 deUint32 IsReference : 1; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp990 struct IsReference struct