/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 672 case SpvOpTypeVector: in GetComponentType() 701 case SpvOpTypeVector: in GetDimension() 749 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 766 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 784 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 801 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 819 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 837 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 855 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 872 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 672 case SpvOpTypeVector: in GetComponentType() 701 case SpvOpTypeVector: in GetDimension() 749 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 766 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 784 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 801 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 819 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 837 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 855 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 872 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 832 case SpvOpTypeVector: in GetComponentType() 861 case SpvOpTypeVector: in GetDimension() 909 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 926 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 944 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 961 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 979 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 997 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 1015 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 1032 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 119 case SpvOpTypeVector: in Apply() 145 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_add_composite_extract.cpp | 104 case SpvOpTypeVector: in Apply() 126 case SpvOpTypeVector: in Apply()
|
D | fuzzer_pass_flatten_conditional_branches.cpp | 101 case SpvOpTypeVector: in Apply() 146 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 136 case SpvOpTypeVector: in Apply() 254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_composite_extract.cpp | 104 case SpvOpTypeVector: in Apply() 126 case SpvOpTypeVector: in Apply()
|
D | fuzzer_pass_add_access_chains.cpp | 119 case SpvOpTypeVector: in Apply() 145 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_flatten_conditional_branches.cpp | 101 case SpvOpTypeVector: in Apply() 146 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 136 case SpvOpTypeVector: in Apply() 254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_composite_extract.cpp | 104 case SpvOpTypeVector: in Apply() 126 case SpvOpTypeVector: in Apply()
|
D | fuzzer_pass_add_access_chains.cpp | 119 case SpvOpTypeVector: in Apply() 145 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_flatten_conditional_branches.cpp | 101 case SpvOpTypeVector: in Apply() 146 case SpvOpTypeVector: { in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 136 case SpvOpTypeVector: in Apply() 254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 506 case SpvOpTypeVector: in UpdateAccessChain() 579 case SpvOpTypeVector: in UpdateCompsiteExtract() 640 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/third_party/spirv-tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 506 case SpvOpTypeVector: in UpdateAccessChain() 579 case SpvOpTypeVector: in UpdateCompsiteExtract() 640 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 506 case SpvOpTypeVector: in UpdateAccessChain() 579 case SpvOpTypeVector: in UpdateCompsiteExtract() 640 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_datarules.cpp | 136 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType() 230 case SpvOpTypeVector: { in DataRulesPass()
|
D | opcode.cpp | 231 case SpvOpTypeVector: in spvOpcodeIsComposite() 281 case SpvOpTypeVector: in spvOpcodeGeneratesType()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_add_type_vector_test.cpp | 69 ASSERT_EQ(SpvOpTypeVector, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_type_vector_test.cpp | 69 ASSERT_EQ(SpvOpTypeVector, in TEST()
|