Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h717 SpvOpAll = 155, enumerator
DSkSLSPIRVCodeGenerator.cpp110 SpvOpUndef, SpvOpUndef, SpvOpAll); in setupIntrinsics()
468 case SpvOpAll: in opcode_text()
2052 this->writeInstruction(SpvOpAll, this->getType(*fContext.fBool_Type), result, id, out); in foldToBool()
2079 this->writeInstruction(SpvOpAll, boolType, all, compare, out); in writeMatrixComparison()
/external/mesa3d/src/compiler/spirv/
Dspirv.h717 SpvOpAll = 155, enumerator
Dvtn_alu.c371 case SpvOpAll: in vtn_handle_alu()
Dspirv_to_nir.c3055 case SpvOpAll: in vtn_handle_body_instruction()