Searched defs:useRef (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | declarationEmitWithInvalidPackageJsonTypings.js | 32 function useRef(current) { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitWithInvalidPackageJsonTypings.ts | 18 export function useRef<T>(current: T): MutableRefObject<T> { function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktAtomicOperationTests.cpp | 139 …y (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkBuffer buffer, bool useRef) in allocateAndBindMemory() 149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer() 898 const bool useRef = (m_shaderType.getMemoryType() == AtomicMemoryType::REFERENCE); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktAtomicOperationTests.cpp | 139 …y (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkBuffer buffer, bool useRef) in allocateAndBindMemory() 149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer() 898 const bool useRef = (m_shaderType.getMemoryType() == AtomicMemoryType::REFERENCE); in iterate() local
|