Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc421 const Variables* GetLane(const Variables& lanes, int lane) { in GetLane()
538 int lane, in Thread()
731 if (auto lane = client_.GetLane(locals, lane_)) { in ExpectLocalT() local
958 int lane, in StartThread()
991 int lane; in OnBreakpointHit() local
1003 int lane; in OnBreakpointHit() local
1014 int lane; in OnBreakpointHit() local
1055 int* lane) { in FindLocal()
1100 int* lane) { in FindGlobalInvocationId()
1108 bool FindVertexIndex(dap::integer thread_id, uint32_t index, int* lane) { in FindVertexIndex()
[all …]
/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.h219 bi_byte(bi_index idx, unsigned lane) in bi_byte()
Dbifrost_compile.c2213 bi_index lane = bi_lshift_xor_i32(b, lane_id, s1, bi_imm_u8(0)); in bi_clper_xor() local
/third_party/mesa3d/src/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/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/panfrost/bifrost/valhall/
Dvalhall.h79 bool lane : 1; member
Dvalhall.py103 …halfswizzle = False, widen = False, lanes = False, combine = False, lane = None, absneg = False, n… 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.c3139 LLVMValueRef lane, bool with_opt_barrier) in _ac_build_readlane()
3160 LLVMValueRef lane, bool with_opt_barrier) in ac_build_readlane_common()
3203 LLVMValueRef lane) in ac_build_readlane_no_opt_barrier()
3208 LLVMValueRef ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef lane) in ac_build_readlane()
3214 LLVMValueRef lane) in ac_build_writelane()
Dac_nir_to_llvm.c4096 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_no_buildgn/vulkan/reconvergence/
DvktReconvergenceTests.cpp1926 for (deUint32 lane = 0; lane < invocationStride; ++lane) in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1926 for (deUint32 lane = 0; lane < invocationStride; ++lane) in iterate() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8096 Temp lane = bld.sop1(Builder::s_ff1_i32, bld.def(s1), Operand(exec, bld.lm)); in emit_uniform_scan() local
8837 unsigned lane = 0; in visit_intrinsic() local
8968 Temp lane = bld.as_uniform(get_ssa_temp(ctx, instr->src[2].ssa)); in visit_intrinsic() local