Home
last modified time | relevance | path

Searched refs:pointer_count (Results 1 – 4 of 4) sorted by relevance

/external/angle/scripts/
Dgenerate_entry_points.py1568 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)):
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp376 uint32_t pointer_count = 0; in DoExecute() local
428 ++pointer_count; in DoExecute()
515 while (pointer_count > 0) { in DoExecute()
524 --pointer_count; in DoExecute()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1586 unsigned sh_offset, unsigned pointer_count, in radv_emit_shader_pointer_head() argument
1589 radeon_emit(cs, PKT3(PKT3_SET_SH_REG, pointer_count * (use_32bit_pointers ? 1 : 2), 0)); in radv_emit_shader_pointer_head()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1958 unsigned pointer_count) in si_emit_shader_pointer_head() argument
1960 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()