Home
last modified time | relevance | path

Searched refs:paramTypeId (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2162 Id paramTypeId = paramTypes[p]; in setupDebugFunctionEntry() local
2165 if (isPointerType(paramTypeId) || isArrayType(paramTypeId)) { in setupDebugFunctionEntry()
2167 paramTypeId = getContainedTypeId(paramTypeId); in setupDebugFunctionEntry()
2171 auto const debugLocalVariableId = createDebugLocalVariable(debugId[paramTypeId], paramName, p + 1); in setupDebugFunctionEntry()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp1833 spirv::IdRef paramTypeId; in loadAllParams() local
1835 &param, node->getChildNode(paramIndex)->getAsTyped()->getType(), &paramTypeId); in loadAllParams()
1840 paramTypeIds->push_back(paramTypeId); in loadAllParams()

Completed in 19 milliseconds