Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h592 SpvOpTypeInt = 21, enumerator
DSkSLSPIRVCodeGenerator.cpp218 case SpvOpTypeInt: in opcode_text()
792 case SpvOpTypeInt: // fall through in writeOpCode()
1046 this->writeInstruction(SpvOpTypeInt, result, 32, 1, fConstantBuffer); in getType()
1048 this->writeInstruction(SpvOpTypeInt, result, 32, 0, fConstantBuffer); in getType()
/external/mesa3d/src/compiler/spirv/
Dspirv.h592 SpvOpTypeInt = 21, enumerator
Dspirv_to_nir.c711 case SpvOpTypeInt: { in vtn_handle_type()
2893 case SpvOpTypeInt: in vtn_handle_variable_or_type_instruction()