/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_opaque_pass.cpp | 29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
|
H A D | local_access_chain_convert_pass.cpp | 35 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 D | dead_branch_elim_pass.cpp | 66 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
|
H A D | scalar_replacement_pass.cpp | 660 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 D | inline_opaque_pass.cpp | 29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
|
H A D | local_access_chain_convert_pass.cpp | 35 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 D | dead_branch_elim_pass.cpp | 66 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
|
H A D | scalar_replacement_pass.cpp | 660 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 D | inline_opaque_pass.cpp | 27 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() argument
|
H A D | local_access_chain_convert_pass.cpp | 30 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 D | dead_branch_elim_pass.cpp | 62 uint32_t typeId = sInst->type_id(); in GetConstInteger() local
|
H A D | scalar_replacement_pass.cpp | 598 uint32_t typeId = in GetStorageType() local
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/ |
H A D | stream_pipeline_builder.cpp | 55 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 D | stream_pipeline_strategy.cpp | 133 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 D | SpvPostProcess.cpp | 64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() argument 252 Id typeId = base->getTypeId(); postProcess() local [all...] |
H A D | disassemble.cpp | 187 Id typeId = 0; in processInstructions() local
|
H A D | SPVRemapper.cpp | 1210 const spv::Id typeId = asTypeConstId(typeStart); in dceTypes() local
|
H A D | spvIR.h | 96 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 D | CodecExports.cpp | 44 static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT *value) throw()
in MethodToClassID() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceFeatures.hpp | 43 const deUint32 typeId; member
|
H A D | vkDeviceProperties.hpp | 43 const deUint32 typeId; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderMemory.cpp | 353 auto typeId = getObject(id).typeId(); in VisitMemoryObject() local
|
H A D | SpirvShaderControlFlow.cpp | 663 auto typeId = Type::ID(insn.word(1)); in LoadPhi() local 681 auto typeId = Type::ID(insn.word(1)); in StorePhi() local
|