Home
last modified time | relevance | path

Searched refs:max_const (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c169 v->constlen = MAX2(v->constlen, info->max_const + 1); in ir3_shader_assemble()
589 unsigned max_const = 0; in trim_constlens() local
594 if (constlens[i] >= max_const) { in trim_constlens()
596 max_const = constlens[i]; in trim_constlens()
600 assert(max_const > safe_limit); in trim_constlens()
602 cur_total = cur_total - max_const + safe_limit; in trim_constlens()
H A Dir3.c118 info->max_const = MAX2(info->max_const, max >> 2); in collect_reg_info()
276 info->max_const = -1; in ir3_collect_info()
H A Dir3.h68 int16_t max_const; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp718 const analysis::Constant* max_const =
742 if (max_const) {
744 max_const->GetValueAsDouble()) {
753 if (max_const) {
754 if (max_const->GetValueAsDouble() <
785 if (max_const) {
787 max_const->GetValueAsDouble()) {
796 if (max_const) {
797 if (max_const->GetValueAsDouble() <=
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp814 const analysis::Constant* max_const =
838 if (max_const) {
840 max_const->GetValueAsDouble()) {
849 if (max_const) {
850 if (max_const->GetValueAsDouble() <
881 if (max_const) {
883 max_const->GetValueAsDouble()) {
892 if (max_const) {
893 if (max_const->GetValueAsDouble() <=
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp1189 const analysis::Constant* max_const =
1213 if (max_const) {
1215 max_const->GetValueAsDouble()) {
1224 if (max_const) {
1225 if (max_const->GetValueAsDouble() <
1256 if (max_const) {
1258 max_const->GetValueAsDouble()) {
1267 if (max_const) {
1268 if (max_const->GetValueAsDouble() <=

Completed in 12 milliseconds