Home
last modified time | relevance | path

Searched refs:OpTypeBool (Results 1 - 25 of 71) sorted by relevance

123

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_type_boolean.cpp46 ir_context, spv::Op::OpTypeBool, 0, message_.fresh_id(), empty_operands); in Apply()
H A Dfuzzer_pass_add_composite_types.cpp118 case spv::Op::OpTypeBool: in ChooseScalarOrCompositeType()
H A Dfuzzer_pass_push_ids_through_variables.cpp131 case spv::Op::OpTypeBool: in Apply()
H A Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp72 ->opcode() != spv::Op::OpTypeBool) { in Apply()
H A Dfuzzer_pass_flatten_conditional_branches.cpp97 case spv::Op::OpTypeBool: in Apply()
H A Dtransformation_add_parameter.cpp181 case spv::Op::OpTypeBool: in IsParameterTypeSupported()
H A Dfuzzer_pass.cpp484 case spv::Op::OpTypeBool: in GetAvailableBasicTypesAndPointers()
546 case spv::Op::OpTypeBool: in FindOrCreateZeroConstant()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_type_boolean_test.cpp60 ASSERT_EQ(spv::Op::OpTypeBool, in TEST()
80 %100 = OpTypeBool in TEST()
/third_party/spirv-tools/test/link/
H A Dids_limit_test.cpp52 static_cast<uint32_t>(spv::Op::OpTypeBool) | 2u << spv::WordCountShift,
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DPrecise_test.cpp132 opCode == spv::OpTypeBool) in ValidateDecorations()
/third_party/spirv-tools/test/val/
H A Dval_type_unique_test.cpp53 %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 Dvalidate_constants.cpp27 if (!type || type->opcode() != spv::Op::OpTypeBool) { in ValidateConstantBool()
303 case spv::Op::OpTypeBool: in IsTypeNullable()
H A Dvalidate_logicals.cpp186 case spv::Op::OpTypeBool: in LogicalsPass()
H A Dvalidation_state.cpp867 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 Dir_loader_test.cpp578 %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 Dir_loader_test.cpp578 %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 Dir_loader_test.cpp580 %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 Dname_mapper.cpp191 case spv::Op::OpTypeBool: in ParseInstruction()
H A Dopcode.cpp215 case spv::Op::OpTypeBool: in spvOpcodeIsScalarType()
321 case spv::Op::OpTypeBool: in spvOpcodeGeneratesType()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h278 { return groupedTypes[OpTypeBool].size() > 0 && typeId == groupedTypes[OpTypeBool].back()->getResultId(); } in isBoolType()
287 getTypeClass(typeId) == OpTypeBool; } in isScalarType()
H A DSpvBuilder.cpp188 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 Dinline_pass.cpp125 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 Dspirv.cs686 OpTypeBool = 20, enumerator
H A Dspirv.hpp681 OpTypeBool = 20, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs698 OpTypeBool = 20, enumerator

Completed in 35 milliseconds

123