Searched refs:SpvOpSDotKHR (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 936 case SpvOpSDotKHR: in vtn_handle_alu() 1119 case SpvOpSDotKHR: in vtn_handle_integer_dot() 1194 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR || in vtn_handle_integer_dot() 1199 case SpvOpSDotKHR: in vtn_handle_integer_dot() 1222 case SpvOpSDotKHR: in vtn_handle_integer_dot()
|
D | spirv.h | 1569 SpvOpSDotKHR = 4450, enumerator
|
D | spirv_to_nir.c | 6070 case SpvOpSDotKHR: in vtn_handle_body_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 978 MakeInstruction(SpvOpSDotKHR, {1, 2, 3, 4})}, in TEST_F() 981 SpvOpSDotKHR, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.extension_test.cpp | 978 MakeInstruction(SpvOpSDotKHR, {1, 2, 3, 4})}, in TEST_F() 981 SpvOpSDotKHR, in TEST_F()
|
/third_party/spirv-tools/test/ |
D | text_to_binary.extension_test.cpp | 979 MakeInstruction(SpvOpSDotKHR, {1, 2, 3, 4})}, in TEST_F() 982 SpvOpSDotKHR, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1530 SpvOpSDotKHR = 4450, enumerator 2185 case SpvOpSDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 1531 SpvOpSDotKHR = 4450, enumerator 2186 case SpvOpSDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1590 SpvOpSDotKHR = 4450, enumerator
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | core.insts-unified1.inc | 467 …{"SDotKHR", SpvOpSDotKHR, 1, pygen_variable_caps_DotProductKHR, 5, {SPV_OPERAND_TYPE_TYPE_ID, SPV_…
|