HomeSort by relevance Sort by last modified time
    Searched refs:sample_key (Results 1 - 4 of 4) sorted by null

  /external/perf_data_converter/src/
perf_data_converter.cc 219 const Pid& pid, const SampleKey& sample_key,
290 SampleKey sample_key; local
291 sample_key.pid = sample.sample.has_pid() ? sample.sample.pid() : 0;
292 sample_key.tid =
294 sample_key.time_ns =
299 sample_key.exec_mode = PerfExecMode(sample);
307 sample_key.comm = UTF8StringId(comm, builder);
310 return sample_key;
435 const SampleKey& sample_key,
438 perftools::profiles::Sample* sample = per_pid_[pid].sample_map[sample_key];
559 SampleKey sample_key = MakeSampleKey(sample, builder); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 2166 unsigned sample_key = sampler_op << LP_SAMPLER_OP_TYPE_SHIFT; local
2372 unsigned sample_key = LP_SAMPLER_OP_TEXTURE << LP_SAMPLER_OP_TYPE_SHIFT; local
2550 unsigned sample_key = LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; local
    [all...]
lp_bld_sample_soa.c 3230 unsigned sample_key = params->sample_key; local
    [all...]
lp_bld_sample.h 103 unsigned sample_key; member in struct:lp_sampler_params

Completed in 575 milliseconds