HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 251 - 275 of 448) sorted by null

<<1112131415161718

  /external/v8/src/builtins/ppc/
builtins-ppc.cc 25 __ Move(kJavaScriptCallExtraArg1Register, ExternalReference::Create(address));
385 __ Move(ip, debug_hook);
396 __ Move(ip, debug_suspended_generator);
541 __ Move(cp, context_address);
753 __ Move(bytecode_size_table,
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 290 Move(remembered_set_parameter, Smi::FromEnum(remembered_set_action));
291 Move(fp_mode_parameter, Smi::FromEnum(fp_mode));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 305 Move<VkImage> makeImage (const DeviceInterface& vk, VkDevice device, VkDeviceSize size, deUint32 queueFamilyIndex)
336 Move<VkBuffer> makeBuffer(const DeviceInterface& vk, VkDevice device, VkDeviceSize size, deUint32 queueFamilyIndex)
352 VkMemoryRequirements getImageMemoryRequirements(const DeviceInterface& vk, VkDevice device, Move<VkImage>& image)
379 VkMemoryRequirements getBufferMemoryRequirements(const DeviceInterface& vk, VkDevice device, Move<VkBuffer>& buffer)
406 Move<VkDeviceMemory> allocMemory (const DeviceInterface& vk, VkDevice device, VkDeviceSize pAllocInfo_allocationSize, deUint32 pAllocInfo_memoryTypeIndex)
418 Move<VkDeviceMemory> allocMemory (const DeviceInterface& vk, VkDevice device, VkDeviceSize pAllocInfo_allocationSize, deUint32 pAllocInfo_memoryTypeIndex, Move<VkImage>& image, Move<VkBuffer>& buffer)
588 Move<VkImage> image;
589 Move<VkBuffer> buffer
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1026 lsl r11, r2, #2 @II Move back src 4 rows
1028 subeq r0, r0, r11 @II Move back src 4 rows if we are at even block
1030 addeq r0, r0, #8 @II Move src 8 cols forward if we are at even block
1032 lsl r11, r3, #2 @II Move back pred 4 rows
1034 subeq r1, r1, r11 @II Move back pred 4 rows if we are at even block
1036 addeq r1, r1, #8 @II Move pred 8 cols forward if we are at even block
    [all...]
  /external/v8/src/wasm/baseline/
liftoff-compiler.cc 273 // Move to a cache register (spill one if necessary).
278 __ Move(in_reg.gp(), Register::from_code(reg_code), type);
280 __ Move(in_reg.fp(), DoubleRegister::from_code(reg_code), type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp 140 Move<VkQueryPool> makeQueryPool (const DeviceInterface& vk, const VkDevice device, VkQueryPipelineStatisticFlags statisticFlags)
154 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk, const VkDevice device, const VkDescriptorSetLayout* descriptorSetLayout)
698 Move<VkImageView> m_attachmentView;
699 Move<VkImageView> m_depthiew;
700 Move<VkRenderPass> m_renderPass;
701 Move<VkFramebuffer> m_framebuffer;
702 Move<VkPipeline> m_pipeline;
703 Move<VkPipelineLayout> m_pipelineLayout;
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 290 Move(remembered_set_parameter, Smi::FromEnum(remembered_set_action));
291 Move(fp_mode_parameter, Smi::FromEnum(fp_mode));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 110 vk::Move<vk::VkRenderPass> makeRenderPass (const DeviceInterface& vk,
130 vk::Move<vk::VkRenderPass> makeRenderPassWithAttachments (const DeviceInterface& vk,
147 vk::Move<vk::VkRenderPass> makeRenderPassWithDepth (const DeviceInterface& vk,
233 Move<VkImage> m_image;
235 Move<VkImageView> m_imageView;
274 Move<VkPipeline> makeGraphicsPipeline (const VkRenderPass renderPass,
296 Move<VkDevice> m_logicalDevice;
302 Move<VkBuffer> m_vertexCoordBuffer;
305 Move<VkBuffer> m_vertexColorBuffer;
308 Move<VkBuffer> m_vertexIndicesBuffer
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.h 102 void Move(ManagedRegister dest, ManagedRegister src, size_t size) override;
  /art/compiler/utils/
assembler.h 124 void Move(size_t newposition, size_t oldposition, size_t size) {
125 // Move a chunk of the buffer from oldposition to newposition.
jni_macro_assembler.h 118 virtual void Move(ManagedRegister dest, ManagedRegister src, size_t size) = 0;
  /art/compiler/utils/x86/
jni_macro_assembler_x86.h 89 void Move(ManagedRegister dest, ManagedRegister src, size_t size) override;
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.h 94 void Move(ManagedRegister dest, ManagedRegister src, size_t size) override;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemSSE2.c 151 ; Move the source and destination pointers to the end of the range
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.hpp 216 Move<VkShaderModule> createShaderModule (const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDescriptorSetTests.cpp 43 Move<VkPipelineLayout> createPipelineLayoutDestroyDescriptorSetLayout (const DeviceInterface& vk, const VkDevice& device)
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 451 vk::Move<vk::VkDescriptorPool> m_descriptorPool;
452 vk::Move<vk::VkDescriptorSet> m_descriptorSet;
453 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
454 vk::Move<vk::VkPipeline> m_computePipeline;
  /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalClearAttachmentTests.cpp 67 vk::Move<vk::VkCommandBuffer> m_secondaryCmdBuffer;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 95 Move<VkPipeline> GraphicsPipelineBuilder::build (const DeviceInterface& vk,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsBase.cpp 354 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL))));
367 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL))));
378 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL))));
403 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL))));
  /external/libchrome/base/files/
file_util.cc 46 bool Move(const FilePath& from_path, const FilePath& to_path) {
file_util.h 86 BASE_EXPORT bool Move(const FilePath& from_path, const FilePath& to_path);
90 // if it doesn't exist. Prefer this function over Move when dealing with
481 // Same as Move but allows paths with traversal components.
489 // This function simulates Move(), but unlike Move() it works across volumes.
  /external/libchrome/mojo/public/cpp/platform/tests/
platform_handle_unittest.cc 152 std::move(region));
170 std::move(region_handle),
174 base::UnsafeSharedMemoryRegion::Deserialize(std::move(generic_region));
181 std::move(region));
204 TEST_P(PlatformHandleTest, Move) {
207 auto new_handle = std::move(test_handle());
215 auto handle = std::move(test_handle());
240 PlatformHandle::ToMojoPlatformHandle(std::move(test_handle()), &c_handle);
  /external/pdfium/core/fxcrt/
maybe_owned_unittest.cpp 142 TEST(MaybeOwned, Move) {
152 MaybeOwned<PseudoDeletable> ptr3(std::move(ptr1));
153 MaybeOwned<PseudoDeletable> ptr4(std::move(ptr2));
166 ptr5 = std::move(ptr3);
167 ptr6 = std::move(ptr4);
  /external/pdfium/xfa/fwl/
cfwl_combolist.cpp 24 : CFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) {
94 case FWL_MouseCommand::Move: {

Completed in 1206 milliseconds

<<1112131415161718