Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h600 SpvOpTypeRuntimeArray = 29, enumerator
DSkSLSPIRVCodeGenerator.cpp234 case SpvOpTypeRuntimeArray: in opcode_text()
800 case SpvOpTypeRuntimeArray: // fall through in writeOpCode()
1080 this->writeInstruction(SpvOpTypeRuntimeArray, result, in getType()
/external/mesa3d/src/compiler/spirv/
Dspirv.h600 SpvOpTypeRuntimeArray = 29, enumerator
Dspirv_to_nir.c753 case SpvOpTypeRuntimeArray: in vtn_handle_type()
759 if (opcode == SpvOpTypeRuntimeArray) { in vtn_handle_type()
2901 case SpvOpTypeRuntimeArray: in vtn_handle_variable_or_type_instruction()