Searched refs:load_param16 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device_generated_commands.c | 215 #define load_param16(b, field) \ macro 559 nir_imm_int(&b, PKT3(PKT3_SET_SH_REG, 1, 0)), load_param16(&b, vbo_reg), in build_dgc_prepare_shader() 575 nir_ssa_def *const_copy_size = load_param16(&b, const_copy_size); in build_dgc_prepare_shader() 634 nir_ssa_def *shader_cnt = load_param16(&b, push_constant_shader_cnt); in build_dgc_prepare_shader() 732 nir_push_if(&b, nir_ieq_imm(&b, load_param16(&b, emit_state), 1)); in build_dgc_prepare_shader() 734 nir_ssa_def *stream_offset = nir_iadd(&b, load_param16(&b, state_offset), stream_base); in build_dgc_prepare_shader() 749 nir_ssa_def *scissor_count = load_param16(&b, scissor_count); in build_dgc_prepare_shader() 752 nir_ssa_def *scissor_offset = load_param16(&b, scissor_offset); in build_dgc_prepare_shader() 778 nir_push_if(&b, nir_ieq_imm(&b, load_param16(&b, draw_indexed), 0)); in build_dgc_prepare_shader() 780 nir_ssa_def *vtx_base_sgpr = load_param16( in build_dgc_prepare_shader() [all...] |
Completed in 2 milliseconds