Home
last modified time | relevance | path

Searched refs:const_file_max (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels_shader.c89 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()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c64 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()
Dtgsi_scan.h66 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h68 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member
Dtgsi_scan.c606 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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1926 s->num_uniforms = scan.const_file_max[0] + 1; in tgsi_to_nir()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2355 LLVMConstInt(ctx->i32, (sel->info.const_file_max[0] + 1) * 16, 0), in fetch_constant()