Home
last modified time | relevance | path

Searched defs:int_constant (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_constant_with_uniform.cpp61 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in MakeAccessChainInstruction() local
217 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in IsApplicable() local
Dtransformation_add_type_array.cpp59 auto int_constant = constant[0]->AsIntConstant(); in IsApplicable() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_constant_with_uniform.cpp61 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in MakeAccessChainInstruction() local
217 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in IsApplicable() local
Dtransformation_add_type_array.cpp59 auto int_constant = constant[0]->AsIntConstant(); in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_constant_with_uniform.cpp61 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in MakeAccessChainInstruction() local
217 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in IsApplicable() local
Dtransformation_add_type_array.cpp59 auto int_constant = constant[0]->AsIntConstant(); in IsApplicable() local
/third_party/spirv-tools/test/opt/
Dconstant_manager_test.cpp101 IntConstant int_constant(int_type->AsInteger(), {3}); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dconstant_manager_test.cpp101 IntConstant int_constant(int_type->AsInteger(), {3}); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dconstant_manager_test.cpp101 IntConstant int_constant(int_type->AsInteger(), {3}); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l520 int int_constant(yyscan_t yyscanner) { in int_constant() function
Dglslang_lex.cpp3752 int int_constant(yyscan_t yyscanner) { in int_constant() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l853 int int_constant(TParseContext *context) { in int_constant() function
Dglslang_lex_autogen.cpp3722 int int_constant(TParseContext *context) in int_constant() function
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp211 const analysis::IntConstant* int_constant = constant->AsIntConstant(); in AnalyzeConstant() local
Dfolding_rules.cpp167 } else if (const auto* int_constant = c->AsIntConstant()) { in GetWordsFromNumericScalarOrVectorConstant() local
1575 const analysis::IntConstant* int_constant = constants[i]->AsIntConstant(); in IntMultipleBy1() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp211 const analysis::IntConstant* int_constant = constant->AsIntConstant(); in AnalyzeConstant() local
Dfolding_rules.cpp164 } else if (const auto* int_constant = c->AsIntConstant()) { in GetWordsFromNumericScalarOrVectorConstant() local
1441 const analysis::IntConstant* int_constant = constants[i]->AsIntConstant(); in IntMultipleBy1() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp211 const analysis::IntConstant* int_constant = constant->AsIntConstant(); in AnalyzeConstant() local
Dfolding_rules.cpp164 } else if (const auto* int_constant = c->AsIntConstant()) { in GetWordsFromNumericScalarOrVectorConstant() local
1441 const analysis::IntConstant* int_constant = constants[i]->AsIntConstant(); in IntMultipleBy1() local
/third_party/mesa3d/src/compiler/glsl/
Dast.h260 int int_constant; member