Searched refs:max_ip (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate_shaders.c49 /* IP at the end of the BO, do not read shader[max_ip] */
50 uint32_t max_ip; member in struct:vc4_shader_validation_state
631 for (ip = 0; ip < validation_state->max_ip; ip++) {
641 * finished. validation_state->max_ip is the
645 validation_state->max_ip = ip + 3;
680 if (branch_target_ip >= validation_state->max_ip) {
683 validation_state->max_ip);
691 if (after_delay_ip >= validation_state->max_ip) {
694 ip, after_delay_ip, validation_state->max_ip);
701 if (max_branch_target > validation_state->max_ip
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate_shaders.c49 /* IP at the end of the BO, do not read shader[max_ip] */
50 uint32_t max_ip; member in struct:vc4_shader_validation_state
631 for (ip = 0; ip < validation_state->max_ip; ip++) {
641 * finished. validation_state->max_ip is the
645 validation_state->max_ip = ip + 3;
680 if (branch_target_ip >= validation_state->max_ip) {
683 validation_state->max_ip);
691 if (after_delay_ip >= validation_state->max_ip) {
694 ip, after_delay_ip, validation_state->max_ip);
701 if (max_branch_target > validation_state->max_ip
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir.c850 int max_ip = 0; local in function:vir_get_max_temps
852 max_ip++;
854 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip);
858 i < max_ip); i++) {
859 if (i > max_ip)
866 for (int i = 0; i < max_ip; i++)
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c1035 int max_ip = 0; local in function:vir_get_max_temps
1037 max_ip++;
1039 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip);
1043 i < max_ip); i++) {
1044 if (i > max_ip)
1051 for (int i = 0; i < max_ip; i++)

Completed in 9 milliseconds