Home
last modified time | relevance | path

Searched refs:ptrTypeId (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dpass.cpp50 const uint32_t ptrTypeId = ptrInst->type_id(); in GetPointeeTypeId() local
51 const Instruction* ptrTypeInst = get_def_use_mgr()->GetDef(ptrTypeId); in GetPointeeTypeId()
Dscalar_replacement_pass.cpp513 uint32_t ptrTypeId = inst->type_id(); in GetStorageType() local
515 get_def_use_mgr()->GetDef(ptrTypeId)->GetSingleWordInOperand(1u); in GetStorageType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp50 const uint32_t ptrTypeId = ptrInst->type_id(); in GetPointeeTypeId() local
51 const Instruction* ptrTypeInst = get_def_use_mgr()->GetDef(ptrTypeId); in GetPointeeTypeId()
Dscalar_replacement_pass.cpp513 uint32_t ptrTypeId = inst->type_id(); in GetStorageType() local
515 get_def_use_mgr()->GetDef(ptrTypeId)->GetSingleWordInOperand(1u); in GetStorageType()