/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 141 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/ |
D | markv_codec.cpp | 141 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/ |
D | validation_state.cpp | 586 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()
|
D | validate_constants.cpp | 28 if (!type || type->opcode() != SpvOpTypeBool) { in ValidateConstantBool() 277 case SpvOpTypeBool: in IsTypeNullable()
|
D | validate_datarules.cpp | 184 if (type_instruction->opcode() != SpvOpTypeBool) { in ValidateSpecConstBoolean()
|
D | validate_logicals.cpp | 170 case SpvOpTypeBool: in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 603 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()
|
D | validate_constants.cpp | 28 if (!type || type->opcode() != SpvOpTypeBool) { in ValidateConstantBool() 277 case SpvOpTypeBool: in IsTypeNullable()
|
D | validate_datarules.cpp | 184 if (type_instruction->opcode() != SpvOpTypeBool) { in ValidateSpecConstBoolean()
|
D | validate_logicals.cpp | 171 case SpvOpTypeBool: in LogicalsPass()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 203 case SpvOpTypeBool: in spvOpcodeIsScalarType() 306 case SpvOpTypeBool: in spvOpcodeGeneratesType()
|
D | name_mapper.cpp | 190 case SpvOpTypeBool: in ParseInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 203 case SpvOpTypeBool: in spvOpcodeIsScalarType() 306 case SpvOpTypeBool: in spvOpcodeGeneratesType()
|
D | name_mapper.cpp | 190 case SpvOpTypeBool: in ParseInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 109 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId() 112 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
|
D | mem_pass.cpp | 44 case SpvOpTypeBool: in IsBaseTargetType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 113 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId() 119 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
|
D | mem_pass.cpp | 44 case SpvOpTypeBool: in IsBaseTargetType()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 205 case SpvOpTypeBool: return "SpvOpTypeBool"; in spirv_op_to_string()
|
D | vtn_gather_types.c | 44 case SpvOpTypeBool: return (struct type_args){ 0, -1 }; in result_type_args_for_opcode()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 770 {spvOpcodeMake(2, SpvOpTypeBool), 1}, 815 MakeInstruction(SpvOpTypeBool, {1}),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 768 {spvOpcodeMake(2, SpvOpTypeBool), 1}, 813 MakeInstruction(SpvOpTypeBool, {1}),
|
/external/skia/src/sksl/ |
D | spirv.h | 591 SpvOpTypeBool = 20, enumerator
|