Home
last modified time | relevance | path

Searched defs:resultId (Results 26 - 36 of 36) sorted by relevance

12

/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp124 napi_value resultId = nullptr; in ParseScrollId() local
/third_party/glslang/SPIRV/
H A DspvIR.h96 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { } in Instruction() argument
181 Id resultId; member in spv::Instruction
441 spv::Id resultId in mapInstruction() local
[all...]
H A DSpvBuilder.h267 Id getIdOperand(Id resultId, int idx) { return module.getInstruction(resultId)->getIdOperand(idx); } in getIdOperand() argument
[all...]
H A DSpvBuilder.cpp146 spv::Id resultId = getUniqueId(); in addDebugScopeAndLine() local
154 spv::Id resultId = getUniqueId(); in addDebugScopeAndLine() local
2286 spv::Id resultId = getUniqueId(); enterFunction() local
3074 Id resultId = textureInst->getResultId(); createTextureCall() local
3165 Id resultId = NoResult; createCompositeCompare() local
[all...]
H A DGlslangToSpv.cpp6009 spv::Id resultId = builder.createOp(spv::OpImageSparseRead, resultTypeId, operands); in createImageTextureFunctionCall() local
7988 spv::Id resultId = builder.createOp(opCode, typeId, spvAtomicOperands); in createAtomicOperation() local
/third_party/spirv-tools/source/opt/
H A Dinline_pass.cpp37 uint32_t resultId = context()->TakeNextId(); in AddPointerToType() local
101 void InlinePass::AddLoad(uint32_t type_id, uint32_t resultId, uint32_t ptr_id, in AddLoad() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp589 auto resultId = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in SetInputFilter() local
H A Djs_textfield.cpp619 auto resultId = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in SetInputFilter() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp266 Object::ID resultId = insn.word(2); in robustBufferAccess() local
530 Object::ID resultId = insn.word(2); in robustBufferAccess() local
792 Type::ID resultId = insn.word(1); in DeclareType() local
843 Object::ID resultId = insn.word(2); CreateConstant() local
865 Object::ID resultId = object.definition.word(2); ProcessInterfaceVariable() local
1564 Object::ID resultId = insn.word(2); DefineResult() local
2084 Object::ID resultId = insn.word(2); EmitAccessChain() local
2313 Object::ID resultId = insn.word(2); EmitAtomicOp() local
2389 Object::ID resultId = insn.word(2); EmitAtomicCompareExchange() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp2189 const spirv::IdRef resultId = mBuilder.getNewId({}); in visitArrayLength() local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp457 writeStruct(const Type& type, const MemoryLayout& memoryLayout, SpvId resultId) writeStruct() argument

Completed in 50 milliseconds

12