| /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
|
| /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...] |
| H A D | SpvBuilder.h | 277 isBoolType(Id typeId) isBoolType() argument 349 Id typeId = getTypeId(resultId); getImageType() local [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
|
| /third_party/mesa3d/src/compiler/clc/ |
| H A D | clc_helpers.cpp | 90 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId), in SPIRVKernelArg() argument 97 uint32_t typeId; member in SPIRVKernelArg 174 uint32_t id, typeId; in parseFunctionParam() local 217 uint32_t typeId, storageClass; in parseTypePointer() local 418 uint32_t typeId; parseOpTypeImage() local 480 uint32_t typeId = ins->words[ins->operands[0].offset]; parseLiteralType() local 556 uint32_t typeId = ins->words[ins->operands[0].offset]; parseSpecConstant() local [all...] |