/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 74 bool is_volatile = false; in UpgradeInstructions() local 85 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 91 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 107 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 111 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, in UpgradeInstructions() 128 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 132 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeInstructions() 173 bool is_volatile = false; in GetInstructionAttributes() local 175 std::tie(is_coherent, is_volatile) = in GetInstructionAttributes() 179 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes() [all …]
|
D | upgrade_memory_model.h | 95 bool is_volatile, OperationType operation_type,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 91 bool is_volatile = false; in UpgradeInstructions() local 102 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 108 std::tie(is_coherent, is_volatile, scope) = in UpgradeInstructions() 124 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kVisibility, in UpgradeInstructions() 128 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 145 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeInstructions() 148 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kAvailability, in UpgradeInstructions() 190 bool is_volatile = false; in GetInstructionAttributes() local 192 std::tie(is_coherent, is_volatile) = in GetInstructionAttributes() 196 return std::make_tuple(is_coherent, is_volatile, SpvScopeQueueFamilyKHR); in GetInstructionAttributes() [all …]
|
D | upgrade_memory_model.h | 95 bool is_volatile, OperationType operation_type,
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_volatile.pass.cpp | 20 static_assert(!std::is_volatile<T>::value, ""); in test_is_volatile() 21 static_assert(!std::is_volatile<const T>::value, ""); in test_is_volatile() 22 static_assert( std::is_volatile<volatile T>::value, ""); in test_is_volatile() 23 static_assert( std::is_volatile<const volatile T>::value, ""); in test_is_volatile() 46 static_assert(!std::is_volatile<int&>::value, ""); in main() 47 static_assert(!std::is_volatile<volatile int&>::value, ""); in main()
|
/external/clang/test/SemaTemplate/ |
D | temp_class_spec.cpp | 52 struct is_volatile { struct 57 struct is_volatile<volatile T> { argument 61 int is_volatile0[is_volatile<int>::value? -1 : 1]; argument 62 int is_volatile1[is_volatile<volatile int>::value? 1 : -1]; 63 int is_volatile2[is_volatile<const volatile int>::value? 1 : -1]; 64 int is_volatile3[is_volatile<volatile char[3]>::value? 1 : -1];
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.h | 275 void SetFlag(RTCPPacketType type, bool is_volatile) 277 void SetFlags(const std::set<RTCPPacketType>& types, bool is_volatile) 286 ReportFlag(RTCPPacketType type, bool is_volatile) in ReportFlag() 287 : type(type), is_volatile(is_volatile) {} in ReportFlag() 291 const bool is_volatile; member
|
D | rtcp_sender.cc | 824 if (it->is_volatile) { in SendCompoundRTCP() 1011 void RTCPSender::SetFlag(RTCPPacketType type, bool is_volatile) { in SetFlag() argument 1012 report_flags_.insert(ReportFlag(type, is_volatile)); in SetFlag() 1016 bool is_volatile) { in SetFlags() argument 1018 SetFlag(type, is_volatile); in SetFlags() 1029 if (it->is_volatile || forced) in ConsumeFlag() 1036 if (flag.is_volatile) in AllVolatileFlagsConsumed()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.h | 126 bool is_volatile() const;
|
D | brw_fs_cse.cpp | 113 !inst->is_volatile(); in is_expression()
|
D | brw_shader.cpp | 996 backend_instruction::is_volatile() const in is_volatile() function in backend_instruction
|
/external/skia/include/private/ |
D | SkTLogic.h | 80 using type = skstd::conditional_t<std::is_volatile<S>::value, skstd::add_volatile_t<D>, D>;
|
/external/skqp/include/private/ |
D | SkTLogic.h | 102 using type = skstd::conditional_t<std::is_volatile<S>::value, skstd::add_volatile_t<D>, D>;
|
/external/libcxx/include/ |
D | __tuple | 34 typename enable_if<!is_volatile<_Tp>::value>::type, 339 is_volatile<_RawTp>::value>;
|
D | type_traits | 61 template <class T> struct is_volatile; 281 = is_volatile<T>::value; // C++17 636 // is_volatile 638 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile : public false_type {}; 639 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile<_Tp volatile> : public true_type {}; 644 = is_volatile<_Tp>::value; 1088 is_volatile<_Tp>::value > 1515 || is_volatile<typename remove_reference<_T2>::type>::value) 1949 bool = is_volatile<typename remove_reference<_Tp>::type>::value> 4149 : public integral_constant<bool, !is_volatile<_Tp>::value && __is_trivially_copyable(_Tp)>
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 1358 insist(true = is_volatile load); 1364 insist(true = is_volatile store);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 1426 insist(true = is_volatile load); 1432 insist(true = is_volatile store);
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 1063 external is_volatile : llvalue -> bool = "llvm_is_volatile"
|
D | llvm.mli | 1826 (** [is_volatile i] is [true] if the load or store instruction [i] is marked 1830 val is_volatile : llvalue -> bool val
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 1052 external is_volatile : llvalue -> bool = "llvm_is_volatile"
|
D | llvm.mli | 1842 (** [is_volatile i] is [true] if the load or store instruction [i] is marked 1846 val is_volatile : llvalue -> bool val
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 958 void is_volatile() in is_volatile() function
|
/external/libcxx/include/experimental/ |
D | simd | 952 !std::is_volatile<_Tp>::value && !std::is_same<_Tp, bool>::value;
|