/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 63 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument 71 format, // VkFormat format; in makeImageCreateInfo() 178 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument 180 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getImageAspectFlags() 190 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) in isSupportedDepthStencilFormat() argument 193 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 393 : VK_FORMAT_D16_UNORM); // spec requires this format to be supported in iterate() 395 return tcu::TestStatus::fail("Required depth/stencil format not supported"); in iterate() 398 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatNam in iterate() 652 generateReferenceColorImage(const tcu::TextureFormat format, const tcu::IVec2 &renderSize) generateReferenceColorImage() argument 848 tcu::TextureFormat format = vk::mapVkFormat(m_testMode == MODE_STENCIL ? VK_FORMAT_S8_UINT : depthStencilFormat); iterate() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | module_split_stream_sink.c | 86 "format=<sample format> " 133 "format", 167 static enum HdiAdapterFormat ConvertPaToHdiAdapterFormat(pa_sample_format_t format) in ConvertPaToHdiAdapterFormat() argument 170 switch (format) { in ConvertPaToHdiAdapterFormat() 915 pa_format_info *format; in CreateSink() local 922 AUDIO_ERR_LOG("Invalid sample format specification or channel map"); in CreateSink() 937 format = pa_format_info_new(); in CreateSink() 938 format->encoding = PA_ENCODING_PCM; in CreateSink() 939 pa_idxset_put(u->formats, format, NUL in CreateSink() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_overloads.cpp | 167 imgArg.format = imgArg.internalFormat; in CompressedTexImage2D() 237 tie(succ, imgArg.format) = NVal(env, funcArg[NARG_POS::SEVENTH]).ToGLenum(); in CompressedTexSubImage2D() 238 imgArg.internalFormat = imgArg.format; in CompressedTexSubImage2D() 296 tie(succ, arg.format) = NVal(env, funcArg[NARG_POS::FIFTH]).ToGLenum(); in ReadPixels() 355 tie(succ, imgArg.format) = NVal(env, funcArg[NARG_POS::FOURTH]).ToGLenum(); in TexImage2D() 375 tie(succ, imgArg.format) = NVal(env, funcArg[NARG_POS::SEVENTH]).ToGLenum(); in TexImage2D() 435 tie(succ, imgArg.format) = NVal(env, funcArg[NARG_POS::FIFTH]).ToGLenum(); in TexSubImage2D() 452 tie(succ, imgArg.format) = NVal(env, funcArg[NARG_POS::SEVENTH]).ToGLenum(); in TexSubImage2D()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 81 // PNG format only supports one picture decoding, index in order to Compatible animation scene. in GetImageSize() 112 // PNG format only supports one picture decoding, index in order to Compatible animation scene. in SetDecodeOptions() 166 // PNG format only supports one picture decoding, index in order to Compatible animation scene. in Decode() 263 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, // PixelFormat in AllocBufferForDmaType() 393 // PNG format only supports one picture decoding, index in order to Compatible animation scene. in PromoteIncrementalDecode() 490 uint32_t PngDecoder::GetDecodeFormat(PixelFormat format, PixelFormat &outputFormat, AlphaType &alphaType) in GetDecodeFormat() argument 502 if (format != PixelFormat::RGB_888 && destType == PNG_COLOR_TYPE_RGB) { in GetDecodeFormat() 506 if (format != PixelFormat::RGBA_F16 && pngImageInfo_.bitDepth == 16) { // 16bit depth in GetDecodeFormat() 510 ChooseFormat(format, outputFormat, destType); in GetDecodeFormat() 514 void PngDecoder::ChooseFormat(PixelFormat format, PixelForma argument [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 67 LOG.error("Worker return exception: {}".format(worker_exception)) 231 err_msg = ErrorMessage.Common.Code_0101004.format(kit.__class__.__name__) 243 LOG.error("common module kit teardown error: {}".format(e)) 256 LOG.debug("Common module config path: {}".format(module_config_path)) 371 unpassed_test_param = "{}#{}#{}".format( 688 LOG.debug("Running thread is alive, thread is {}.".format(tid_key)) 691 LOG.debug("Running thread is dead, thread is {}".format(tid_key)) 878 raise ParamError(ErrorMessage.Common.Code_0101003.format(kit_type))
|
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 429 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F() 448 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F() 467 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F() 486 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F() 505 int32_t format = 0;
in BENCHMARK_F() local 507 ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, g_displayIds[0]);
in BENCHMARK_F() 533 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F() 1175 info.format = Composer::V1_0::PIXEL_FMT_RGBA_8888;
in BENCHMARK_F()
|
/test/xts/hats/hdf/display/composer/unittest_additional/ |
H A D | hdi_composer_ut.cpp | 1357 int32_t format = 0; in HWTEST_F() local 1359 auto ret = g_composerDevice->CreateVirtualDisplay(width, height, format, devId); in HWTEST_F() 1372 int32_t format = 0; in HWTEST_F() local 1374 auto ret = g_composerDevice->CreateVirtualDisplay(width, height, format, devId); in HWTEST_F() 1387 int32_t format = 0; in HWTEST_F() local 1389 auto ret = g_composerDevice->CreateVirtualDisplay(width, height, format, devId); in HWTEST_F() 1402 int32_t format = 0; in HWTEST_F() local 1404 auto ret = g_composerDevice->CreateVirtualDisplay(width, height, format, devId); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | pieusb.c | 786 params->format = scanner->scan_parameters.format; in sane_get_parameters() 806 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 810 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 814 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 818 params->format = SANE_FRAME_RGB; /* was: SANE_FRAME_RGBI */ in sane_get_parameters() 822 params->format = SANE_FRAME_RGB; in sane_get_parameters() 838 DBG(DBG_info_sane," format = %d\n",params->format); in sane_get_parameters()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 137 "Binary format for 'abcda' sortkey different for secondary strength!"); in TestCollationKey() 1121 errln(String.format("Failed to open collator for %s with %s", requestedLocale, e)); in TestGetLocale() 1128 errln(String.format("[Coll %s]: Error in valid locale, expected %s, got %s", in TestGetLocale() 1133 errln(String.format("[Coll %s]: Error in actual locale, expected %s, got %s", in TestGetLocale() 1141 errln(String.format("Failed to open collator for actual locale \"%s\" with %s", in TestGetLocale() 1147 errln(String.format("[Coll actual \"%s\"]: Error in actual locale, got different one: \"%s\"", in TestGetLocale() 1151 errln(String.format("[Coll actual \"%s\"]: Got different collator than before", in TestGetLocale() 1185 errln(String.format("For collator instantiated from rules, valid locale %s is not bogus", in TestGetLocale() 1190 errln(String.format("For collator instantiated from rules, actual locale %s is not bogus", in TestGetLocale()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DecimalFormat.java | 53 * possible to parse and format numbers in any locale, including support for Western, Arabic, or 86 * <p>Quick and dirty print out a number using the localized number, currency, and percent format 94 * System.out.print(NumberFormat.getInstance(uloc).format(1.23)); 96 * System.out.print(NumberFormat.getCurrencyInstance(uloc).format(1.23)); 98 * System.out.print(NumberFormat.getPercentInstance(uloc).format(1.23)); 211 * format for a particular locale no matter which style the formatter is constructed with. For 285 * #format} method uses the formatter directly without needing to synchronize. Volatile because 401 * @param infoInput the information used for currency plural format, including currency plural 532 * reading from the legacy (pre-ICU4J 59) format and converting it to the new form. 715 public StringBuffer format(doubl method in DecimalFormat 730 public StringBuffer format(long number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 745 public StringBuffer format(BigInteger number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 760 public StringBuffer format( format() method in DecimalFormat 776 public StringBuffer format(BigDecimal number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 804 public StringBuffer format(CurrencyAmount currAmt, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 140 "Binary format for 'abcda' sortkey different for secondary strength!"); in TestCollationKey() 1124 errln(String.format("Failed to open collator for %s with %s", requestedLocale, e)); in TestGetLocale() 1131 errln(String.format("[Coll %s]: Error in valid locale, expected %s, got %s", in TestGetLocale() 1136 errln(String.format("[Coll %s]: Error in actual locale, expected %s, got %s", in TestGetLocale() 1144 errln(String.format("Failed to open collator for actual locale \"%s\" with %s", in TestGetLocale() 1150 errln(String.format("[Coll actual \"%s\"]: Error in actual locale, got different one: \"%s\"", in TestGetLocale() 1154 errln(String.format("[Coll actual \"%s\"]: Got different collator than before", in TestGetLocale() 1188 errln(String.format("For collator instantiated from rules, valid locale %s is not bogus", in TestGetLocale() 1193 errln(String.format("For collator instantiated from rules, actual locale %s is not bogus", in TestGetLocale()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DecimalFormat.java | 54 * possible to parse and format numbers in any locale, including support for Western, Arabic, or 87 * <p>Quick and dirty print out a number using the localized number, currency, and percent format 95 * System.out.print(NumberFormat.getInstance(uloc).format(1.23)); 97 * System.out.print(NumberFormat.getCurrencyInstance(uloc).format(1.23)); 99 * System.out.print(NumberFormat.getPercentInstance(uloc).format(1.23)); 212 * format for a particular locale no matter which style the formatter is constructed with. For 285 * #format} method uses the formatter directly without needing to synchronize. Volatile because 398 * @param infoInput the information used for currency plural format, including currency plural 525 * reading from the legacy (pre-ICU4J 59) format and converting it to the new form. 706 public StringBuffer format(doubl method in DecimalFormat 719 public StringBuffer format(long number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 732 public StringBuffer format(BigInteger number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 745 public StringBuffer format( format() method in DecimalFormat 759 public StringBuffer format(BigDecimal number, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat 783 public StringBuffer format(CurrencyAmount currAmt, StringBuffer result, FieldPosition fieldPosition) { format() method in DecimalFormat [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 465 if (c->pi.format != UNW_INFO_FORMAT_DYNAMIC in fetch_proc_info() 466 && c->pi.format != UNW_INFO_FORMAT_TABLE in fetch_proc_info() 467 && c->pi.format != UNW_INFO_FORMAT_REMOTE_TABLE) in fetch_proc_info() 492 else if (pi->unwind_info && pi->format == UNW_INFO_FORMAT_TABLE) in put_unwind_info() 723 switch (c->pi.format) in create_state_record_for() 737 Debug (1, "Unexpected unwind-info format %d\n", c->pi.format); in create_state_record_for() 1056 switch (c->pi.format) in dwarf_reg_states_iterate() 1068 Debug (1, "Unexpected unwind-info format %d\n", c->pi.format); in dwarf_reg_states_iterate() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_program.c | 25 #include "util/format/u_format.h" 480 sampler->format, in v3d_setup_shared_key() 494 sampler->format); in v3d_setup_shared_key() 592 * reads and we need to know the color buffer format and in v3d_update_compiled_fs() 596 key->color_fmt[i].format = cbuf->format; in v3d_update_compiled_fs() 599 cbuf->format), in v3d_update_compiled_fs() 604 util_format_description(cbuf->format); in v3d_update_compiled_fs() 612 if (util_format_is_pure_uint(cbuf->format)) in v3d_update_compiled_fs() 614 else if (util_format_is_pure_sint(cbuf->format)) in v3d_update_compiled_fs() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 32 #include "util/format/u_format.h" 657 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); in nouveau_video_buffer_sampler_view_planes() 659 if (util_format_get_nr_components(buf->resources[i]->format) == 1) in nouveau_video_buffer_sampler_view_planes() 690 unsigned nr_components = util_format_get_nr_components(buf->resources[i]->format); in nouveau_video_buffer_sampler_view_components() 697 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); in nouveau_video_buffer_sampler_view_components() 731 surf_templ.format = buf->resources[i]->format; in nouveau_video_buffer_surfaces() 778 * and it only supports the NV12 format in nouveau_video_buffer_create() 805 templ.format = PIPE_FORMAT_R8_UNORM; in nouveau_video_buffer_create() 819 templ.format in nouveau_video_buffer_create() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 89 if (varyings->varying[loc].format != PIPE_FORMAT_NONE) in panvk_varying_hw_format() 90 return pdev->formats[varyings->varying[loc].format].hw; in panvk_varying_hw_format() 110 cfg.format = panvk_varying_hw_format(dev, varyings, stage, idx); in panvk_emit_varying() 286 cfg.format = pdev->formats[attribs->attrib[idx].format].hw; in panvk_emit_attrib() 620 cfg.srgb = util_format_is_srgb(rts->format); in emit_blend() 626 util_format_description(rts->format); in emit_blend() 658 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered); in emit_blend()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state_validate.c | 1 #include "util/format/u_format.h" 67 PUSH_DATA (push, 0); // format in nvc0_fb_set_null_rt() 234 PUSH_DATA(push, nvc0_format_table[sf->base.format].rt); in nvc0_validate_fb() 250 PUSH_DATA(push, nvc0_format_table[sf->base.format].rt); in nvc0_validate_fb() 278 PUSH_DATA (push, nvc0_format_table[fb->zsbuf->format].rt); in nvc0_validate_fb() 777 if (fb->zsbuf && fb->zsbuf->format == PIPE_FORMAT_Z16_UNORM) in nvc0_validate_rast_fb() 817 tmpl.format = sf->format; in nvc0_validate_fbread() 828 old_view->format == sf->format in nvc0_validate_fbread() [all...] |
/third_party/python/Lib/ |
H A D | ssl.py | 300 "too many wildcards in certificate DNS name: {!r}.".format(dn)) 308 "{!r}.".format(dn)) 314 "{!r}.".format(dn)) 320 "{!r}.".format(dn)) 349 "{!r} is not a quad-dotted IPv4 address.".format(ipname) 356 "address.".format(ipname)) 361 raise ValueError("{!r} is not an IPv4 address.".format(ipname)) 377 """Verify that *cert* (in decoded format as returned by 1434 "{0} channel binding type not implemented".format(cb_type) 1486 in ``"%b %d %H:%M:%S %Y %Z"`` strptime format ( [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 71 BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects = 0u); 82 BufferLevels::BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects) in BufferLevels() argument 87 const auto tcuFormat = vk::mapVkFormat(format); in BufferLevels() 99 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels() 104 const auto copyFormat = getStencilCopyFormat(format); in BufferLevels() 235 TCU_THROW(NotSupportedError, "Required format features not supported"); in checkSupport() 240 TCU_THROW(NotSupportedError, "Linear tiling not supported for format"); in checkSupport() 246 TCU_THROW(NotSupportedError, "Required number of mip levels not supported for format"); in checkSupport() 250 TCU_THROW(NotSupportedError, "Required number of layers not supported for format"); in checkSupport() 349 // Test every aspect supported by the image format in iterate() 976 const auto format = testFormats[formatIdx]; createImageSubresourceLayoutTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 178 format, // VkFormat format; in makeImageCreateInfo() 267 const auto format = getImageFormat(); in checkSupport() local 268 const auto formatProps = getPhysicalDeviceImageFormatProperties(vki, physDev, format, getImageType(m_data.depth), getImageTiling(), getImageUsage(), 0u); in checkSupport() 274 msg << "Result image dimensions not supported (" << getFormatName(format) << " " << m_data.width << "x" << m_data.height << "x" << m_data.depth << ")"; in checkSupport() 597 const VkFormat format = getImageFormat(); in runTest() local 626 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, m_data.depth, format); in runTest() 629 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, (m_data.depth != 1) ? VK_IMAGE_VIEW_TYPE_3D : VK_IMAGE_VIEW_TYPE_2D, format, imageSubresourceRange); in runTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 151 deUint32 format; //!< Internal format. member 158 TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLevels(0) in TextureSpec() 165 , format(format_) in TextureSpec() 475 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 490 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height); in initTexture() 525 m_texture2DArray = new glu::Texture2DArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, in initTexture() 567 m_textureCube = new glu::TextureCube(m_renderCtx, m_textureSpec.format, m_textureSpec.width); in initTexture() 634 new glu::TextureCubeArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.depth * 6); in initTexture()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 155 const GrBackendFormat& format = fChooser.backendFormat(); in SkImage_Gpu() local 158 SkASSERT(caps->isFormatCompressed(format) || in SkImage_Gpu() 159 caps->areColorTypeAndFormatCompatible(grCT, format)); in SkImage_Gpu() 180 const GrBackendFormat& format = fChooser.backendFormat(); in SkImage_Gpu() local 183 SkASSERT(caps->isFormatCompressed(format) || in SkImage_Gpu() 184 caps->areColorTypeAndFormatCompatible(grCT, format)); in SkImage_Gpu() 527 // modify for support astc texture format in MakeTextureFromCompressed() 708 bufferDesc.format, in MakeFromAHardwareBufferWithData() 735 GrAHardwareBufferUtils::GetSkColorTypeFromBufferFormat(bufferDesc.format); in MakeFromAHardwareBufferWithData()
|
/third_party/skia/tests/ |
H A D | DeferredDisplayListTest.cpp | 630 GrBackendFormat format = GrBackendFormat::MakeGL(GR_GL_RGBA8, GR_GL_TEXTURE_2D); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 632 int availableSamples = caps->getRenderTargetSampleCount(4, format); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 661 ii, format, numSamples, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 1068 GrBackendFormat format = context->defaultBackendFormat(kRGBA_8888_SkColorType, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 1070 SkASSERT(format.isValid()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1076 format, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1190 GrBackendFormat format = GrBackendFormat::MakeGL(GR_GL_RGBA8, target); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 1194 format, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 50 VkFormat format, in CreateImage() 65 createInfo.format = format; in CreateImage() 139 VkFormat format, in CreateBindExportImage() 145 ::VkResult result = CreateImage(deviceVk, width, height, format, handle); in CreateBindExportImage() 236 defaultDescriptor.format = wgpu::TextureFormat::RGBA8Unorm; 397 defaultDescriptor.format = wgpu::TextureFormat::RGBA8Unorm; 912 descriptor.format = wgpu::TextureFormat::BGRA8Unorm; in TEST_P() 47 CreateImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* image) CreateImage() argument 136 CreateBindExportImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex, int* memoryFd) CreateBindExportImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 178 format, // VkFormat format; in makeImageCreateInfo() 267 const auto format = getImageFormat(); in checkSupport() local 268 const auto formatProps = getPhysicalDeviceImageFormatProperties(vki, physDev, format, getImageType(m_data.depth), getImageTiling(), getImageUsage(), 0u); in checkSupport() 274 msg << "Result image dimensions not supported (" << getFormatName(format) << " " << m_data.width << "x" << m_data.height << "x" << m_data.depth << ")"; in checkSupport() 597 const VkFormat format = getImageFormat(); in runTest() local 626 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, m_data.depth, format); in runTest() 629 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, (m_data.depth != 1) ? VK_IMAGE_VIEW_TYPE_3D : VK_IMAGE_VIEW_TYPE_2D, format, imageSubresourceRange); in runTest()
|