Home
last modified time | relevance | path

Searched refs:Cast (Results 1 - 25 of 216) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp247 ASSERT(vk::Cast(device)->getPhysicalDevice()->getProperties().limits.maxFramebufferLayers >= 32); in ValidateRenderPassPNextChain()
269 return vk::GetInstanceProcAddr(vk::Cast(instance), pName); in vk_icdGetInstanceProcAddr()
571 result = vk::DispatchableInstance::Create(pAllocator, pCreateInfo, pInstance, physicalDevice, vk::Cast(messenger)); in vkCreateInstance()
594 return vk::Cast(instance)->getPhysicalDevices(pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices()
602 *pFeatures = vk::Cast(physicalDevice)->getFeatures(); in vkGetPhysicalDeviceFeatures()
643 *pProperties = vk::Cast(physicalDevice)->getProperties(); in vkGetPhysicalDeviceProperties()
652 *pQueueFamilyPropertyCount = vk::Cast(physicalDevice)->getQueueFamilyPropertyCount(); in vkGetPhysicalDeviceQueueFamilyProperties()
656 vk::Cast(physicalDevice)->getQueueFamilyProperties(*pQueueFamilyPropertyCount, pQueueFamilyProperties); in vkGetPhysicalDeviceQueueFamilyProperties()
671 return vk::GetInstanceProcAddr(vk::Cast(instance), pName); in vkGetInstanceProcAddr()
678 return vk::GetDeviceProcAddr(vk::Cast(devic in vkGetDeviceProcAddr()
[all...]
H A DVkSampler.hpp106 static inline Sampler *Cast(VkSampler object) in Cast() function
108 return Sampler::Cast(object); in Cast()
111 static inline SamplerYcbcrConversion *Cast(VkSamplerYcbcrConversion object) in Cast() function
113 return SamplerYcbcrConversion::Cast(object); in Cast()
H A DVkSemaphore.hpp43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast() function in vk::Semaphore
185 static inline Semaphore *Cast(VkSemaphore object) in Cast() function
187 return Semaphore::Cast(object); in Cast()
193 Semaphore *semaphore = vk::Cast(object); in DynamicCast()
H A DVkDescriptorUpdateTemplate.hpp40 static inline DescriptorUpdateTemplate *Cast(VkDescriptorUpdateTemplate object) in Cast() function
42 return DescriptorUpdateTemplate::Cast(object); in Cast()
H A DVkShaderModule.hpp35 static inline ShaderModule *Cast(VkShaderModule object) in Cast() function
37 return ShaderModule::Cast(object); in Cast()
H A DVkBufferView.hpp50 static inline BufferView *Cast(VkBufferView object) in Cast() function
52 return BufferView::Cast(object); in Cast()
H A DVkCommandPool.hpp43 static inline CommandPool *Cast(VkCommandPool object) in Cast() function
45 return CommandPool::Cast(object); in Cast()
H A DVkDebugUtilsMessenger.hpp41 static inline DebugUtilsMessenger *Cast(VkDebugUtilsMessengerEXT object) in Cast() function
43 return DebugUtilsMessenger::Cast(object); in Cast()
H A DVkDescriptorUpdateTemplate.cpp25 , descriptorSetLayout(vk::Cast(pCreateInfo->descriptorSetLayout)) in DescriptorUpdateTemplate()
41 DescriptorSet *descriptorSet = vk::Cast(vkDescriptorSet); in updateDescriptorSet()
/third_party/node/deps/v8/include/
H A Dv8-typed-array.h36 V8_INLINE static TypedArray* Cast(Value* value) { in Cast() function in v8::TypedArray
57 V8_INLINE static Uint8Array* Cast(Value* value) { in Cast() function in v8::Uint8Array
79 V8_INLINE static Uint8ClampedArray* Cast(Value* value) { in Cast() function in v8::Uint8ClampedArray
100 V8_INLINE static Int8Array* Cast(Value* value) { in Cast() function in v8::Int8Array
121 V8_INLINE static Uint16Array* Cast(Value* value) { in Cast() function in v8::Uint16Array
142 V8_INLINE static Int16Array* Cast(Value* value) { in Cast() function in v8::Int16Array
163 V8_INLINE static Uint32Array* Cast(Value* value) { in Cast() function in v8::Uint32Array
184 V8_INLINE static Int32Array* Cast(Value* value) { in Cast() function in v8::Int32Array
205 V8_INLINE static Float32Array* Cast(Value* value) { in Cast() function in v8::Float32Array
226 V8_INLINE static Float64Array* Cast(Valu function in v8::Float64Array
247 V8_INLINE static BigInt64Array* Cast(Value* value) { Cast() function in v8::BigInt64Array
268 V8_INLINE static BigUint64Array* Cast(Value* value) { Cast() function in v8::BigUint64Array
[all...]
H A Dv8-primitive-object.h25 V8_INLINE static NumberObject* Cast(Value* value) { in Cast() function in v8::NumberObject
45 V8_INLINE static BigIntObject* Cast(Value* value) { in Cast() function in v8::BigIntObject
65 V8_INLINE static BooleanObject* Cast(Value* value) { in Cast() function in v8::BooleanObject
85 V8_INLINE static StringObject* Cast(Value* value) { in Cast() function in v8::StringObject
105 V8_INLINE static SymbolObject* Cast(Value* value) { in Cast() function in v8::SymbolObject
H A Dv8-array-buffer.h273 V8_INLINE static ArrayBuffer* Cast(Value* value) { in Cast() function in v8::ArrayBuffer
329 V8_INLINE static ArrayBufferView* Cast(Value* value) { in Cast() function in v8::ArrayBufferView
355 V8_INLINE static DataView* Cast(Value* value) { in Cast() function in v8::DataView
437 V8_INLINE static SharedArrayBuffer* Cast(Value* value) { in Cast() function in v8::SharedArrayBuffer
H A Dv8-primitive.h37 V8_INLINE static Boolean* Cast(v8::Data* data) { in Cast() function in v8::Boolean
64 V8_INLINE static PrimitiveArray* Cast(Data* data) { in Cast() function in v8::PrimitiveArray
89 V8_INLINE static Name* Cast(Data* data) { in Cast() function in v8::Name
398 V8_INLINE static String* Cast(v8::Data* data) { in Cast() function in v8::String
626 V8_INLINE static Symbol* Cast(Data* data) { in Cast() function in v8::Symbol
645 V8_INLINE static Number* Cast(v8::Data* data) { in Cast() function in v8::Number
665 V8_INLINE static Integer* Cast(v8::Data* data) { in Cast() function in v8::Integer
683 V8_INLINE static Int32* Cast(v8::Data* data) { in Cast() function in v8::Int32
701 V8_INLINE static Uint32* Cast(v8::Data* data) { in Cast() function in v8::Uint32
761 V8_INLINE static BigInt* Cast(v function in v8::BigInt
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-typed-array.h36 V8_INLINE static TypedArray* Cast(Value* value) { in Cast() function in v8::TypedArray
57 V8_INLINE static Uint8Array* Cast(Value* value) { in Cast() function in v8::Uint8Array
79 V8_INLINE static Uint8ClampedArray* Cast(Value* value) { in Cast() function in v8::Uint8ClampedArray
100 V8_INLINE static Int8Array* Cast(Value* value) { in Cast() function in v8::Int8Array
121 V8_INLINE static Uint16Array* Cast(Value* value) { in Cast() function in v8::Uint16Array
142 V8_INLINE static Int16Array* Cast(Value* value) { in Cast() function in v8::Int16Array
163 V8_INLINE static Uint32Array* Cast(Value* value) { in Cast() function in v8::Uint32Array
184 V8_INLINE static Int32Array* Cast(Value* value) { in Cast() function in v8::Int32Array
205 V8_INLINE static Float32Array* Cast(Value* value) { in Cast() function in v8::Float32Array
226 V8_INLINE static Float64Array* Cast(Valu function in v8::Float64Array
247 V8_INLINE static BigInt64Array* Cast(Value* value) { Cast() function in v8::BigInt64Array
268 V8_INLINE static BigUint64Array* Cast(Value* value) { Cast() function in v8::BigUint64Array
[all...]
H A Dv8-primitive-object.h25 V8_INLINE static NumberObject* Cast(Value* value) { in Cast() function in v8::NumberObject
45 V8_INLINE static BigIntObject* Cast(Value* value) { in Cast() function in v8::BigIntObject
65 V8_INLINE static BooleanObject* Cast(Value* value) { in Cast() function in v8::BooleanObject
85 V8_INLINE static StringObject* Cast(Value* value) { in Cast() function in v8::StringObject
105 V8_INLINE static SymbolObject* Cast(Value* value) { in Cast() function in v8::SymbolObject
H A Dv8-primitive.h38 V8_INLINE static Boolean* Cast(v8::Data* data) { in Cast() function in v8::Boolean
65 V8_INLINE static PrimitiveArray* Cast(Data* data) { in Cast() function in v8::PrimitiveArray
90 V8_INLINE static Name* Cast(Data* data) { in Cast() function in v8::Name
400 V8_INLINE static String* Cast(v8::Data* data) { in Cast() function in v8::String
635 V8_INLINE static Symbol* Cast(Data* data) { in Cast() function in v8::Symbol
654 V8_INLINE static Number* Cast(v8::Data* data) { in Cast() function in v8::Number
674 V8_INLINE static Integer* Cast(v8::Data* data) { in Cast() function in v8::Integer
692 V8_INLINE static Int32* Cast(v8::Data* data) { in Cast() function in v8::Int32
710 V8_INLINE static Uint32* Cast(v8::Data* data) { in Cast() function in v8::Uint32
770 V8_INLINE static BigInt* Cast(v function in v8::BigInt
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp145 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueReadBuffer()
168 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueWriteBuffer()
196 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueReadBufferRect()
225 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueWriteBufferRect()
249 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueCopyBuffer()
276 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueCopyBufferRect()
299 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueFillBuffer()
323 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueMapBuffer()
348 const EventPtrs waitEvents = Event::Cast(numEventsInWaitList, eventWaitList); in enqueueReadImage()
373 const EventPtrs waitEvents = Event::Cast(numEventsInWaitLis in enqueueWriteImage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DPHITransAddr.cpp187 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr()
188 if (!isSafeToSpeculativelyExecute(Cast)) return nullptr; in PHITranslateSubExpr()
189 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT); in PHITranslateSubExpr()
191 if (PHIIn == Cast->getOperand(0)) in PHITranslateSubExpr()
192 return Cast; in PHITranslateSubExpr()
198 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(), in PHITranslateSubExpr()
199 C, Cast->getType())); in PHITranslateSubExpr()
205 if (CastI->getOpcode() == Cast->getOpcode() && in PHITranslateSubExpr()
206 CastI->getType() == Cast->getType() && in PHITranslateSubExpr()
380 if (CastInst *Cast in InsertPHITranslatedSubExpr()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DramdaToolsNoInfinite.js47 type Cast<X, Y> = X extends Y ? X : Y;
77 Reverse<Reverse<T1> extends infer R ? Cast<R, any[]> : never, T2>;
96 0: GapsOf<T1, T2, GapOf<T1, T2, TN, I> extends infer G ? Tools.Cast<G, any[]> : never, Tools.Next<I>>;
97 1: Tools.Concat<TN, Tools.Drop<Tools.Pos<I>, T2> extends infer D ? Tools.Cast<D, any[]> : never>;
116 <T extends any[]>(...args: Tools.Cast<Tools.Cast<T, Gaps<Parameters<F>>>, any[]>) =>
118 ? Curry<(...args: GapsOf<T, Parameters<F>> extends infer G ? Tools.Cast<G, any[]> : never) => ReturnType<F>>
H A DramdaToolsNoInfinite2.js146 import { Cast } from "Any/Cast";
154 type PickIfEntry<O extends object, LN extends List, I extends Iteration> = Key<I> extends keyof O ? _Append<LN, O[Cast<Key<I>, keyof O>]> : LN;
161 export type _ListOf<O extends object> = __ListOf<O, keyof O> extends infer X ? Cast<X, List> : never;
277 import { Cast } from "Any/Cast";
287 export type _Reverse<L extends List, LO extends List = []> = __Reverse<Naked<L>, LO> extends infer X ? Cast<X, List> : never;
301 import { Cast } from "Any/Cast";
328 export type _Drop<L extends List, N extends Number, way extends Way = '->'> = __Drop<Naked<L>, IterationOf<N>, way> extends infer X ? Cast<
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp82 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueReadBuffer()
106 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueWriteBuffer()
135 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueReadBufferRect()
165 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueWriteBufferRect()
190 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueCopyBuffer()
218 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueCopyBufferRect()
241 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueFillBuffer()
266 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueMapBuffer()
292 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvents); in enqueueReadImage()
318 const std::vector<cl_event> nativeEvents = CLEventCL::Cast(waitEvent in enqueueWriteImage()
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc224 loop_headers_.insert(block->control_node()->Cast<JumpLoop>()->target()); in PreProcessGraph()
240 BasicBlock* target = node->Cast<JumpLoop>()->target(); in PreProcessGraph()
245 node->Cast<UnconditionalControlNode>()->target(), in PreProcessGraph()
249 node->Cast<ConditionalControlNode>()->if_true(), in PreProcessGraph()
252 node->Cast<ConditionalControlNode>()->if_false(), in PreProcessGraph()
338 PrintEagerDeopt<Name>(os, targets, node->Cast<Name>(), state); \ in MaybePrintEagerDeopt()
383 PrintLazyDeopt<Name>(os, targets, node->Cast<Name>(), state); \ in MaybePrintLazyDeopt()
440 BasicBlock* target = control_node->Cast<JumpLoop>()->target(); in Process()
450 control_node->Cast<UnconditionalControlNode>()->target(); in Process()
461 control_node->Cast<ConditionalControlNod in Process()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h29 T& Cast();
31 const T& Cast() const;
119 T& ParseResultHolderBase::Cast() { in Cast() function in v8::internal::torque::ParseResultHolderBase
125 const T& ParseResultHolderBase::Cast() const { in Cast() function in v8::internal::torque::ParseResultHolderBase
136 const T& Cast() const& { in Cast() function in v8::internal::torque::ParseResult
137 return value_->Cast<T>(); in Cast()
140 T& Cast() & { in Cast() function in v8::internal::torque::ParseResult
141 return value_->Cast<T>(); in Cast()
144 T&& Cast() && { in Cast() function in v8::internal::torque::ParseResult
145 return std::move(value_->Cast< in Cast()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSurfaceKHR.hpp68 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function in vk::SurfaceKHR
105 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function
107 return SurfaceKHR::Cast(object); in Cast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp239 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp()
241 if (!Cast->getSrcTy()->isFloatTy() && in convertICmp()
242 !Cast->getSrcTy()->isDoubleTy() && in convertICmp()
243 !Cast->getSrcTy()->isFP128Ty()) in convertICmp()
245 Value *V = Cast->getOperand(0); in convertICmp()
257 PossibleJunk.insert(Cast); in convertICmp()

Completed in 18 milliseconds

123456789