Searched refs:cur_shader_idx (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device_generated_commands.c | 638 nir_ssa_def *cur_shader_idx = nir_load_var(&b, shader_idx); in build_dgc_prepare_shader() local 639 nir_push_if(&b, nir_uge(&b, cur_shader_idx, shader_cnt)); in build_dgc_prepare_shader() 645 nir_ssa_def *reg_info = nir_load_ssbo(&b, 3, 32, param_buf, nir_iadd(&b, param_offset, nir_imul_imm(&b, cur_shader_idx, 12)), .align_mul = 4); in build_dgc_prepare_shader() 726 nir_store_var(&b, shader_idx, nir_iadd_imm(&b, cur_shader_idx, 1), 0x1); in build_dgc_prepare_shader()
|
Completed in 3 milliseconds