/third_party/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 492 B_scope = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 493 C_scope = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 494 D_scope = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 496 A_rows = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 497 B_rows = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 499 D_rows = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() [all …]
|
D | validate_scopes.cpp | 48 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateScope() 84 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateExecutionScope() 194 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateMemoryScope()
|
D | validate_memory_semantics.cpp | 34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics() 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_atomics.cpp | 343 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass() 346 _.EvalInt32IfConst( in AtomicsPass()
|
D | validation_state.cpp | 1170 EvalInt32IfConst(m1_scope_id); in CooperativeMatrixShapesMatch() 1172 EvalInt32IfConst(m2_scope_id); in CooperativeMatrixShapesMatch() 1181 EvalInt32IfConst(m1_rows_id); in CooperativeMatrixShapesMatch() 1183 EvalInt32IfConst(m2_rows_id); in CooperativeMatrixShapesMatch() 1192 EvalInt32IfConst(m1_cols_id); in CooperativeMatrixShapesMatch() 1194 EvalInt32IfConst(m2_cols_id); in CooperativeMatrixShapesMatch() 1232 std::tuple<bool, bool, uint32_t> ValidationState_t::EvalInt32IfConst( in EvalInt32IfConst() function in spvtools::val::ValidationState_t
|
D | validate_misc.cpp | 52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
|
D | validate_interfaces.cpp | 149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations() 357 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
|
D | validate_constants.cpp | 172 std::tie(is_int32, is_const, value) = _.EvalInt32IfConst(length->id()); in ValidateConstantComposite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 492 B_scope = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 493 C_scope = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 494 D_scope = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 496 A_rows = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 497 B_rows = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 499 D_rows = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() [all …]
|
D | validate_scopes.cpp | 48 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateScope() 84 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateExecutionScope() 192 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateMemoryScope()
|
D | validate_memory_semantics.cpp | 34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics() 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_atomics.cpp | 341 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass() 344 _.EvalInt32IfConst( in AtomicsPass()
|
D | validation_state.cpp | 998 EvalInt32IfConst(m1_scope_id); in CooperativeMatrixShapesMatch() 1000 EvalInt32IfConst(m2_scope_id); in CooperativeMatrixShapesMatch() 1009 EvalInt32IfConst(m1_rows_id); in CooperativeMatrixShapesMatch() 1011 EvalInt32IfConst(m2_rows_id); in CooperativeMatrixShapesMatch() 1020 EvalInt32IfConst(m1_cols_id); in CooperativeMatrixShapesMatch() 1022 EvalInt32IfConst(m2_cols_id); in CooperativeMatrixShapesMatch() 1060 std::tuple<bool, bool, uint32_t> ValidationState_t::EvalInt32IfConst( in EvalInt32IfConst() function in spvtools::val::ValidationState_t
|
D | validate_misc.cpp | 52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
|
D | validate_interfaces.cpp | 149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations() 344 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
|
D | validate_constants.cpp | 173 std::tie(is_int32, is_const, value) = _.EvalInt32IfConst(length->id()); in ValidateConstantComposite()
|
D | validation_state.h | 683 std::tuple<bool, bool, uint32_t> EvalInt32IfConst(uint32_t id) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 492 B_scope = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 493 C_scope = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 494 D_scope = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(2)); in ArithmeticsPass() 496 A_rows = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 497 B_rows = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 499 D_rows = _.EvalInt32IfConst(D->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() [all …]
|
D | validate_scopes.cpp | 48 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateScope() 84 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateExecutionScope() 192 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateMemoryScope()
|
D | validate_memory_semantics.cpp | 34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics() 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_atomics.cpp | 341 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass() 344 _.EvalInt32IfConst( in AtomicsPass()
|
D | validation_state.cpp | 998 EvalInt32IfConst(m1_scope_id); in CooperativeMatrixShapesMatch() 1000 EvalInt32IfConst(m2_scope_id); in CooperativeMatrixShapesMatch() 1009 EvalInt32IfConst(m1_rows_id); in CooperativeMatrixShapesMatch() 1011 EvalInt32IfConst(m2_rows_id); in CooperativeMatrixShapesMatch() 1020 EvalInt32IfConst(m1_cols_id); in CooperativeMatrixShapesMatch() 1022 EvalInt32IfConst(m2_cols_id); in CooperativeMatrixShapesMatch() 1060 std::tuple<bool, bool, uint32_t> ValidationState_t::EvalInt32IfConst( in EvalInt32IfConst() function in spvtools::val::ValidationState_t
|
D | validate_misc.cpp | 52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
|
D | validate_interfaces.cpp | 149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations() 344 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
|
D | validate_constants.cpp | 173 std::tie(is_int32, is_const, value) = _.EvalInt32IfConst(length->id()); in ValidateConstantComposite()
|