Searched refs:src_type (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_cmd_queue_gen.py | 478 def get_pnext_member_copy(struct, src_type, member, types, level): argument 479 if not types[src_type].extended_by: 484 for type in types[src_type].extended_by: 506 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument 514 tmp_dst = "%s *tmp_dst%d = (void *) %s; (void) tmp_dst%d;" % (src_type, level, dst, level) 515 tmp_src = "%s *tmp_src%d = (void *) %s; (void) tmp_src%d;" % (src_type, level, src_name, level) 518 if src_type in types: 519 for member in types[src_type].members: 523 … member_copies += get_pnext_member_copy("tmp_dst%d" % level, src_type, member, types, level)
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_ioctl.h | 178 enum src_type { enum 235 int setup_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st); 236 int destroy_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st); 243 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st);
|
D | cvq_util.c | 1558 int setup_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st) in setup_src_plugin() 1605 int destroy_src_plugin(struct iaxxx_odsp_hw *odsp_hdl, enum src_type st) in destroy_src_plugin() 1753 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st) in enable_src_route()
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_pack.py | 347 src_type = src_channel.type 353 if src_type == FLOAT and src_size == 16: 359 …if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_chann… 361 …if src_type == FLOAT and src_size == 32 and dst_channel.type == UNSIGNED and dst_channel.norm and … 365 if dst_channel.type != FLOAT or src_type != FLOAT: 368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 374 return "_mesa_%snorm_to_%snorm(%s, %d, %d)" % ("s" if src_type == SIGNED else "u", 388 if src_type != FLOAT: 389 if src_norm or src_type == FIXED: 409 src_type = FLOAT
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_nir_convert_ycbcr.c | 242 tex->src[i].src_type = old_tex->src[i].src_type; in create_plane_tex_instr_implicit() 244 switch (old_tex->src[i].src_type) { in create_plane_tex_instr_implicit()
|