Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 132) sorted by relevance

123456

/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h36 struct Cast struct
46 struct Cast<T, T> argument
/external/swiftshader/src/Vulkan/
DVkDescriptorSet.hpp35 static inline DescriptorSet *Cast(VkDescriptorSet object) in Cast() function in vk::DescriptorSet
47 inline DescriptorSet *Cast(VkDescriptorSet object) in Cast() function
DVkPipeline.hpp53 static inline Pipeline *Cast(VkPipeline object) in Cast() function in vk::Pipeline
153 static inline Pipeline *Cast(VkPipeline object) in Cast() function
DVkCommandPool.hpp43 static inline CommandPool *Cast(VkCommandPool object) in Cast() function
DVkDescriptorUpdateTemplate.hpp40 static inline DescriptorUpdateTemplate *Cast(VkDescriptorUpdateTemplate object) in Cast() function
DVkFramebuffer.hpp46 static inline Framebuffer *Cast(VkFramebuffer object) in Cast() function
DVkPipelineLayout.hpp45 static inline PipelineLayout *Cast(VkPipelineLayout object) in Cast() function
DVkInstance.hpp42 static inline Instance *Cast(VkInstance object) in Cast() function
DVkDeviceMemory.hpp61 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() function
DVkSampler.hpp116 static inline Sampler *Cast(VkSampler object) in Cast() function
121 static inline SamplerYcbcrConversion *Cast(VkSamplerYcbcrConversion object) in Cast() function
DVkPhysicalDevice.hpp88 static inline PhysicalDevice *Cast(VkPhysicalDevice object) in Cast() function
DVkSemaphore.hpp71 static inline Semaphore *Cast(VkSemaphore object) in Cast() function
DVkObject.hpp111 static inline T *Cast(VkT vkObject) in Cast() function in vk::Object
158 static inline T *Cast(VkT vkObject) in Cast() function in vk::DispatchableObject
DVkShaderModule.hpp51 static inline ShaderModule *Cast(VkShaderModule object) in Cast() function
DVkBuffer.hpp56 static inline Buffer *Cast(VkBuffer object) in Cast() function
DVkBufferView.hpp49 static inline BufferView *Cast(VkBufferView object) in Cast() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_casting_utils.h39 const T* Cast(const HloInstruction* instruction) { in Cast() function
48 T* Cast(HloInstruction* instruction) { in Cast() function
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp128 Operator *Cast = dyn_cast<Operator>(V); in isEliminableAddrSpaceCast() local
157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP() local
194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast() local
/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp68 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function in vk::SurfaceKHR
102 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function
DVkSwapchainKHR.hpp59 static inline SwapchainKHR *Cast(VkSwapchainKHR object) in Cast() function
/external/webrtc/webrtc/base/
Dwindow.h43 static WindowId Cast(uint64_t id) { in Cast() function
84 static DesktopId Cast(int id, int index) { in Cast() function
/external/v8/src/heap/
Dconcurrent-marking.cc96 static V8_INLINE T Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
320 ConsString ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
325 SlicedString ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
330 ThinString ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
335 SeqOneByteString ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
340 SeqTwoByteString ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
346 FixedArray ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
353 StrongDescriptorArray ConcurrentMarkingVisitor::Cast(HeapObject object) { in Cast() function in v8::internal::ConcurrentMarkingVisitor
/external/v8/include/
Dv8.h278 template <class S> V8_INLINE static Local<T> Cast(Local<S> that) { in Cast() function
724 V8_INLINE static Persistent<T>& Cast(const Persistent<S>& that) { // NOLINT in Cast() function
11497 FunctionTemplate* FunctionTemplate::Cast(Data* data) { in Cast() function
11504 ObjectTemplate* ObjectTemplate::Cast(Data* data) { in Cast() function
11511 Signature* Signature::Cast(Data* data) { in Cast() function
11518 AccessorSignature* AccessorSignature::Cast(Data* data) { in Cast() function
11577 String* String::Cast(v8::Value* value) { in Cast() function
11711 template <class T> Value* Value::Cast(T* value) { in Cast() function
11716 V8_INLINE Value* Value::Cast(Data* value) { in Cast() function
11723 Boolean* Boolean::Cast(v8::Value* value) { in Cast() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
600 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h124 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
189 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
238 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function

123456