Searched refs:in_map (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_index_modify.c | 38 const unsigned char *in_map; in util_shorten_ubyte_elts_to_userptr() local 43 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() local 77 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 …]
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandObject.h | 36 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, 42 for (auto iter = in_map.begin(), end = in_map.end(); iter != end; iter++) {
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 661 PrefilterBindRequestMap(const DescriptorSet &ds, const BindingReqMap &in_map) in PrefilterBindRequestMap() argument 662 : filtered_map_(), orig_map_(in_map), descriptor_set_(ds) {} in PrefilterBindRequestMap()
|