HomeSort by relevance Sort by last modified time
    Searched defs:num_offsets (Results 1 - 9 of 9) sorted by null

  /device/google/cuttlefish_common/common/vsoc/lib/
region_view.cpp 97 const size_t num_offsets = (1 << table.num_nodes_lg2); local
101 for (size_t i = 0; i < num_offsets; ++i) {
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 78 create_frag_shader(struct vl_matrix_filter *filter, unsigned num_offsets,
84 struct ureg_dst *t_array = MALLOC(sizeof(struct ureg_dst) * num_offsets);
99 for (i = 0; i < num_offsets; ++i)
111 for (i = 0; i < num_offsets; ++i) {
120 for (i = 0; i < num_offsets; ++i) {
127 for (i = 0, first = true; i < num_offsets; ++i) {
161 unsigned i, num_offsets = matrix_width * matrix_height; local
218 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets);
229 for (i = 0; i < num_offsets; ++i) {
238 filter->fs = create_frag_shader(filter, num_offsets, offsets, matrix_values)
    [all...]
vl_median_filter.c 78 unsigned num_offsets)
84 struct ureg_dst *t_array = MALLOC(sizeof(struct ureg_dst) * num_offsets);
86 const unsigned median = num_offsets >> 1;
89 assert(num_offsets & 1); /* we need an odd number of offsets */
90 if (!(num_offsets & 1)) { /* yeah, we REALLY need an odd number of offsets!!! */
95 if (num_offsets > screen->get_shader_param(
111 for (i = 0; i < num_offsets; ++i)
121 for (i = 0; i < num_offsets; ++i) {
130 for (i = 0; i < num_offsets; ++i) {
137 for (j = 1; j < (num_offsets - i - 1); ++j)
248 unsigned i, num_offsets = 0; local
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 248 int32_t num_offsets = (last_glyph_index() - first_glyph_index() + 1) + 1; local
249 for (int32_t i = 0; i < num_offsets; ++i) {
index_sub_table_format3.cc 244 int32_t num_offsets = (last_glyph_index() - first_glyph_index() + 1) + 1; local
245 for (int32_t i = 0; i < num_offsets; ++i) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 846 uptr num_offsets = offsets.size() - kNumWordsForMagic; local
858 VReport(1, " CovDump: %zd PCs written to packed file\n", num_offsets);
867 VReport(1, " CovDump: %s: %zd PCs written\n", path.data(), num_offsets);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 3118 unsigned i, num_coords, num_derivs, num_offsets, layer; local
3227 unsigned i, num_coords, num_derivs, num_offsets, layer; local
    [all...]
lp_bld_tgsi_soa.c 2163 unsigned num_derivs, num_offsets, i; local
2370 unsigned num_offsets, num_derivs, i; local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3466 int num_offsets = instr->src[const_src].src.ssa->num_components; local
    [all...]

Completed in 715 milliseconds