Home
last modified time | relevance | path

Searched refs:SpvOpConstant (Results 1 – 25 of 112) sorted by relevance

12345

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp123 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 …]
Dtext_to_binary_test.cpp185 MakeInstruction(SpvOpConstant, {1, 2, 123})}))); in TEST_F()
196 MakeInstruction(SpvOpConstant, in TEST_P()
226 MakeInstruction(SpvOpConstant, in TEST_P()
Dtext_to_binary.control_flow_test.cpp148 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F()
159 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F()
248 MakeInstruction(SpvOpConstant, in MakeSwitchTestCase()
Dbinary_parse_test.cpp652 {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}),
Dimmediate_int_test.cpp112 MakeInstruction(SpvOpConstant, {1, 2, 4294967295}), in TEST_F()
155 MakeInstruction(SpvOpConstant, {1, 2, 0xb, 0xa}), in TEST_F()
Dbinary_to_text_test.cpp179 {"", 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/
Dtext_to_binary.constant_test.cpp123 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 …]
Dtext_to_binary_test.cpp185 MakeInstruction(SpvOpConstant, {1, 2, 123})}))); in TEST_F()
196 MakeInstruction(SpvOpConstant, in TEST_P()
226 MakeInstruction(SpvOpConstant, in TEST_P()
Dtext_to_binary.control_flow_test.cpp148 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F()
159 MakeInstruction(SpvOpConstant, {1, 2, 52}), in TEST_F()
248 MakeInstruction(SpvOpConstant, in MakeSwitchTestCase()
Dbinary_parse_test.cpp652 {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}),
Dimmediate_int_test.cpp112 MakeInstruction(SpvOpConstant, {1, 2, 4294967295}), in TEST_F()
155 MakeInstruction(SpvOpConstant, {1, 2, 0xb, 0xa}), in TEST_F()
Dbinary_to_text_test.cpp179 {"", 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/
Dconstant_uniform_facts_test.cpp369 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/
Dconstant_uniform_facts_test.cpp369 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/
Dstrength_reduction_pass.cpp87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2()
136 case SpvOp::SpvOpConstant: in FindIntTypesAndConstants()
163 new Instruction(context(), SpvOp::SpvOpConstant, uint32_type_id_, in GetConstantId()
Dfreeze_spec_constant_value_pass.cpp27 inst->SetOpcode(SpvOp::SpvOpConstant); in Process()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2()
136 case SpvOp::SpvOpConstant: in FindIntTypesAndConstants()
163 new Instruction(context(), SpvOp::SpvOpConstant, uint32_type_id_, in GetConstantId()
Dfreeze_spec_constant_value_pass.cpp27 inst->SetOpcode(SpvOp::SpvOpConstant); in Process()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c92 case SpvOpConstant: in vtn_validate_handle_constant()
167 case SpvOpConstant: in vtn_validate_handle_constant_instruction()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp114 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/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp426 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/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp426 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/
Dconstant_uniform_facts.cpp66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches()
98 assert(constant_inst->opcode() == SpvOpConstant && in GetUniformDescriptorsForConstant()
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Dconstant_uniform_facts.cpp66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches()
98 assert(constant_inst->opcode() == SpvOpConstant && in GetUniformDescriptorsForConstant()

12345