Home
last modified time | relevance | path

Searched refs:EvalInt32IfConst (Results 1 – 25 of 30) sorted by relevance

12

/third_party/spirv-tools/source/val/
Dvalidate_arithmetics.cpp491 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 …]
Dvalidate_scopes.cpp48 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()
Dvalidate_memory_semantics.cpp34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics()
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_atomics.cpp343 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass()
346 _.EvalInt32IfConst( in AtomicsPass()
Dvalidation_state.cpp1170 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
Dvalidate_misc.cpp52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
Dvalidate_interfaces.cpp149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations()
357 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
Dvalidate_constants.cpp172 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/
Dvalidate_arithmetics.cpp491 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 …]
Dvalidate_scopes.cpp48 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()
Dvalidate_memory_semantics.cpp34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics()
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_atomics.cpp341 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass()
344 _.EvalInt32IfConst( in AtomicsPass()
Dvalidation_state.cpp998 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
Dvalidate_misc.cpp52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
Dvalidate_interfaces.cpp149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations()
344 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
Dvalidate_constants.cpp173 std::tie(is_int32, is_const, value) = _.EvalInt32IfConst(length->id()); in ValidateConstantComposite()
Dvalidation_state.h683 std::tuple<bool, bool, uint32_t> EvalInt32IfConst(uint32_t id) const;
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_arithmetics.cpp491 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 …]
Dvalidate_scopes.cpp48 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()
Dvalidate_memory_semantics.cpp34 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(id); in ValidateMemorySemantics()
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_atomics.cpp341 std::tie(is_int32, is_equal_const, equal_value) = _.EvalInt32IfConst( in AtomicsPass()
344 _.EvalInt32IfConst( in AtomicsPass()
Dvalidation_state.cpp998 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
Dvalidate_misc.cpp52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
Dvalidate_interfaces.cpp149 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in NumConsumedLocations()
344 _.EvalInt32IfConst(type->GetOperandAs<uint32_t>(2)); in GetLocationsForVariable()
Dvalidate_constants.cpp173 std::tie(is_int32, is_const, value) = _.EvalInt32IfConst(length->id()); in ValidateConstantComposite()

12