Home
last modified time | relevance | path

Searched defs:move (Results 176 - 200 of 200) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp81 inline SharedPtr<Unique<T> > makeSharedPtr(Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp73 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
H A DvktImageCompressionTranscodingSupport.cpp124 inline SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp81 inline SharedPtr<Unique<T> > makeSharedPtr(Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp153 inline SharedPtr<Unique<T> > makeSharedPtr(Move<T> move) in makeSharedPtr() argument
/third_party/backends/backend/
H A Dumax_pp_low.c9615 move (int distance, int precision, unsigned char *buffer) in move() function
[all...]
H A Dhp3900_config.c2091 struct st_motormove move; in hp3970_motormove() member
/third_party/mesa3d/include/CL/
H A Dcl.hpp2106 Device(Device&& dev) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(dev)) {} in move() function in cl::Device::detail
2671 Context(Context&& ctx) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(ctx)) {} in move() function in cl::Context::detail
3089 Memory(Memory&& mem) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(me function in cl::Memory::detail
3330 Buffer(Buffer&& buf) CL_HPP_NOEXCEPT : Memory(std::move(buf)) {} move() function in cl::Buffer
3465 BufferD3D10(BufferD3D10&& buf) CL_HPP_NOEXCEPT : Buffer(std::move(buf)) {} move() function in cl::BufferD3D10
3551 BufferGL(BufferGL&& buf) CL_HPP_NOEXCEPT : Buffer(std::move(buf)) {} move() function in cl::BufferGL
3620 Image(Image&& img) CL_HPP_NOEXCEPT : Memory(std::move(img)) {} move() function in cl::Image
3737 Image1D(Image1D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image1D
3814 Image1DBuffer(Image1DBuffer&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image1DBuffer
3895 Image1DArray(Image1DArray&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image1DArray
4025 Image2D(Image2D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image2D
4118 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {} move() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4205 Image2DArray(Image2DArray&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image2DArray
4339 Image3D(Image3D&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::Image3D
4429 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} move() function in cl::Image3DGL
4504 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} move() function in cl::ImageGL
4618 BufferRenderGL(BufferRenderGL&& buf) CL_HPP_NOEXCEPT : ImageGL(std::move(buf)) {} move() function in cl::BufferRenderGL
4620 BufferRenderGL(BufferRenderGL&& buf) CL_HPP_NOEXCEPT : Image2DGL(std::move(buf)) {} move() function in cl::BufferRenderGL
4725 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(sam)) {} move() function in cl::Sampler::detail
4919 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(kernel)) {} move() function in cl::Kernel::detail
5254 Program(Program&& program) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(program)) {} move() function in cl::Program::detail
5611 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(queue)) {} move() function in cl::CommandQueue::detail
[all...]
H A Dcl2.hpp2169 Device(Device&& dev) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(dev)) {} in move() function in cl::Device::detail
2959 Context(Context&& ctx) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(ctx)) {} in move() function in cl::Context::detail
3366 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {} move() function in cl::Memory::detail
3970 Buffer(Buffer&& buf) CL_HPP_NOEXCEPT_ : Memory(std::move(buf)) {} move() function in cl::Buffer
4107 BufferD3D10(BufferD3D10&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {} move() function in cl::BufferD3D10
4195 BufferGL(BufferGL&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {} move() function in cl::BufferGL
4292 BufferRenderGL(BufferRenderGL&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {} move() function in cl::BufferRenderGL
4363 Image(Image&& img) CL_HPP_NOEXCEPT_ : Memory(std::move(img)) {} move() function in cl::Image
4483 Image1D(Image1D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image1D
4567 Image1DBuffer(Image1DBuffer&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image1DBuffer
4656 Image1DArray(Image1DArray&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image1DArray
4898 Image2D(Image2D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image2D
4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} move() function in cl::Image2DGL
5087 Image2DArray(Image2DArray&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image2DArray
5223 Image3D(Image3D&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::Image3D
5315 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} move() function in cl::Image3DGL
5396 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} move() function in cl::ImageGL
5514 Pipe(Pipe&& pipe) CL_HPP_NOEXCEPT_ : Memory(std::move(pipe)) {} move() function in cl::Pipe
5647 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(sam)) {} move() function in cl::Sampler::detail
5872 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} move() function in cl::Kernel::detail
6571 Program(Program&& program) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(program)) {} move() function in cl::Program::detail
7467 CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {} move() function in cl::CommandQueue::detail
8847 DeviceCommandQueue(DeviceCommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {} move() function in cl::DeviceCommandQueue::detail
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1939 MoveOperands* move = MoveRegisterOnMerge() local
2717 MoveOperands* move = AllocatePhiGapMove() local
[all...]
H A Dregister-allocator.cc847 ParallelMove* move = in CommitSpillMoves() local
865 ParallelMove* move = instr->GetParallelMove(Instruction::START); in FilterSpillMoves() local
1867 MoveOperands* move = data()->AddGapMove( ResolvePhis() local
2279 ParallelMove* move = instr->GetParallelMove(position); ProcessInstructions() local
5060 ParallelMove* move = ConnectRanges() local
5095 MoveOperands* move = ConnectRanges() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp896 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp124 inline SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp161 inline SharedPtr<Unique<T> > makeSharedPtr(Move<T> move) in makeSharedPtr() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp896 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1083 EditType move = best_move[l_i][r_i]; in CalculateOptimalEdits() local
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1094 Label move, done; in Emit64BitShiftOperation() local
/third_party/mksh/
H A Dedit.c1611 x_fword(bool move) in x_fword() argument
/third_party/python/Lib/tkinter/
H A D__init__.py2974 def move(self, *args): member in Canvas
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6410 , value( std::move( v ) ) in move() function
6447 , value( std::move( function
[all...]
H A Dvulkan_raii.hpp2232 , m_dispatcher( std::move( rhs.m_dispatcher ) ) in move() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1594 upb_tabent *move = (upb_tabent*)chain->next; in rm() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h13380 const VmaDefragmentationMove& move = moves[moveIndex]; ApplyDefragmentationMovesCpu() local
13415 const VmaDefragmentationMove& move = moves[moveIndex]; ApplyDefragmentationMovesCpu() local
13487 const VmaDefragmentationMove& move = moves[moveIndex]; ApplyDefragmentationMovesGpu() local
13527 const VmaDefragmentationMove& move = moves[moveIndex]; ApplyDefragmentationMovesGpu() local
13825 VmaDefragmentationMove& move = pCtx->defragmentationMoves[pCtx->defragmentationMovesProcessed + i]; ProcessDefragmentations() local
13847 const VmaDefragmentationMove &move = pCtx->defragmentationMoves[i]; CommitDefragmentations() local
14106 VmaDefragmentationMove move = {}; DefragmentRound() local
14337 VmaDefragmentationMove move = {}; Defragment() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1569 upb_tabent *move = (upb_tabent*)chain->next; in rm() local
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6638 , value( std::move( v ) ) in move() function
6668 , value( std::move( v ) ) in move() function
[all...]

Completed in 235 milliseconds

12345678