Home
last modified time | relevance | path

Searched refs:SpvOpVariable (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp286 case SpvOpVariable: in opcode_text()
804 case SpvOpVariable: // fall through in writeOpCode()
1439 this->writeInstruction(SpvOpVariable, in writeFunctionCall()
1899 this->writeInstruction(SpvOpVariable, type, result, SpvStorageClassFunction, in getLValue()
2422 this->writeInstruction(SpvOpVariable, this->getPointerType(t.fType, SpvStorageClassFunction), in writeTernaryExpression()
2714 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()
2779 this->writeInstruction(SpvOpVariable, type, id, storageClass, fConstantBuffer); in writeGlobalVars()
2814 this->writeInstruction(SpvOpVariable, type, id, SpvStorageClassFunction, fVariableBuffer); in writeVarDeclarations()
Dspirv.h626 SpvOpVariable = 59, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h626 SpvOpVariable = 59, enumerator
Dspirv_to_nir.c2929 case SpvOpVariable: in vtn_handle_variable_or_type_instruction()
2963 case SpvOpVariable: in vtn_handle_body_instruction()
Dvtn_variables.c1277 case SpvOpVariable: { in vtn_handle_variables()