HomeSort by relevance Sort by last modified time
    Searched refs:read_format (Results 1 - 25 of 26) sorted by null

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 26 u64 read_format)
60 if (read_format & PERF_FORMAT_GROUP)
64 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
66 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
69 if (read_format & PERF_FORMAT_GROUP) {
127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format)
134 .read_format = read_format,
192 if (read_format & PERF_FORMAT_GROUP) {
201 sample_regs_user, read_format);
    [all...]
attr.c 102 WRITE_ASS(read_format, "llu");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 37 GLint read_format; member in struct:content::GLHelperReadbackSupport::FormatCacheEntry
gl_helper_readback_support.cc 61 *format_out = format_cache_[i].read_format;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 207 GLenum read_format = GL_BGRA_EXT; local
213 read_format = GL_RGBA;
218 GLenum read_format = GL_RGBA; local
226 read_format,
232 if (skia_format != read_format) {
233 DCHECK(read_format == GL_RGBA);
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 254 GLint read_format = 0; local
255 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &read_format);
261 if ((read_format == GL_RGB || read_format == GL_RGBA) &&
267 switch (read_format) {
281 0, 0, kTextureSize, kTextureSize, read_format, read_type,
298 0, 0, kTextureSize, kTextureSize, read_format, read_type,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 386 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
390 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
392 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
630 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
668 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
723 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
845 u64 read_format = first->attr.read_format; local
849 if (read_format != pos->attr.read_format)
    [all...]
evsel.c 156 evsel->attr.read_format |= PERF_FORMAT_ID;
596 attr->read_format |= PERF_FORMAT_GROUP;
971 ret += PRINT_ATTR_X64(read_format);
1339 u64 read_format = evsel->attr.read_format; local
1342 if (read_format & PERF_FORMAT_GROUP)
1349 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
    [all...]
event.h 251 u64 sample_regs_user, u64 read_format);
253 u64 sample_regs_user, u64 read_format,
session.c 75 pr_err("non matching read_format");
440 attr->read_format = bswap_64(attr->read_format);
446 swap_bitfield((u8 *) (&attr->read_format + 1), sizeof(u64));
783 static void sample_read__printf(struct perf_sample *sample, u64 read_format)
787 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
791 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
795 if (read_format & PERF_FORMAT_GROUP) {
864 sample_read__printf(sample, evsel->attr.read_format);
945 u64 read_format = evsel->attr.read_format local
    [all...]
python.c 528 "read_format",
578 &attr.read_format, &disabled, &inherit,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 131 * as specified by attr.read_format:
133 * struct read_format {
186 __u64 read_format; member in struct:perf_event_attr
370 * struct read_format values;
388 * { struct read_format values; } && PERF_SAMPLE_READ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 131 * as specified by attr.read_format:
133 * struct read_format {
186 __u64 read_format; member in struct:perf_event_attr
370 * struct read_format values;
388 * { struct read_format values; } && PERF_SAMPLE_READ
  /bionic/libc/kernel/uapi/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 162 __u64 read_format; member in struct:perf_event_attr
215 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /external/kernel-headers/original/uapi/linux/
perf_event.h 208 * as specified by attr.read_format:
210 * struct read_format {
267 __u64 read_format; member in struct:perf_event_attr
338 #define perf_flags(attr) (*(&(attr)->read_format + 1))
625 * struct read_format values;
651 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 185 * as specified by attr.read_format:
187 * struct read_format {
244 __u64 read_format; member in struct:perf_event_attr
315 #define perf_flags(attr) (*(&(attr)->read_format + 1))
602 * struct read_format values;
628 * { struct read_format values; } && PERF_SAMPLE_READ
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 186 __u64 read_format; member in struct:perf_event_attr
240 #define perf_flags(attr) (*(&(attr)->read_format + 1))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 318 evsel->attr.read_format, &sample_sw,
builtin-stat.c 247 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 7266 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8387 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8510 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
    [all...]

Completed in 1442 milliseconds

1 2