Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dv_pow.c17 for (int lane = 0; lane < v_lanes64 (); lane++) in V_NAME() local
Dv_powf.c162 for (int lane = 0; lane < v_lanes32 (); lane++) in V_NAME() local
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c98 UINT64 lane; in KeccakP1600_AddBytesInLane() local
182 UINT64 lane = byte; in KeccakP1600_AddByte() local
306 UINT64 lane = ((UINT64*)state)[lanePosition]; in KeccakP1600_ExtractBytesInLane() local
382 UINT64 lane = ((UINT64*)state)[lanePosition]; in KeccakP1600_ExtractAndAddBytesInLane() local
/third_party/typescript/src/debug/
Ddbg.ts430 const left = column > 0 ? connectors[column - 1][lane] : 0; constant
431 const above = lane > 0 ? connectors[column][lane - 1] : 0; constant
443 const connector = connectors[column][lane]; constant
445 const node = grid[column][lane]; constant
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_divergent_indirects.c89 nir_ssa_def *lane = nir_load_subgroup_invocation(b); in bi_lower_divergent_indirects_impl() local
Dcompiler.h226 bi_byte(bi_index idx, unsigned lane) in bi_byte()
Dbifrost_compile.c1712 bi_index lane = bi_lshift_xor_i32(b, lane_id, s1, bi_imm_u8(0)); in bi_clper_xor() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp397 for (uint32_t lane = 0; lane < mVWidth; ++lane) in CreateGatherOddFormats() local
1121 for (int64_t lane = 0; lane < vWidth; lane++) in GetSimdValidIndicesGfx() local
1195 for (int64_t lane = 0; lane < mVWidth; lane++) in GetSimdValidIndicesHelper() local
1413 uint32_t lane = ((i == 0) || (i == 2)) ? 0 : 1; in Shuffle8bpcGatherd16() local
1789 uint32_t lane = ((i == 0) || (i == 2)) ? 0 : 1; in Shuffle16bpcGather16() local
2035 uint32_t lane = ((i == 0) || (i == 2)) ? 0 : 1; in Shuffle16bpcGather() local
Dbuilder_mem.cpp480 uint32_t lane = ((i == 0) || (i == 2)) ? 0 : 1; in Shuffle16bpcGather4() local
580 uint32_t lane = ((i == 0) || (i == 2)) ? 0 : 1; in Shuffle8bpcGather4() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp141 Value *lane = bld.mkImm(l); in handleManualTXD() local
Dnv50_ir_emit_nv50.cpp841 CodeEmitterNV50::emitQUADOP(const Instruction *i, uint8_t lane, uint8_t quOp) in emitQUADOP()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp157 INLINE simd4scalar swizzleLaneN(const simdvector& v, int lane) in swizzleLaneN()
311 INLINE simd4scalar swizzleLaneN(const simd16vector& v, int lane) in swizzleLaneN()
505 for (uint32_t lane = 0; lane < KNOB_SIMD_WIDTH; ++lane) in PaPatchListTerm() local
564 for (uint32_t lane = 0; lane < KNOB_SIMD16_WIDTH; ++lane) in PaPatchListTerm_simd16() local
1820 const int lane = pa.numPrims - pa.numPrimsComplete - 1; in PaLineLoop1() local
1872 const int lane = pa.numPrims - pa.numPrimsComplete - 1; in PaLineLoop1_simd16() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp266 for(int lane = 0; lane < sw::SIMD::Width; lane++) in get() local
1182 int const lane; member
2018 int lane) in LocalVariableValue()
2171 for(size_t lane = 0; lane < sw::SIMD::Width; lane++) in Data() local
2333 for(size_t lane = 0; lane < sw::SIMD::Width; lane++) in updateFrameLocals() local
2345 for(int lane = 0; lane < sw::SIMD::Width; lane++) in getOrCreateLocals() local
2379 for(int lane = 0; lane < sw::SIMD::Width; lane++) in getOrCreateLocals() local
2386 for(int lane = 0; lane < sw::SIMD::Width; lane++) in getOrCreateLocals() local
2404 for(int lane = 0; lane < sw::SIMD::Width; lane++) in buildGlobal() local
2415 for(int lane = 0; lane < sw::SIMD::Width; lane++) in buildGlobals() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp791 for (uint32_t lane = 0; lane < mVWidth; ++lane) { in swr_gs_llvm_emit_vertex() local
842 for (uint32_t lane = 0; lane < mVWidth; ++lane) { in swr_gs_llvm_emit_vertex() local
910 for (uint32_t lane = 0; lane < mVWidth; ++lane) { in swr_gs_llvm_end_primitive() local
936 for (uint32_t lane = 0; lane < mVWidth; ++lane) in swr_gs_llvm_epilogue() local
1092 for (uint32_t lane = 0; lane < mVWidth; lane++) { in swr_tcs_llvm_fetch_output() local
1213 for (uint32_t lane = 0; lane < mVWidth; lane++) { in swr_tcs_llvm_store_output() local
1619 for (uint32_t lane = 0; lane < mVWidth; ++lane) in CompileGS() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py101 …x, size, is_float = False, swizzle = False, widen = False, lanes = False, lane = None, absneg = Fa… argument
/third_party/python/Objects/
Dtupleobject.c413 Py_uhash_t lane = PyObject_Hash(item[i]); in tuplehash() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3376 LLVMValueRef lane, bool with_opt_barrier) in _ac_build_readlane()
3397 LLVMValueRef lane, bool with_opt_barrier) in ac_build_readlane_common()
3440 LLVMValueRef lane) in ac_build_readlane_no_opt_barrier()
3445 LLVMValueRef ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef lane) in ac_build_readlane()
3451 LLVMValueRef lane) in ac_build_writelane()
Dac_nir_to_llvm.c4070 unsigned lane = nir_src_as_uint(instr->src[1]); in visit_intrinsic() local
/third_party/skia/src/core/
DSkVM.cpp719 I32 Builder::load64(Ptr ptr, int lane) { in load64()
722 I32 Builder::load128(Ptr ptr, int lane) { in load128()
2475 void Assembler::movs(X dst, V src, int lane) { in movs()
2479 void Assembler::inss(V dst, X src, int lane) { in inss()
2509 void Assembler::ld24s(V dst, X src, int lane) { in ld24s()
2515 void Assembler::ld44s(V dst, X src, int lane) { in ld44s()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1925 for (deUint32 lane = 0; lane < invocationStride; ++lane) in iterate() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7772 Temp lane = bld.sop1(Builder::s_ff1_i32, bld.def(s1), Operand(exec, bld.lm)); in emit_uniform_scan() local
8475 unsigned lane = 0; in visit_intrinsic() local
8606 Temp lane = bld.as_uniform(get_ssa_temp(ctx, instr->src[2].ssa)); in visit_intrinsic() local