Searched refs:pointer_count (Results 1 – 3 of 3) sorted by relevance
882 pointer_count = param_type.count("*")890 for x in range(pointer_count):913 pointer_count = param_type.count("*")916 if pointer_count > 0:1488 pointer_count = param_type.count('*')1490 if pointer_count == 0:1492 elif pointer_count == 1 and is_const:1494 elif pointer_count == 2 and is_const:1496 elif pointer_count == 1 or (pointer_count == 2 and is_get_pointer_command(command_name)):
1958 unsigned pointer_count) in si_emit_shader_pointer_head() argument1960 SI_CHECK_SHADOWED_REGS(sh_offset, pointer_count); in si_emit_shader_pointer_head()1961 radeon_emit(cs, PKT3(PKT3_SET_SH_REG, pointer_count, 0)); in si_emit_shader_pointer_head()
1586 unsigned sh_offset, unsigned pointer_count, in radv_emit_shader_pointer_head() argument1589 radeon_emit(cs, PKT3(PKT3_SET_SH_REG, pointer_count * (use_32bit_pointers ? 1 : 2), 0)); in radv_emit_shader_pointer_head()