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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c89 if (ctx->info.const_file_max[0] < (int)ctx->scale_const) {
93 if (ctx->info.const_file_max[0] < (int)ctx->bias_const) {
98 if (ctx->info.const_file_max[0] < (int)ctx->texcoord_const) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c89 if (ctx->info.const_file_max[0] < (int)ctx->scale_const) {
93 if (ctx->info.const_file_max[0] < (int)ctx->bias_const) {
98 if (ctx->info.const_file_max[0] < (int)ctx->texcoord_const) {
H A Dst_tgsi_lower_depth_clamp.c86 if (ctx->info.const_file_max[0] < ctx->depth_range_const)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h68 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:tgsi_shader_info
H A Dtgsi_scan.c629 info->const_file_max[buffer] =
630 MAX2(info->const_file_max[buffer], (int)reg);
847 for (i = 0; i < ARRAY_SIZE(info->const_file_max); i++)
848 info->const_file_max[i] = -1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h67 int const_file_max[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:tgsi_shader_info
H A Dtgsi_scan.c651 info->const_file_max[buffer] =
652 MAX2(info->const_file_max[buffer], (int)reg);
868 for (i = 0; i < ARRAY_SIZE(info->const_file_max); i++)
869 info->const_file_max[i] = -1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c700 /* Intialise const_file_max[0] */
701 info->const_file_max[0] = -1;
714 int max_slot = MAX2(info->const_file_max[0], (int) loc) + slot_count;
768 info->const_file_max[0] = max_slot;
776 info->const_file_max[0] = max_slot;
791 info->const_file_max[0] = max_slot;
H A Dsi_shader.c2325 LLVMConstInt(ctx->i32, (sel->info.const_file_max[0] + 1) * 16, 0),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c796 info->const_file_max[0] = nir->num_uniforms - 1;
H A Dtgsi_to_nir.c2321 s->num_uniforms = scan.const_file_max[0] + 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2010 s->num_uniforms = scan.const_file_max[0] + 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4558 - radeonsi/nir: Use uniform location when calculating const_file_max.

Completed in 110 milliseconds