Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h729 SpvOpLogicalAnd = 167, enumerator
DSkSLSPIRVCodeGenerator.cpp492 case SpvOpLogicalAnd: in opcode_text()
2082 this->writeInstruction(SpvOpLogicalAnd, boolType, next, result, all, out); in writeMatrixComparison()
/external/mesa3d/src/compiler/spirv/
Dspirv.h729 SpvOpLogicalAnd = 167, enumerator
Dvtn_alu.c247 case SpvOpLogicalAnd: return nir_op_iand; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3103 case SpvOpLogicalAnd: in vtn_handle_body_instruction()