Searched refs:in_map (Results 1 – 2 of 2) sorted by relevance
38 const unsigned char *in_map; in util_shorten_ubyte_elts_to_userptr() local43 in_map = info->index.user; in util_shorten_ubyte_elts_to_userptr()45 in_map = pipe_buffer_map(context, info->index.resource, in util_shorten_ubyte_elts_to_userptr()50 in_map += start; in util_shorten_ubyte_elts_to_userptr()53 *out_map = (unsigned short)(*in_map + index_bias); in util_shorten_ubyte_elts_to_userptr()54 in_map++; in util_shorten_ubyte_elts_to_userptr()72 const unsigned short *in_map; in util_rebuild_ushort_elts_to_userptr() local77 in_map = info->index.user; in util_rebuild_ushort_elts_to_userptr()79 in_map = pipe_buffer_map(context, info->index.resource, in util_rebuild_ushort_elts_to_userptr()84 in_map += start; in util_rebuild_ushort_elts_to_userptr()[all …]
661 PrefilterBindRequestMap(const DescriptorSet &ds, const BindingReqMap &in_map) in PrefilterBindRequestMap() argument662 : filtered_map_(), orig_map_(in_map), descriptor_set_(ds) {} in PrefilterBindRequestMap()