Searched refs:SpvOpSDotAccSatKHR (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 796 case SpvOpSDotAccSatKHR: in vtn_handle_alu() 874 const unsigned num_inputs = (opcode == SpvOpSDotAccSatKHR || in vtn_handle_integer_dot() 975 case SpvOpSDotAccSatKHR: in vtn_handle_integer_dot() 1050 opcode == SpvOpSDotAccSatKHR || opcode == SpvOpSUDotAccSatKHR; in vtn_handle_integer_dot() 1060 case SpvOpSDotAccSatKHR: in vtn_handle_integer_dot() 1086 case SpvOpSDotAccSatKHR: in vtn_handle_integer_dot()
|
D | spirv.h | 1524 SpvOpSDotAccSatKHR = 4453, enumerator 2170 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
D | spirv_to_nir.c | 5816 case SpvOpSDotAccSatKHR: in vtn_handle_body_instruction()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.extension_test.cpp | 999 MakeInstruction(SpvOpSDotAccSatKHR, {1, 2, 3, 4, 5})}, in TEST_F() 1002 SpvOpSDotAccSatKHR, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 999 MakeInstruction(SpvOpSDotAccSatKHR, {1, 2, 3, 4, 5})}, in TEST_F() 1002 SpvOpSDotAccSatKHR, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1533 SpvOpSDotAccSatKHR = 4453, enumerator 2188 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/spirv-tools/include/spirv/unified1/ |
D | spirv.h | 1526 SpvOpSDotAccSatKHR = 4453, enumerator 2174 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 1534 SpvOpSDotAccSatKHR = 4453, enumerator 2189 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1526 SpvOpSDotAccSatKHR = 4453, enumerator 2174 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | core.insts-unified1.inc | 458 …{"SDotAccSatKHR", SpvOpSDotAccSatKHR, 1, pygen_variable_caps_DotProductKHR, 6, {SPV_OPERAND_TYPE_T…
|