Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h603 SpvOpTypePointer = 32, enumerator
DSkSLSPIRVCodeGenerator.cpp240 case SpvOpTypePointer: in opcode_text()
798 case SpvOpTypePointer: // fall through in writeOpCode()
1196 this->writeInstruction(SpvOpTypePointer, result, storageClass, in getPointerType()
2713 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock()
/external/mesa3d/src/compiler/spirv/
Dspirv.h603 SpvOpTypePointer = 32, enumerator
Dspirv_to_nir.c818 case SpvOpTypePointer: in vtn_handle_type()
2904 case SpvOpTypePointer: in vtn_handle_variable_or_type_instruction()