Home
last modified time | relevance | path

Searched defs:typeId (Results 1 - 25 of 36) 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
/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...]
H A DSpvBuilder.h277 isBoolType(Id typeId) isBoolType() argument
349 Id typeId = getTypeId(resultId); getImageType() local
[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
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp90 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...]

Completed in 27 milliseconds

12