Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1578 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)):
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1779 radv_emit_shader_pointer_head(struct radeon_cmdbuf *cs, unsigned sh_offset, unsigned pointer_count, in radv_emit_shader_pointer_head() argument
1782 radeon_emit(cs, PKT3(PKT3_SET_SH_REG, pointer_count * (use_32bit_pointers ? 1 : 2), 0)); in radv_emit_shader_pointer_head()