Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp31 SpvOpUndef) in setupIntrinsics()
67 SpvOpSMod, SpvOpUMod, SpvOpUndef); in setupIntrinsics()
72 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
98 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
100 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
102 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
107 fIntrinsicMap[String("any")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
108 SpvOpUndef, SpvOpUndef, SpvOpAny); in setupIntrinsics()
109 fIntrinsicMap[String("all")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
110 SpvOpUndef, SpvOpUndef, SpvOpAll); in setupIntrinsics()
[all …]
Dspirv.h575 SpvOpUndef = 1, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h575 SpvOpUndef = 1, enumerator
Dspirv_to_nir.c2928 case SpvOpUndef: in vtn_handle_variable_or_type_instruction()
2953 case SpvOpUndef: { in vtn_handle_body_instruction()
Dvtn_variables.c1271 case SpvOpUndef: { in vtn_handle_variables()