Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h625 SpvOpFunctionCall = 57, enumerator
DSkSLSPIRVCodeGenerator.cpp284 case SpvOpFunctionCall: in opcode_text()
1449 this->writeOpCode(SpvOpFunctionCall, 4 + (int32_t) c.fArguments.size(), out); in writeFunctionCall()
/external/mesa3d/src/compiler/spirv/
Dspirv.h625 SpvOpFunctionCall = 57, enumerator
Dspirv_to_nir.c2974 case SpvOpFunctionCall: in vtn_handle_body_instruction()