Home
last modified time | relevance | path

Searched refs:SpvOpTypeFloat (Results 1 – 25 of 89) sorted by relevance

1234

/external/deqp-deps/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp36 3u << SpvWordCountShift | SpvOpTypeFloat, in SetUp()
87 3u << SpvWordCountShift | SpvOpTypeFloat, in SetUp()
125 3u << SpvWordCountShift | SpvOpTypeFloat, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp36 3u << SpvWordCountShift | SpvOpTypeFloat, in SetUp()
87 3u << SpvWordCountShift | SpvOpTypeFloat, in SetUp()
125 3u << SpvWordCountShift | SpvOpTypeFloat, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp180 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
183 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
186 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
189 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
192 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
195 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
410 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
413 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
Dtext_to_binary_test.cpp195 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}), in TEST_P()
225 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 16}), in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp180 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
183 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
186 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
189 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
192 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
195 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
410 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
413 Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}),
Dtext_to_binary_test.cpp195 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}), in TEST_P()
225 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 16}), in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp114 case SpvOpTypeFloat: in NumConsumedLocations()
121 _.ContainsSizedIntOrFloatType(type->id(), SpvOpTypeFloat, 64)) && in NumConsumedLocations()
182 case SpvOpTypeFloat: in NumConsumedComponents()
Dvalidate_derivatives.cpp49 if (!_.ContainsSizedIntOrFloatType(result_type, SpvOpTypeFloat, 32)) { in DerivativesPass()
Dvalidate_type.cpp195 if (comp_type_instruction->opcode() != SpvOpTypeFloat) { in ValidateTypeMatrix()
563 if (!component_type || (SpvOpTypeFloat != component_type->opcode() && in ValidateTypeCooperativeMatrixNV()
617 case SpvOpTypeFloat: in TypePass()
Dvalidation_state.cpp589 case SpvOpTypeFloat: in GetComponentType()
618 case SpvOpTypeFloat: in GetDimension()
646 if (inst->opcode() == SpvOpTypeFloat || inst->opcode() == SpvOpTypeInt) in GetBitWidth()
664 return inst->opcode() == SpvOpTypeFloat; in IsFloatScalarType()
682 if (inst->opcode() == SpvOpTypeFloat) { in IsFloatScalarOrVectorType()
1192 if (type != SpvOpTypeInt && type != SpvOpTypeFloat) return false; in ContainsSizedIntOrFloatType()
1235 ContainsSizedIntOrFloatType(id, SpvOpTypeFloat, 16))) { in ContainsLimitedUseIntOrFloatType()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp114 case SpvOpTypeFloat: in NumConsumedLocations()
121 _.ContainsSizedIntOrFloatType(type->id(), SpvOpTypeFloat, 64)) && in NumConsumedLocations()
182 case SpvOpTypeFloat: in NumConsumedComponents()
Dvalidate_derivatives.cpp49 if (!_.ContainsSizedIntOrFloatType(result_type, SpvOpTypeFloat, 32)) { in DerivativesPass()
Dvalidate_type.cpp195 if (comp_type_instruction->opcode() != SpvOpTypeFloat) { in ValidateTypeMatrix()
563 if (!component_type || (SpvOpTypeFloat != component_type->opcode() && in ValidateTypeCooperativeMatrixNV()
617 case SpvOpTypeFloat: in TypePass()
Dvalidation_state.cpp591 case SpvOpTypeFloat: in GetComponentType()
620 case SpvOpTypeFloat: in GetDimension()
648 if (inst->opcode() == SpvOpTypeFloat || inst->opcode() == SpvOpTypeInt) in GetBitWidth()
666 return inst->opcode() == SpvOpTypeFloat; in IsFloatScalarType()
684 if (inst->opcode() == SpvOpTypeFloat) { in IsFloatScalarOrVectorType()
1194 if (type != SpvOpTypeInt && type != SpvOpTypeFloat) return false; in ContainsSizedIntOrFloatType()
1237 ContainsSizedIntOrFloatType(id, SpvOpTypeFloat, 16))) { in ContainsLimitedUseIntOrFloatType()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_types.cpp120 case SpvOpTypeFloat: in ChooseScalarOrCompositeType()
Dfuzzer_pass_push_ids_through_variables.cpp127 case SpvOpTypeFloat: in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp101 case SpvOpTypeFloat: in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_types.cpp120 case SpvOpTypeFloat: in ChooseScalarOrCompositeType()
Dfuzzer_pass_push_ids_through_variables.cpp127 case SpvOpTypeFloat: in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp101 case SpvOpTypeFloat: in Apply()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c145 case SpvOpTypeFloat: in vtn_validate_handle_constant_instruction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp210 case SpvOpTypeFloat: in spvOpcodeIsScalarType()
317 case SpvOpTypeFloat: in spvOpcodeGeneratesType()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp210 case SpvOpTypeFloat: in spvOpcodeIsScalarType()
317 case SpvOpTypeFloat: in spvOpcodeGeneratesType()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp137 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp137 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()

1234