Searched refs:pointer_count (Results 1 – 3 of 3) sorted by relevance
1578 pointer_count = param_type.count("*")1595 for x in range(pointer_count):1625 pointer_count = param_type.count("*")1628 if pointer_count > 0:2326 pointer_count = param_type.count('*')2328 if pointer_count == 0:2330 elif pointer_count == 1 and is_const:2332 elif pointer_count == 2 and is_const:2334 elif pointer_count == 1 or (pointer_count == 2 and is_get_pointer_command(command_name)):
776 pointer_count = param_type.count("*")784 for x in range(pointer_count):807 pointer_count = param_type.count("*")810 if pointer_count > 0:
1615 radv_emit_shader_pointer_head(struct radeon_cmdbuf *cs, unsigned sh_offset, unsigned pointer_count, in radv_emit_shader_pointer_head() argument1618 radeon_emit(cs, PKT3(PKT3_SET_SH_REG, pointer_count * (use_32bit_pointers ? 1 : 2), 0)); in radv_emit_shader_pointer_head()