Searched refs:SpvOpSUDotKHR (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 795 case SpvOpSUDotKHR: in vtn_handle_alu() 934 opcode != SpvOpSUDotKHR && in vtn_handle_integer_dot() 986 case SpvOpSUDotKHR: in vtn_handle_integer_dot() 1049 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR || in vtn_handle_integer_dot() 1083 case SpvOpSUDotKHR: in vtn_handle_integer_dot()
|
D | spirv.h | 1523 SpvOpSUDotKHR = 4452, enumerator 2169 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
D | spirv_to_nir.c | 5815 case SpvOpSUDotKHR: in vtn_handle_body_instruction()
|
/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/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-headers/include/spirv/unified1/ |
D | spirv.h | 1532 SpvOpSUDotKHR = 4452, enumerator 2187 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/spirv-tools/include/spirv/unified1/ |
D | spirv.h | 1525 SpvOpSUDotKHR = 4452, enumerator 2173 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 | 1525 SpvOpSUDotKHR = 4452, enumerator 2173 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | core.insts-unified1.inc | 457 …{"SUDotKHR", SpvOpSUDotKHR, 1, pygen_variable_caps_DotProductKHR, 5, {SPV_OPERAND_TYPE_TYPE_ID, SP…
|