Home
last modified time | relevance | path

Searched defs:lane (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dwarp.hpp97 unsigned int lane = laneId(); in transform() local
109 const unsigned int lane = laneId(); in reduce() local
128 unsigned int lane = laneId(); in yota() local
Dscan.hpp68 const unsigned int lane = idx & 31; in operator ()() local
102 const unsigned int lane = threadIdx.x & 31; in operator ()() local
143 const unsigned int lane = tid & warp_mask; in operator ()() local
Dwarp_reduce.hpp57 const unsigned int lane = tid & 31; // index of thread in warp (0..31) in warp_reduce() local
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dwarp.hpp104 uint lane = Warp::laneId(); in warpTransform() local
116 uint lane = Warp::laneId(); in warpYota() local
/external/vixl/test/
Dtest-simulator-a64.cc1295 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test1OpNEON() local
1318 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test1OpNEON() local
1336 for (unsigned lane = 0; in Test1OpNEON() local
1486 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test1OpAcrossNEON() local
1509 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test1OpAcrossNEON() local
1534 for (unsigned lane = 0; lane < vn_lane_count; lane++) { in Test1OpAcrossNEON() local
1717 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test2OpNEON() local
1741 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test2OpNEON() local
1759 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in Test2OpNEON() local
1954 for (unsigned lane = 0; lane < vd_lane_count; lane++) { in TestByElementNEON() local
[all …]
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h2555 int lane, in Ld1()
2576 int lane, in Ld2()
2600 int lane, in Ld3()
2627 int lane, in Ld4()
2750 int lane, in St1()
2782 int lane, in St2()
2791 int lane, in St3()
2801 int lane, in St4()
Dsimulator-a64.cc650 for (int lane = leftmost_lane; lane >= rightmost_lane; lane--) { in PrintVRegisterFPHelper() local
745 unsigned lane) { in PrintVRead()
776 unsigned lane) { in PrintVWrite()
3212 int lane = instr->NEONLSIndex(index_shift); in NEONLoadStoreSingleStructHelper() local
Dassembler-a64.cc2087 int lane, in ld2()
2120 int lane, in ld3()
2156 int lane, in ld4()
2228 int lane, in st2()
2251 int lane, in st3()
2276 int lane, in st4()
2286 uint32_t lane, in LoadStoreStructSingle()
2320 int lane, in ld1()
2333 int lane, in st1()
Dsimulator-a64.h291 void Insert(int lane, T new_value) { in Insert()
/external/v8/src/js/
Dharmony-simd.js101 function NAMEExtractLaneJS(instance, lane) { argument
150 function NAMEReplaceLaneJS(instance, lane, value) { argument
/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py24 def AddLane(self, lane): argument
Dneon_emitter.py350 def Lane(self, value, lane): argument
/external/opencv3/modules/videoio/src/
Dcap_mjpeg_encoder.cpp1290 uint16x8_t lane = vld1q_u16((unsigned short*)(pix_data+v_plane_ofs)); in writeFrameData() local
1306 int16x8_t lane = vreinterpretq_s16_u16(vmovl_u8(vld1_u8(pix_data))); in writeFrameData() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp779 CodeEmitterNV50::emitQUADOP(const Instruction *i, uint8_t lane, uint8_t quOp) in emitQUADOP()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c8740 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I8); in dis_AdvSIMD_copy() local
8747 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I8); in dis_AdvSIMD_copy() local
8754 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I16); in dis_AdvSIMD_copy() local
8761 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I16); in dis_AdvSIMD_copy() local
8768 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I32); in dis_AdvSIMD_copy() local
8775 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I32); in dis_AdvSIMD_copy() local
8782 IRExpr* lane = getQRegLane(nn, laneNo, Ity_I64); in dis_AdvSIMD_copy() local
Dguest_x86_toIR.c8879 Int lane; in disInstr_X86_WRK() local
10969 Int lane; in disInstr_X86_WRK() local
Dguest_amd64_toIR.c14234 Int lane; in dis_ESC_0F__SSE2() local
14275 Int lane; in dis_ESC_0F__SSE2() local
27755 IRExpr* lane = (laneIs32 ? getYMMRegLane32 : getYMMRegLane64)( rV, i ); in dis_VMASKMOV() local