/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 123 MakeInstruction(SpvOpConstant, {1, 2, 0x1234})})}, 126 MakeInstruction(SpvOpConstant, {1, 2, 0x8000})})}, 129 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 132 MakeInstruction(SpvOpConstant, {1, 2, 65535})})}, 135 MakeInstruction(SpvOpConstant, {1, 2, 65535})})}, 138 MakeInstruction(SpvOpConstant, {1, 2, 0xffff8000})})}, 141 MakeInstruction(SpvOpConstant, {1, 2, uint32_t(-32)})})}, 144 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 147 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 150 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, [all …]
|
D | text_to_binary_test.cpp | 185 MakeInstruction(SpvOpConstant, {1, 2, 123})}))); in TEST_F() 196 MakeInstruction(SpvOpConstant, in TEST_P() 226 MakeInstruction(SpvOpConstant, in TEST_P()
|
D | text_to_binary.control_flow_test.cpp | 148 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F() 159 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F() 248 MakeInstruction(SpvOpConstant, in MakeSwitchTestCase()
|
D | binary_parse_test.cpp | 652 {spvOpcodeMake(5, SpvOpConstant), 1, 2}}), 660 {spvOpcodeMake(5, SpvOpConstant), 1, 2, 42}}), 694 {spvOpcodeMake(4, SpvOpConstant), 1, 2, 44, 44}}), 801 MakeInstruction(SpvOpConstant, {1, 2, 0x78f00000}), 811 MakeInstruction(SpvOpConstant, {2, 2, 42}), 817 MakeInstruction(SpvOpConstant, {1, 2, 42}),
|
D | immediate_int_test.cpp | 112 MakeInstruction(SpvOpConstant, {1, 2, 4294967295}), in TEST_F() 155 MakeInstruction(SpvOpConstant, {1, 2, 0xb, 0xa}), in TEST_F()
|
D | binary_to_text_test.cpp | 179 {"", spvtest::MakeInstruction(SpvOpConstant, {0, 1, 42}), 193 {"", spvtest::MakeInstruction(SpvOpConstant, {500, 1, 42}), 197 spvtest::MakeInstruction(SpvOpConstant, {2, 3, 999}),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.constant_test.cpp | 123 MakeInstruction(SpvOpConstant, {1, 2, 0x1234})})}, 126 MakeInstruction(SpvOpConstant, {1, 2, 0x8000})})}, 129 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 132 MakeInstruction(SpvOpConstant, {1, 2, 65535})})}, 135 MakeInstruction(SpvOpConstant, {1, 2, 65535})})}, 138 MakeInstruction(SpvOpConstant, {1, 2, 0xffff8000})})}, 141 MakeInstruction(SpvOpConstant, {1, 2, uint32_t(-32)})})}, 144 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 147 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, 150 MakeInstruction(SpvOpConstant, {1, 2, 0})})}, [all …]
|
D | text_to_binary_test.cpp | 185 MakeInstruction(SpvOpConstant, {1, 2, 123})}))); in TEST_F() 196 MakeInstruction(SpvOpConstant, in TEST_P() 226 MakeInstruction(SpvOpConstant, in TEST_P()
|
D | text_to_binary.control_flow_test.cpp | 148 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F() 159 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F() 248 MakeInstruction(SpvOpConstant, in MakeSwitchTestCase()
|
D | binary_parse_test.cpp | 652 {spvOpcodeMake(5, SpvOpConstant), 1, 2}}), 660 {spvOpcodeMake(5, SpvOpConstant), 1, 2, 42}}), 694 {spvOpcodeMake(4, SpvOpConstant), 1, 2, 44, 44}}), 801 MakeInstruction(SpvOpConstant, {1, 2, 0x78f00000}), 811 MakeInstruction(SpvOpConstant, {2, 2, 42}), 817 MakeInstruction(SpvOpConstant, {1, 2, 42}),
|
D | immediate_int_test.cpp | 112 MakeInstruction(SpvOpConstant, {1, 2, 4294967295}), in TEST_F() 155 MakeInstruction(SpvOpConstant, {1, 2, 0xb, 0xa}), in TEST_F()
|
D | binary_to_text_test.cpp | 179 {"", spvtest::MakeInstruction(SpvOpConstant, {0, 1, 42}), 193 {"", spvtest::MakeInstruction(SpvOpConstant, {500, 1, 42}), 197 spvtest::MakeInstruction(SpvOpConstant, {2, 3, 999}),
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 369 context.get(), SpvOpConstant, type_int32_id, 50, operands)); in TEST() 372 context.get(), SpvOpConstant, type_int32_id, 51, operands)); in TEST() 376 context.get(), SpvOpConstant, type_int64_id, 52, operands)); in TEST() 379 context.get(), SpvOpConstant, type_uint32_id, 53, operands)); in TEST() 383 context.get(), SpvOpConstant, type_uint64_id, 54, operands)); in TEST() 387 context.get(), SpvOpConstant, type_uint64_id, 55, operands)); in TEST() 390 context.get(), SpvOpConstant, type_float_id, 56, operands)); in TEST() 394 context.get(), SpvOpConstant, type_double_id, 57, operands)); in TEST() 398 context.get(), SpvOpConstant, type_double_id, 58, operands)); in TEST() 403 context.get(), SpvOpConstant, type_int32_id, 59, operands)); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 369 context.get(), SpvOpConstant, type_int32_id, 50, operands)); in TEST() 372 context.get(), SpvOpConstant, type_int32_id, 51, operands)); in TEST() 376 context.get(), SpvOpConstant, type_int64_id, 52, operands)); in TEST() 379 context.get(), SpvOpConstant, type_uint32_id, 53, operands)); in TEST() 383 context.get(), SpvOpConstant, type_uint64_id, 54, operands)); in TEST() 387 context.get(), SpvOpConstant, type_uint64_id, 55, operands)); in TEST() 390 context.get(), SpvOpConstant, type_float_id, 56, operands)); in TEST() 394 context.get(), SpvOpConstant, type_double_id, 57, operands)); in TEST() 398 context.get(), SpvOpConstant, type_double_id, 58, operands)); in TEST() 403 context.get(), SpvOpConstant, type_int32_id, 59, operands)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2() 136 case SpvOp::SpvOpConstant: in FindIntTypesAndConstants() 163 new Instruction(context(), SpvOp::SpvOpConstant, uint32_type_id_, in GetConstantId()
|
D | freeze_spec_constant_value_pass.cpp | 27 inst->SetOpcode(SpvOp::SpvOpConstant); in Process()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2() 136 case SpvOp::SpvOpConstant: in FindIntTypesAndConstants() 163 new Instruction(context(), SpvOp::SpvOpConstant, uint32_type_id_, in GetConstantId()
|
D | freeze_spec_constant_value_pass.cpp | 27 inst->SetOpcode(SpvOp::SpvOpConstant); in Process()
|
/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 92 case SpvOpConstant: in vtn_validate_handle_constant() 167 case SpvOpConstant: in vtn_validate_handle_constant_instruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | propagator_test.cpp | 114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F() 181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | propagator_test.cpp | 114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F() 181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 426 context.get(), SpvOpConstant, 6, 200, operands)); in TEST() 443 context.get(), SpvOpConstant, 6, 201, operands)); in TEST() 463 context.get(), SpvOpConstant, 12, 202, operands_positive_infinity)); in TEST() 468 context.get(), SpvOpConstant, 12, 203, operands)); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary_test.cpp | 426 context.get(), SpvOpConstant, 6, 200, operands)); in TEST() 443 context.get(), SpvOpConstant, 6, 201, operands)); in TEST() 463 context.get(), SpvOpConstant, 12, 202, operands_positive_infinity)); in TEST() 468 context.get(), SpvOpConstant, 12, 203, operands)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
D | constant_uniform_facts.cpp | 66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches() 98 assert(constant_inst->opcode() == SpvOpConstant && in GetUniformDescriptorsForConstant()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | constant_uniform_facts.cpp | 66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches() 98 assert(constant_inst->opcode() == SpvOpConstant && in GetUniformDescriptorsForConstant()
|