Searched defs:read_format (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.h43 GLenum read_format; member in struct:content::GLHelperReadbackSupport::FormatCacheEntry
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c92 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/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c92 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/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c92 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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c26 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) argument
134 .read_format = read_format,
192 if (read_format & PERF_FORMAT_GROUP) {
201 sample_regs_user, read_format);
24 samples_same(const struct perf_sample *s1, const struct perf_sample *s2, u64 type, u64 regs_user, u64 read_format) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c92 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/i965/
H A Dintel_pixel_copy.c92 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/
H A Dintel_pixel_copy.c92 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/gpu/command_buffer/tests/
H A Dgl_readback_unittest.cc254 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/
H A Devlist.c386 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...]
H A Devsel.c156 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) {
1355 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
1362 if (read_format & PERF_FORMAT_GROUP) {
1476 u64 sample_regs_user, u64 read_format)
1475 perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 sample_regs_user, u64 read_format) argument
1567 perf_event__synthesize_sample(union perf_event *event, u64 type, u64 sample_regs_user, u64 read_format, const struct perf_sample *sample, bool swapped) argument
[all...]
H A Dsession.c75 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) argument
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 local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h208 * 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/
H A Dperf_event.h185 * 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
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc7505 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
7506 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format);
8697 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8698 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format);
8828 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8829 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format);
/external/valgrind/main/include/vki/
H A Dvki-linux.h2767 __vki_u64 read_format; member in struct:vki_perf_event_attr

Completed in 309 milliseconds