Searched refs:SpvOpSUDotKHR (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 938 case SpvOpSUDotKHR: in vtn_handle_alu() 1079 opcode != SpvOpSUDotKHR && in vtn_handle_integer_dot() 1131 case SpvOpSUDotKHR: in vtn_handle_integer_dot() 1194 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR || in vtn_handle_integer_dot() 1228 case SpvOpSUDotKHR: in vtn_handle_integer_dot()
|
D | spirv.h | 1573 SpvOpSUDotKHR = 4452, enumerator
|
D | spirv_to_nir.c | 6072 case SpvOpSUDotKHR: in vtn_handle_body_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 992 MakeInstruction(SpvOpSUDotKHR, {1, 2, 3, 4})}, in TEST_F() 995 SpvOpSUDotKHR, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.extension_test.cpp | 992 MakeInstruction(SpvOpSUDotKHR, {1, 2, 3, 4})}, in TEST_F() 995 SpvOpSUDotKHR, in TEST_F()
|
/third_party/spirv-tools/test/ |
D | text_to_binary.extension_test.cpp | 993 MakeInstruction(SpvOpSUDotKHR, {1, 2, 3, 4})}, in TEST_F() 996 SpvOpSUDotKHR, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1532 SpvOpSUDotKHR = 4452, enumerator 2187 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 1533 SpvOpSUDotKHR = 4452, enumerator 2188 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1594 SpvOpSUDotKHR = 4452, enumerator
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | core.insts-unified1.inc | 471 …{"SUDotKHR", SpvOpSUDotKHR, 1, pygen_variable_caps_DotProductKHR, 5, {SPV_OPERAND_TYPE_TYPE_ID, SP…
|