Home
last modified time | relevance | path

Searched defs:typeId (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
H A Dfold_spec_constant_op_and_composite_pass.cpp147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
H A Dlocal_access_chain_convert_pass.cpp35 BuildAndAppendInst( SpvOp opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
H A Ddead_branch_elim_pass.cpp66 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
H A Dscalar_replacement_pass.cpp660 uint32_t typeId = in GetStorageType() local
463 CreateVariable( uint32_t typeId, Instruction* varInst, uint32_t index, std::vector<Instruction*>* replacements) CreateVariable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
H A Dfold_spec_constant_op_and_composite_pass.cpp147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
H A Dlocal_access_chain_convert_pass.cpp35 BuildAndAppendInst( SpvOp opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
H A Ddead_branch_elim_pass.cpp66 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
H A Dscalar_replacement_pass.cpp660 uint32_t typeId = in GetStorageType() local
463 CreateVariable( uint32_t typeId, Instruction* varInst, uint32_t index, std::vector<Instruction*>* replacements) CreateVariable() argument
/third_party/spirv-tools/source/opt/
H A Dinline_opaque_pass.cpp27 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
H A Dlocal_access_chain_convert_pass.cpp30 BuildAndAppendInst( spv::Op opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
H A Ddead_branch_elim_pass.cpp62 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
H A Dscalar_replacement_pass.cpp598 uint32_t typeId = in GetStorageType() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.cpp55 std::optional<int32_t> typeId = GetTypeId(it.type_, G_STREAM_TABLE_PTR, G_STREAM_TABLE_SIZE); in Build() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp133 std::optional<int32_t> typeId = GetTypeId(std::string(pipeSpecPtr->nodeSpec[nodeIndex].streamType), in SetNodeSpec() local
93 SetPortFormat(G_PIPELINE_SPEC_DATA_TYPE &pipeSpecPtr, const std::optional<int32_t>& typeId, int j, int k, HostStreamInfo hostStreamInfo) SetPortFormat() argument
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() argument
252 Id typeId = base->getTypeId(); postProcess() local
[all...]
H A Ddisassemble.cpp187 Id typeId = 0; in processInstructions() local
H A DSPVRemapper.cpp1210 const spv::Id typeId = asTypeConstId(typeStart); in dceTypes() local
H A DspvIR.h96 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { } in Instruction() argument
182 Id typeId; member in spv::Instruction
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp44 static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT *value) throw() in MethodToClassID() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.hpp43 const deUint32 typeId; member
H A DvkDeviceProperties.hpp43 const deUint32 typeId; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp353 auto typeId = getObject(id).typeId(); in VisitMemoryObject() local
H A DSpirvShaderControlFlow.cpp663 auto typeId = Type::ID(insn.word(1)); in LoadPhi() local
681 auto typeId = Type::ID(insn.word(1)); in StorePhi() local

Completed in 22 milliseconds

12