Home
last modified time | relevance | path

Searched refs:const_file_max (Results 1 – 9 of 9) 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()
Dst_tgsi_lower_depth_clamp.c86 if (ctx->info.const_file_max[0] < ctx->depth_range_const) in prolog_common()
/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.c651 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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c796 info->const_file_max[0] = nir->num_uniforms - 1; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c2320 s->num_uniforms = scan.const_file_max[0] + 1; in ttn_compile_init()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4558 - radeonsi/nir: Use uniform location when calculating const_file_max.