Searched refs:pointer_count (Results 1 – 4 of 4) sorted by relevance
1568 pointer_count = param_type.count("*")1576 for x in range(pointer_count):1600 pointer_count = param_type.count("*")1603 if pointer_count > 0:2264 pointer_count = param_type.count('*')2266 if pointer_count == 0:2268 elif pointer_count == 1 and is_const:2270 elif pointer_count == 2 and is_const:2272 elif pointer_count == 1 or (pointer_count == 2 and is_get_pointer_command(command_name)):
376 uint32_t pointer_count = 0; in DoExecute() local428 ++pointer_count; in DoExecute()515 while (pointer_count > 0) { in DoExecute()524 --pointer_count; in DoExecute()
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()
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()