HomeSort by relevance Sort by last modified time
    Searched refs:returnVarTypeId (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 170 uint32_t returnVarTypeId =
173 if (returnVarTypeId == 0) {
174 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction);
175 if (returnVarTypeId == 0) {
187 new Instruction(context(), SpvOpVariable, returnVarTypeId, returnVarId,
  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 155 uint32_t returnVarTypeId = context()->get_type_mgr()->FindPointerToType(
157 if (returnVarTypeId == 0)
158 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction);
162 new Instruction(context(), SpvOpVariable, returnVarTypeId, returnVarId,

Completed in 240 milliseconds