Home
last modified time | relevance | path

Searched refs:SpvOpTypeBool (Results 1 – 25 of 52) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp141 case SpvOpTypeBool: in OpcodeHasFixedNumberOfOperands()
254 case SpvOpTypeBool: in ProcessCurInstruction()
285 if (opcode == SpvOpTypeBool) { in ProcessCurInstruction()
299 } else if (multi_mtf_.HasValue(GetMtfIdGeneratedByOpcode(SpvOpTypeBool), in ProcessCurInstruction()
336 case SpvOpTypeBool: in ProcessCurInstruction()
761 return GetMtfIdWithTypeGeneratedByOpcode(SpvOpTypeBool); in GetRuleBasedMtf()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp141 case SpvOpTypeBool: in OpcodeHasFixedNumberOfOperands()
254 case SpvOpTypeBool: in ProcessCurInstruction()
285 if (opcode == SpvOpTypeBool) { in ProcessCurInstruction()
299 } else if (multi_mtf_.HasValue(GetMtfIdGeneratedByOpcode(SpvOpTypeBool), in ProcessCurInstruction()
336 case SpvOpTypeBool: in ProcessCurInstruction()
761 return GetMtfIdWithTypeGeneratedByOpcode(SpvOpTypeBool); in GetRuleBasedMtf()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp586 case SpvOpTypeBool: in GetComponentType()
612 case SpvOpTypeBool: in GetDimension()
637 if (inst->opcode() == SpvOpTypeBool) return 1; in GetBitWidth()
744 return inst->opcode() == SpvOpTypeBool; in IsBoolScalarType()
762 if (inst->opcode() == SpvOpTypeBool) { in IsBoolScalarOrVectorType()
Dvalidate_constants.cpp28 if (!type || type->opcode() != SpvOpTypeBool) { in ValidateConstantBool()
277 case SpvOpTypeBool: in IsTypeNullable()
Dvalidate_datarules.cpp184 if (type_instruction->opcode() != SpvOpTypeBool) { in ValidateSpecConstBoolean()
Dvalidate_logicals.cpp170 case SpvOpTypeBool: in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp603 case SpvOpTypeBool: in GetComponentType()
629 case SpvOpTypeBool: in GetDimension()
654 if (inst->opcode() == SpvOpTypeBool) return 1; in GetBitWidth()
761 return inst->opcode() == SpvOpTypeBool; in IsBoolScalarType()
779 if (inst->opcode() == SpvOpTypeBool) { in IsBoolScalarOrVectorType()
Dvalidate_constants.cpp28 if (!type || type->opcode() != SpvOpTypeBool) { in ValidateConstantBool()
277 case SpvOpTypeBool: in IsTypeNullable()
Dvalidate_datarules.cpp184 if (type_instruction->opcode() != SpvOpTypeBool) { in ValidateSpecConstBoolean()
Dvalidate_logicals.cpp171 case SpvOpTypeBool: in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp203 case SpvOpTypeBool: in spvOpcodeIsScalarType()
306 case SpvOpTypeBool: in spvOpcodeGeneratesType()
Dname_mapper.cpp190 case SpvOpTypeBool: in ParseInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp203 case SpvOpTypeBool: in spvOpcodeIsScalarType()
306 case SpvOpTypeBool: in spvOpcodeGeneratesType()
Dname_mapper.cpp190 case SpvOpTypeBool: in ParseInstruction()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinline_pass.cpp109 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
112 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
Dmem_pass.cpp44 case SpvOpTypeBool: in IsBaseTargetType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp113 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
119 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
Dmem_pass.cpp44 case SpvOpTypeBool: in IsBaseTargetType()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c205 case SpvOpTypeBool: return "SpvOpTypeBool"; in spirv_op_to_string()
Dvtn_gather_types.c44 case SpvOpTypeBool: return (struct type_args){ 0, -1 }; in result_type_args_for_opcode()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp770 {spvOpcodeMake(2, SpvOpTypeBool), 1},
815 MakeInstruction(SpvOpTypeBool, {1}),
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_parse_test.cpp768 {spvOpcodeMake(2, SpvOpTypeBool), 1},
813 MakeInstruction(SpvOpTypeBool, {1}),
/external/skia/src/sksl/
Dspirv.h591 SpvOpTypeBool = 20, enumerator

123