Searched refs:const_file_max (Results 1 – 7 of 7) 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()
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
606 info->const_file_max[buffer] = in scan_declaration()607 MAX2(info->const_file_max[buffer], (int)reg); in scan_declaration()821 for (i = 0; i < ARRAY_SIZE(info->const_file_max); i++) in tgsi_scan_shader()822 info->const_file_max[i] = -1; in tgsi_scan_shader()
1926 s->num_uniforms = scan.const_file_max[0] + 1; in tgsi_to_nir()
2355 LLVMConstInt(ctx->i32, (sel->info.const_file_max[0] + 1) * 16, 0), in fetch_constant()