/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_type_boolean.cpp | 46 ir_context, spv::Op::OpTypeBool, 0, message_.fresh_id(), empty_operands); in Apply()
|
H A D | fuzzer_pass_add_composite_types.cpp | 118 case spv::Op::OpTypeBool: in ChooseScalarOrCompositeType()
|
H A D | fuzzer_pass_push_ids_through_variables.cpp | 131 case spv::Op::OpTypeBool: in Apply()
|
H A D | fuzzer_pass_replace_opselects_with_conditional_branches.cpp | 72 ->opcode() != spv::Op::OpTypeBool) { in Apply()
|
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 97 case spv::Op::OpTypeBool: in Apply()
|
H A D | transformation_add_parameter.cpp | 181 case spv::Op::OpTypeBool: in IsParameterTypeSupported()
|
H A D | fuzzer_pass.cpp | 484 case spv::Op::OpTypeBool: in GetAvailableBasicTypesAndPointers() 546 case spv::Op::OpTypeBool: in FindOrCreateZeroConstant()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_type_boolean_test.cpp | 60 ASSERT_EQ(spv::Op::OpTypeBool, in TEST() 80 %100 = OpTypeBool in TEST()
|
/third_party/spirv-tools/test/link/ |
H A D | ids_limit_test.cpp | 52 static_cast<uint32_t>(spv::Op::OpTypeBool) | 2u << spv::WordCountShift,
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | Precise_test.cpp | 132 opCode == spv::OpTypeBool) in ValidateDecorations()
|
/third_party/spirv-tools/test/val/ |
H A D | val_type_unique_test.cpp | 53 %boolt = OpTypeBool in GetHeader() 116 %boolt2 = OpTypeBool in TEST_F() 121 HasSubstr(GetErrorString(spv::Op::OpTypeBool))); in TEST_F()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_constants.cpp | 27 if (!type || type->opcode() != spv::Op::OpTypeBool) { in ValidateConstantBool() 303 case spv::Op::OpTypeBool: in IsTypeNullable()
|
H A D | validate_logicals.cpp | 186 case spv::Op::OpTypeBool: in LogicalsPass()
|
H A D | validation_state.cpp | 867 case spv::Op::OpTypeBool: in GetComponentType() 897 case spv::Op::OpTypeBool: in GetDimension() 928 if (inst->opcode() == spv::Op::OpTypeBool) return 1; in GetBitWidth() 1064 return inst && inst->opcode() == spv::Op::OpTypeBool; in IsBoolScalarType() 1086 if (inst->opcode() == spv::Op::OpTypeBool) { in IsBoolScalarOrVectorType()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 578 %bool = OpTypeBool in TEST() 746 %bool = OpTypeBool in TEST() 893 %bool = OpTypeBool in TEST() 1288 "%bool = OpTypeBool\n" in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_loader_test.cpp | 578 %bool = OpTypeBool in TEST() 746 %bool = OpTypeBool in TEST() 893 %bool = OpTypeBool in TEST() 1288 "%bool = OpTypeBool\n" in TEST()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 580 %bool = OpTypeBool in TEST() 748 %bool = OpTypeBool in TEST() 895 %bool = OpTypeBool in TEST() 1290 "%bool = OpTypeBool\n" in TEST()
|
/third_party/spirv-tools/source/ |
H A D | name_mapper.cpp | 191 case spv::Op::OpTypeBool: in ParseInstruction()
|
H A D | opcode.cpp | 215 case spv::Op::OpTypeBool: in spvOpcodeIsScalarType() 321 case spv::Op::OpTypeBool: in spvOpcodeGeneratesType()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 278 { return groupedTypes[OpTypeBool].size() > 0 && typeId == groupedTypes[OpTypeBool].back()->getResultId(); } in isBoolType() 287 getTypeClass(typeId) == OpTypeBool; } in isScalarType()
|
H A D | SpvBuilder.cpp | 188 if (groupedTypes[OpTypeBool].size() == 0) { in makeBoolType() 189 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 190 groupedTypes[OpTypeBool].push_back(type); in makeBoolType() 200 type = groupedTypes[OpTypeBool].back(); in makeBoolType() 1290 case OpTypeBool: in getNumTypeConstituents() 1326 case OpTypeBool: in getScalarTypeId() 1565 for (int i = 0; i < (int)groupedConstants[OpTypeBool].size(); ++i) { in makeBoolConstant() 1566 constant = groupedConstants[OpTypeBool][i]; in makeBoolConstant() 1578 groupedConstants[OpTypeBool].push_back(c); in makeBoolConstant() 3184 case OpTypeBool in createCompositeCompare() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 125 uint32_t boolId = get_module()->GetGlobalValue(spv::Op::OpTypeBool); in GetFalseId() 131 get_module()->AddGlobalValue(spv::Op::OpTypeBool, boolId, 0); in GetFalseId()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 686 OpTypeBool = 20, enumerator
|
H A D | spirv.hpp | 681 OpTypeBool = 20, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 698 OpTypeBool = 20, enumerator
|