Searched refs:out_ranges (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c199 struct brw_ubo_range out_ranges[4])
205 memset(out_ranges, 0, 4 * sizeof(struct brw_ubo_range));
334 out_ranges[i] = entries[i].range;
337 out_ranges[i].block = 0;
338 out_ranges[i].start = 0;
339 out_ranges[i].length = 0;
196 brw_nir_analyze_ubo_ranges(const struct brw_compiler * compiler,nir_shader * nir,const struct brw_vs_prog_key * vs_key,struct brw_ubo_range out_ranges[4]) argument
H A Dbrw_nir.h165 struct brw_ubo_range out_ranges[4]);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c201 struct brw_ubo_range out_ranges[4])
330 out_ranges[i] = entries[i].range;
333 out_ranges[i].block = 0;
334 out_ranges[i].start = 0;
335 out_ranges[i].length = 0;
198 brw_nir_analyze_ubo_ranges(const struct brw_compiler * compiler,nir_shader * nir,const struct brw_vs_prog_key * vs_key,struct brw_ubo_range out_ranges[4]) argument
H A Dbrw_nir.h177 struct brw_ubo_range out_ranges[4]);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2187 static void UnpackAccumulativeOffsetsIntoRanges(int base_codepoint, const short* accumulative_offsets, int accumulative_offsets_count, ImWchar* out_ranges) argument
2189 for (int n = 0; n < accumulative_offsets_count; n++, out_ranges += 2)
2191 out_ranges[0] = out_ranges[1] = (ImWchar)(base_codepoint + accumulative_offsets[n]);
2194 out_ranges[0] = 0;
2376 void ImFontGlyphRangesBuilder::BuildRanges(ImVector<ImWchar>* out_ranges) argument
2381 out_ranges->push_back((ImWchar)n);
2384 out_ranges->push_back((ImWchar)n);
2386 out_ranges->push_back(0);
H A Dimgui.h1958 IMGUI_API void BuildRanges(ImVector<ImWchar>* out_ranges); // Output new ranges
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2187 static void UnpackAccumulativeOffsetsIntoRanges(int base_codepoint, const short* accumulative_offsets, int accumulative_offsets_count, ImWchar* out_ranges) argument
2189 for (int n = 0; n < accumulative_offsets_count; n++, out_ranges += 2)
2191 out_ranges[0] = out_ranges[1] = (ImWchar)(base_codepoint + accumulative_offsets[n]);
2194 out_ranges[0] = 0;
2376 void ImFontGlyphRangesBuilder::BuildRanges(ImVector<ImWchar>* out_ranges) argument
2381 out_ranges->push_back((ImWchar)n);
2384 out_ranges->push_back((ImWchar)n);
2386 out_ranges->push_back(0);
H A Dimgui.h1958 IMGUI_API void BuildRanges(ImVector<ImWchar>* out_ranges); // Output new ranges

Completed in 31 milliseconds