Home
last modified time | relevance | path

Searched refs:const_file_max (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h67 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member
H A Dtgsi_scan.c649 info->const_file_max[buffer] = in scan_declaration()
650 MAX2(info->const_file_max[buffer], (int)reg); in scan_declaration()
870 for (i = 0; i < ARRAY_SIZE(info->const_file_max); i++) in tgsi_scan_shader()
871 info->const_file_max[i] = -1; in tgsi_scan_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c472 info->constbuf0_num_uniforms = tgsi_info->const_file_max[0] + 1; in svga_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c785 info->const_file_max[0] = nir->num_uniforms - 1; in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c2334 s->num_uniforms = scan.const_file_max[0] + 1; in ttn_compile_init()

Completed in 8 milliseconds