Searched refs:const_file_max (Results 1 – 9 of 9) sorted by relevance
89 if (ctx->info.const_file_max[0] < (int)ctx->scale_const) { in transform_instr()93 if (ctx->info.const_file_max[0] < (int)ctx->bias_const) { in transform_instr()98 if (ctx->info.const_file_max[0] < (int)ctx->texcoord_const) { in transform_instr()
86 if (ctx->info.const_file_max[0] < ctx->depth_range_const) in prolog_common()
64 for (i = 0; i < Elements(info->const_file_max); i++) in tgsi_scan_shader()65 info->const_file_max[i] = -1; in tgsi_scan_shader()280 info->const_file_max[buffer] = in tgsi_scan_shader()281 MAX2(info->const_file_max[buffer], (int)reg); in tgsi_scan_shader()
66 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member
68 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member
651 info->const_file_max[buffer] = in scan_declaration()652 MAX2(info->const_file_max[buffer], (int)reg); in scan_declaration()869 for (i = 0; i < ARRAY_SIZE(info->const_file_max); i++) in tgsi_scan_shader()870 info->const_file_max[i] = -1; in tgsi_scan_shader()
796 info->const_file_max[0] = nir->num_uniforms - 1; in nir_tgsi_scan_shader()
2320 s->num_uniforms = scan.const_file_max[0] + 1; in ttn_compile_init()
4558 - radeonsi/nir: Use uniform location when calculating const_file_max.