/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_gen_mipmap.c | 37 #include "util/format/u_format.h" 55 enum pipe_format format; in st_generate_mipmap() local 125 format = texObj->surface_format; in st_generate_mipmap() 127 format = pt->format; in st_generate_mipmap() 130 format = util_format_linear(format); in st_generate_mipmap() 138 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel, in st_generate_mipmap() 141 if (!util_gen_mipmap(st->pipe, pt, format, baseLevel, lastLevel, in st_generate_mipmap()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | ClassDefTable.java | 20 switch (format) { in ClassDefTable() 28 throw new IllegalArgumentException("class def format " + format + " unexpected"); in ClassDefTable() 36 switch (format) { in fmt1Table() 40 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt1Table() 45 switch (format) { in fmt2Table() 49 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt2Table() 58 switch (format) { in Builder() [all...] |
H A D | CoverageTable.java | 17 switch (format) { in CoverageTable() 25 throw new IllegalArgumentException("coverage format " + format + " unexpected"); in CoverageTable() 33 switch (format) { in fmt1Table() 37 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt1Table() 42 switch (format) { in fmt2Table() 46 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt2Table() 60 switch (format) { in Builder() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 32 print('{}.pre_suite'.format(self.sub_class)) 34 self._add_to_tap('1..{}\n'.format(self.testcount)) 40 print('{}.post_suite'.format(self.sub_class)) 41 #print('{}'.format(self.tap)) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 71 print('{}.adjust_command'.format(self.sub_class)) 82 format(stage, command, cmdlist)) 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 98 print('adjust_command: return command [{}]'.format(command)) 105 res = TestResult('{}-mem'.format(sel [all...] |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | si476x.c | 70 u16 format = 0; in si476x_codec_set_dai_fmt() local 77 format |= SI476X_DAUDIO_MODE_DSP_A; in si476x_codec_set_dai_fmt() 80 format |= SI476X_DAUDIO_MODE_DSP_B; in si476x_codec_set_dai_fmt() 83 format |= SI476X_DAUDIO_MODE_I2S; in si476x_codec_set_dai_fmt() 86 format |= SI476X_DAUDIO_MODE_RIGHT_J; in si476x_codec_set_dai_fmt() 89 format |= SI476X_DAUDIO_MODE_LEFT_J; in si476x_codec_set_dai_fmt() 102 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 115 format |= SI476X_DAUDIO_MODE_IB | in si476x_codec_set_dai_fmt() 119 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 122 format | in si476x_codec_set_dai_fmt() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |
H A D | valgrindPlugin.py | 32 print('{}.pre_suite'.format(self.sub_class)) 34 self._add_to_tap('1..{}\n'.format(self.testcount)) 40 print('{}.post_suite'.format(self.sub_class)) 41 #print('{}'.format(self.tap)) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 71 print('{}.adjust_command'.format(self.sub_class)) 82 format(stage, command, cmdlist)) 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 98 print('adjust_command: return command [{}]'.format(command)) 105 res = TestResult('{}-mem'.format(sel [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | si476x.c | 70 u16 format = 0; in si476x_codec_set_dai_fmt() local 77 format |= SI476X_DAUDIO_MODE_DSP_A; in si476x_codec_set_dai_fmt() 80 format |= SI476X_DAUDIO_MODE_DSP_B; in si476x_codec_set_dai_fmt() 83 format |= SI476X_DAUDIO_MODE_I2S; in si476x_codec_set_dai_fmt() 86 format |= SI476X_DAUDIO_MODE_RIGHT_J; in si476x_codec_set_dai_fmt() 89 format |= SI476X_DAUDIO_MODE_LEFT_J; in si476x_codec_set_dai_fmt() 102 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 115 format |= SI476X_DAUDIO_MODE_IB | in si476x_codec_set_dai_fmt() 119 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 122 format | in si476x_codec_set_dai_fmt() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | intelh263dec.c | 32 int format; in ff_intel_h263_decode_picture_header() local 56 format = get_bits(&s->gb, 3); in ff_intel_h263_decode_picture_header() 57 if (format == 0 || format == 6) { in ff_intel_h263_decode_picture_header() 58 av_log(s->avctx, AV_LOG_ERROR, "Intel H.263 free format not supported\n"); in ff_intel_h263_decode_picture_header() 74 if (format < 6) { in ff_intel_h263_decode_picture_header() 75 s->width = ff_h263_format[format][0]; in ff_intel_h263_decode_picture_header() 76 s->height = ff_h263_format[format][1]; in ff_intel_h263_decode_picture_header() 80 format = get_bits(&s->gb, 3); in ff_intel_h263_decode_picture_header() 81 if(format in ff_intel_h263_decode_picture_header() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | container-au.c | 35 snd_pcm_format_t format; member 71 snd_pcm_format_t *format, in au_parser_pre_process() 104 *format = format_maps[i].format; in au_parser_pre_process() 110 state->bytes_per_sample = snd_pcm_format_physical_width(*format) / 8; in au_parser_pre_process() 150 snd_pcm_format_t *format, in au_builder_pre_process() 159 if (format_maps[i].format == *format) in au_builder_pre_process() 166 status->bytes_per_sample = snd_pcm_format_physical_width(*format) / 8; in au_builder_pre_process() 186 .format 70 au_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_parser_pre_process() argument 149 au_builder_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_builder_pre_process() argument [all...] |
/third_party/backends/backend/genesys/ |
H A D | error.h | 49 SaneException(SANE_Status status, const char* format, ...) 51 __attribute__((format(printf, 3, 4))) 55 SaneException(const char* format, ...) 57 __attribute__((format(printf, 2, 3))) 67 void set_msg(const char* format, std::va_list vlist); 87 DebugMessageHelper(const char* func, const char* format, ...) 89 __attribute__((format(printf, 3, 4))) 96 void vstatus(const char* format, ...) 98 __attribute__((format(printf, 2, 3))) 105 void vlog(unsigned level, const char* format, [all...] |
H A D | image_pixel.h | 78 ColorOrder get_pixel_format_color_order(PixelFormat format); 79 unsigned get_pixel_format_depth(PixelFormat format); 80 unsigned get_pixel_channels(PixelFormat format); 81 std::size_t get_pixel_row_bytes(PixelFormat format, std::size_t width); 83 std::size_t get_pixels_from_row_bytes(PixelFormat format, std::size_t row_bytes); 88 Pixel get_pixel_from_row(const std::uint8_t* data, std::size_t x, PixelFormat format); 89 void set_pixel_to_row(std::uint8_t* data, std::size_t x, Pixel pixel, PixelFormat format); 93 RawPixel get_raw_pixel_from_row(const std::uint8_t* data, std::size_t x, PixelFormat format); 94 void set_raw_pixel_to_row(std::uint8_t* data, std::size_t x, RawPixel pixel, PixelFormat format); 100 PixelFormat format); [all...] |
/third_party/libsnd/tests/ |
H A D | headerless_test.c | 40 static void headerless_test (const char * filename, int format, int expected) ; 57 headerless_test (const char * filename, int format, int expected) in headerless_test() argument 63 format &= SF_FORMAT_SUBMASK ; in headerless_test() 73 sfinfo.format = SF_FORMAT_RAW | format ; in headerless_test() 93 if (sfinfo.format != expected) in headerless_test() 94 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, expected, sfinfo.format) ; in headerless_test() 134 sfinfo.format = filetype ; in old_test() 150 sfinfo.format in old_test() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 91 * struct perf_pmu_format - Values from a format file read from 92 * <sysfs>/devices/cpu/format/ held in struct perf_pmu. 94 * For example, the contents of <sysfs>/devices/cpu/format/event may be 101 /** @bits: Which config bits are set by this format value. */ 106 * @value : Which config value the format relates to. Supported values 119 struct perf_pmu_format *format; in perf_pmu__new_format() local 121 format = zalloc(sizeof(*format)); in perf_pmu__new_format() 122 if (!format) in perf_pmu__new_format() 125 format in perf_pmu__new_format() 137 struct perf_pmu_format *format = vformat; perf_pmu_format__set_value() local 143 __perf_pmu_format__load(struct perf_pmu_format *format, FILE *file) __perf_pmu_format__load() argument 158 perf_pmu_format__load(struct perf_pmu *pmu, struct perf_pmu_format *format) perf_pmu_format__load() argument 195 struct perf_pmu_format *format; perf_pmu__format_parse() local 1053 struct perf_pmu_format *format; perf_pmu__warn_invalid_formats() local 1114 struct perf_pmu_format *format; pmu_find_format() local 1125 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); perf_pmu__format_bits() local 1140 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); perf_pmu__format_type() local 1153 pmu_format_value(unsigned long *format, __u64 value, __u64 *v, bool zero) pmu_format_value() argument 1170 pmu_format_max_value(const unsigned long *format) pmu_format_max_value() argument 1212 struct perf_pmu_format *format; pmu_formats_string() local 1242 struct perf_pmu_format *format; pmu_config_term() local 1570 struct perf_pmu_format *format; perf_pmu__has_format() local 1931 struct perf_pmu_format *format; perf_pmu__compute_config_masks() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-v4l2.c | 178 /* Hardware limits width alignment based on format. */ in rvin_format_align() 223 v4l2_fill_pix_format(&vin->format, &fmt.format); in rvin_reset_format() 227 vin->src_rect.width = vin->format.width; in rvin_reset_format() 228 vin->src_rect.height = vin->format.height; in rvin_reset_format() 231 if (vin->format.field == V4L2_FIELD_ALTERNATE) { in rvin_reset_format() 232 vin->format.field = V4L2_FIELD_INTERLACED; in rvin_reset_format() 233 vin->format.height *= 2; in rvin_reset_format() 236 rvin_format_align(vin, &vin->format); in rvin_reset_format() 242 vin->compose.width = vin->format in rvin_reset_format() 254 struct v4l2_subdev_format format = { rvin_try_format() local [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 159 struct v4l2_subdev_format *format) in check_format() 161 if (!format) in check_format() 164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 165 check_cfg(format->which, cfg); in check_format() 170 struct v4l2_subdev_format *format) in call_get_fmt() 172 return check_format(sd, cfg, format) ? : in call_get_fmt() 173 sd->ops->pad->get_fmt(sd, cfg, format); in call_get_fmt() 178 struct v4l2_subdev_format *format) in call_set_fmt() 180 return check_format(sd, cfg, format) in call_set_fmt() 157 check_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) check_format() argument 168 call_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) call_get_fmt() argument 176 call_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) call_set_fmt() argument 481 struct v4l2_subdev_format *format = arg; subdev_do_ioctl() local 489 struct v4l2_subdev_format *format = arg; subdev_do_ioctl() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 57 errln(String.format("T.nameToASCII(www.example.com) info.errors=%s result matches=%b", in TestAPI() 66 errln(String.format("N.labelToASCII(label-with-dot) failed with errors %s", in TestAPI() 73 errln(String.format("T.nameToUnicode(fA\u00DF.de) info.errors=%s result matches=%b", in TestAPI() 93 errln(String.format("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 106 errln(String.format("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 513 errln(String.format("first-level processing [%d/%s] %s - %s", in TestSomeCases() 524 errln(String.format("N.nameToUnicode([%d] %s) unexpected errors %s", in TestSomeCases() 529 errln(String.format("N.nameToUnicode([%d] %s) unexpected string %s", in TestSomeCases() 534 errln(String.format("N.nameToASCII([%d] %s) unexpected errors %s", in TestSomeCases() 541 errln(String.format(" in TestSomeCases() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | CompactDecimalFormatTest.java | 9 package com.ibm.icu.dev.test.format; 375 assertEquals("Default significant digits", "123K", cdf.format(123456)); in TestDefaultSignificantDigits() 376 assertEquals("Default significant digits", "12K", cdf.format(12345)); in TestDefaultSignificantDigits() 377 assertEquals("Default significant digits", "1.2K", cdf.format(1234)); in TestDefaultSignificantDigits() 378 assertEquals("Default significant digits", "123", cdf.format(123)); in TestDefaultSignificantDigits() 403 assertEquals("Arabic Long", "\u061C-\u0665\u066B\u0663 \u0623\u0644\u0641", cdf.format(-5300)); in TestArabicLongStyle() 472 cdf.format(1234567f, sb, fp); in TestFieldPosition() 497 assertEquals("BigInteger format wrong: ", "31,415,926,535,898 trillion", in TestBig() 498 cdf.format(source_int)); in TestBig() 500 assertEquals("BigDecimal format wron in TestBig() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 57 errln(String.format("T.nameToASCII(www.example.com) info.errors=%s result matches=%b", in TestAPI() 66 errln(String.format("N.labelToASCII(label-with-dot) failed with errors %s", in TestAPI() 73 errln(String.format("T.nameToUnicode(fA\u00DF.de) info.errors=%s result matches=%b", in TestAPI() 93 errln(String.format("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 106 errln(String.format("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 607 errln(String.format("first-level processing [%d/%s] %s - %s", in TestSomeCases() 618 errln(String.format("N.nameToUnicode([%d] %s) unexpected errors %s", in TestSomeCases() 623 errln(String.format("N.nameToUnicode([%d] %s) unexpected string %s", in TestSomeCases() 628 errln(String.format("N.nameToASCII([%d] %s) unexpected errors %s", in TestSomeCases() 635 errln(String.format(" in TestSomeCases() [all...] |
/third_party/python/Objects/ |
H A D | call.c | 492 /* --- Call with a format string ---------------------------------- */ 496 const char *format, va_list va, int is_size_t) in _PyObject_CallFunctionVa() 508 if (!format || !*format) { in _PyObject_CallFunctionVa() 514 format, va, &nargs); in _PyObject_CallFunctionVa() 518 format, va, &nargs); in _PyObject_CallFunctionVa() 551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() argument 557 va_start(va, format); in PyObject_CallFunction() 558 result = _PyObject_CallFunctionVa(tstate, callable, format, va, 0); in PyObject_CallFunction() 569 PyEval_CallFunction(PyObject *callable, const char *format, argument 495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, const char *format, va_list va, int is_size_t) _PyObject_CallFunctionVa() argument 584 _PyObject_CallFunction_SizeT(PyObject *callable, const char *format, ...) _PyObject_CallFunction_SizeT() argument 598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) callmethod() argument 612 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyObject_CallMethod() argument 639 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyEval_CallMethod() argument 662 _PyObject_CallMethod(PyObject *obj, PyObject *name, const char *format, ...) _PyObject_CallMethod() argument 686 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId() argument 709 _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, const char *format, ...) _PyObject_CallMethodFormat() argument 721 _PyObject_CallMethod_SizeT(PyObject *obj, const char *name, const char *format, ...) _PyObject_CallMethod_SizeT() argument 745 _PyObject_CallMethodId_SizeT(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId_SizeT() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-scaler.c | 121 /* We don't support bayer format */ in vimc_sca_enum_mbus_code() 139 /* Only accept code in the pix map table in non bayer format */ in vimc_sca_enum_frame_size() 160 struct v4l2_subdev_format *format) in vimc_sca_get_fmt() 165 /* Get the current sink format */ in vimc_sca_get_fmt() 166 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in vimc_sca_get_fmt() 167 format->format = *v4l2_subdev_get_try_format(sd, cfg, 0); in vimc_sca_get_fmt() 170 format->format = vsca->sink_fmt; in vimc_sca_get_fmt() 175 if (VIMC_IS_SRC(format in vimc_sca_get_fmt() 158 vimc_sca_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) vimc_sca_get_fmt() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_screen.c | 36 #include "util/format/u_format.h" 560 enum pipe_format format, in v3d_screen_is_format_supported() 579 switch (format) { in v3d_screen_is_format_supported() 643 format != PIPE_FORMAT_NONE && in v3d_screen_is_format_supported() 644 !v3d_rt_format_supported(&screen->devinfo, format)) { in v3d_screen_is_format_supported() 649 !v3d_tex_format_supported(&screen->devinfo, format)) { in v3d_screen_is_format_supported() 654 !(format == PIPE_FORMAT_S8_UINT_Z24_UNORM || in v3d_screen_is_format_supported() 655 format == PIPE_FORMAT_X8Z24_UNORM || in v3d_screen_is_format_supported() 656 format == PIPE_FORMAT_Z16_UNORM || in v3d_screen_is_format_supported() 657 format in v3d_screen_is_format_supported() 559 v3d_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) v3d_screen_is_format_supported() argument 760 v3d_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) v3d_screen_query_dmabuf_modifiers() argument 787 v3d_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) v3d_screen_is_dmabuf_modifier_supported() argument 821 v3d_screen_get_compatible_tlb_format(struct pipe_screen *screen, enum pipe_format format) v3d_screen_get_compatible_tlb_format() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsShuffleTests.cpp | 85 Format format; member 99 " " + subgroups::getFormatNameForGLSL(caseDef.format) + " data1[];\n" in DeclSource() 119 " " + subgroups::getFormatNameForGLSL(caseDef.format) + " op = " in TestSource() 158 << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " data1[" << subgroups::maxSupportedSubgroupSize() << "];\n" in initFrameBufferPrograms() 186 << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " data1[" << subgroups::maxSupportedSubgroupSize() << "];\n" in initFrameBufferPrograms() 215 << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " data1[" << subgroups::maxSupportedSubgroupSize() << "];\n" in initFrameBufferPrograms() 248 << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " data1[" << subgroups::maxSupportedSubgroupSize() << "];\n" in initFrameBufferPrograms() 446 if (subgroups::isDoubleFormat(caseDef.format) && in supportedCheck() 471 inputData[0].format = caseDef.format; in noSSBOtest() 615 const Format format = formats[formatIndex]; createSubgroupsShuffleTests() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 47 void checkSubImage2D(GLenum format, GLsizei size) in checkSubImage2D() argument 58 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, format, GL_UNSIGNED_BYTE, nullptr); in checkSubImage2D() 67 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, format, size, data); in checkSubImage2D() 71 void checkSubImage3D(GLenum target, GLenum format, GLsizei size) in checkSubImage3D() argument 82 glTexSubImage3D(target, 0, 0, 0, 0, 4, 4, 1, format, GL_UNSIGNED_BYTE, nullptr); in checkSubImage3D() 91 glCompressedTexSubImage3D(target, 0, 0, 0, 0, 4, 4, 1, format, size, data); in checkSubImage3D() 97 const GLenum format = ::testing::get<1>(GetParam()).first; in check2D() local 106 glTexImage2D(GL_TEXTURE_2D, 0, format, 4, 4, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); in check2D() 109 // Try compressed enum as format. Compressed texture extensions never allow this. in check2D() 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, format, GL_UNSIGNED_BYT in check2D() 171 const GLenum format = ::testing::get<1>(GetParam()).first; check3D() local [all...] |