/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 246 Eq(MakeInstruction(SpvOpSizeOf, {1, 2, 3}))); in TEST_F() 258 Eq(MakeInstruction(SpvOpSizeOf, {1, 2, 3}))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 246 Eq(MakeInstruction(SpvOpSizeOf, {1, 2, 3}))); in TEST_F() 258 Eq(MakeInstruction(SpvOpSizeOf, {1, 2, 3}))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 974 SpvOpSizeOf = 321, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 979 SpvOpSizeOf = 321, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 979 SpvOpSizeOf = 321, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.h | 974 SpvOpSizeOf = 321, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 974 SpvOpSizeOf = 321, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 979 SpvOpSizeOf = 321, enumerator
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | vtn_gather_types.c | 282 case SpvOpSizeOf: return (struct type_args){ 1, 0 }; in result_type_args_for_opcode()
|
D | spirv_info.c | 947 case SpvOpSizeOf: return "SpvOpSizeOf"; in spirv_op_to_string()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 826 case SpvOpSizeOf: in IsOpcodeCodeMotionSafe()
|
D | ir_context.cpp | 619 SpvOpSizeOf}); in AddCombinatorsForCapability()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 826 case SpvOpSizeOf: in IsOpcodeCodeMotionSafe()
|
D | ir_context.cpp | 619 SpvOpSizeOf}); in AddCombinatorsForCapability()
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 1160 SpvOpSizeOf = 321, enumerator 1692 case SpvOpSizeOf: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 1412 SpvOpSizeOf = 321, enumerator 1996 case SpvOpSizeOf: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 1415 SpvOpSizeOf = 321, enumerator 1999 case SpvOpSizeOf: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 1348 SpvOpSizeOf = 321, enumerator 1919 case SpvOpSizeOf: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
|