Home
last modified time | relevance | path

Searched defs:move (Results 226 - 250 of 272) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp131 inline de::SharedPtr<vk::Move<T> > makeSharedPtr(vk::Move<T> move) in makeSharedPtr() argument
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/synchronization/
H A DvktSynchronizationSignalOrderTests.cpp67 inline SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
73 inline SharedPtr<T> makeSharedPtr (de::MovePtr<T> move) in makeSharedPtr() argument
H A DvktSynchronizationTimelineSemaphoreTests.cpp74 inline SharedPtr<Move<T> > makeVkSharedPtr (Move<T> move) in makeVkSharedPtr() argument
80 inline SharedPtr<T> makeSharedPtr (de::MovePtr<T> move) in makeSharedPtr() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp474 : success(other.success), error(move(other.error)), meshBuilder(move(other.meshBuilder)) in move() function
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.c3782 struct ibmvfc_move_login *move; in ibmvfc_tgt_move_login() local
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c2298 int move = 0; in target_dev_alua_lu_gp_store() local
/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.c271 } move; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c1885 unsigned split, move, size; in do_split() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2099 vcap_insert_rule(struct vcap_rule_internal *ri, struct vcap_rule_move *move) vcap_insert_rule() argument
2166 vcap_move_rules(struct vcap_rule_internal *ri, struct vcap_rule_move *move) vcap_move_rules() argument
2261 struct vcap_rule_move move = {0}; vcap_add_rule() local
2508 struct vcap_rule_move move; vcap_fill_rule_gap() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dnamei.c1986 unsigned split, move, size; in do_split() local
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_configfs.c2402 int move = 0; in target_dev_alua_lu_gp_store() local
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1730 unsigned move = static_cast<unsigned>( in scanner_coarse_gain_calibration() local
1949 float move = 0; in scanner_led_calibration() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc53 locals(std::move(other.locals)) { in move() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp73 inline SharedPtr<Unique<T> > makeSharedPtr (Move<T> move) in makeSharedPtr() argument
/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
/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
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c4436 struct ibmvfc_move_login *move; in ibmvfc_tgt_move_login() local
[all...]
/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...]
/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...]

Completed in 133 milliseconds

1234567891011