/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 183 const tcu::TextureFormat& format, 271 m_vkFormat, // VkFormat format; in StorageImage2D() 383 StorageBuffer2D::StorageBuffer2D (Context& context, const tcu::TextureFormat& format, deUint32 width, deUint32 height) in StorageBuffer2D() argument 385 , m_format (format) in StorageBuffer2D() 567 TCU_THROW(NotSupportedError, "Creating storage image with this format is not supported"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 562 mmUsage.format = m_params.mode == 2 ? VK_OPACITY_MICROMAP_FORMAT_2_STATE_EXT : VK_OPACITY_MICROMAP_FORMAT_4_STATE_EXT; in iterate() 575 tri->format = uint16_t(mmUsage.format); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 63 // filesystem in the YV12 format. 552 const VkFormat format = frame->outputImageView->GetImageResource()->GetImageCreateInfo().format; in getDecodedImage() local 555 MovePtr<vkt::ycbcr::MultiPlaneImageData> multiPlaneImageData(new vkt::ycbcr::MultiPlaneImageData(format, tcu::UVec2(imageExtent.width, imageExtent.height))); in getDecodedImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 150 vk::VkFormat format, in Image() 158 , m_format (format) in Image() 404 VK_FORMAT_X8_D24_UNORM_PACK32 or VK_FORMAT_D24_UNORM_S8_UINT format in readUsingBuffer() 833 return de::SharedPtr<Image>(new Image(vk, device, queueFamilyIndex, createInfo.format, createInfo.extent, in create() 147 Image(const vk::DeviceInterface& vk, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkFormat format, const vk::VkExtent3D& extend, deUint32 levelCount, deUint32 layerCount, vk::Move<vk::VkImage> object_) Image() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 186 const tcu::TextureFormat& format, 274 m_vkFormat, // VkFormat format; in StorageImage2D() 386 StorageBuffer2D::StorageBuffer2D (Context& context, const tcu::TextureFormat& format, deUint32 width, deUint32 height) in StorageBuffer2D() argument 388 , m_format (format) in StorageBuffer2D() 570 TCU_THROW(NotSupportedError, "Creating storage image with this format is not supported"); in checkSupport()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.cc | 291 std::to_string(buf.binding) + ") requires a format"); in Validate() 438 Format* format, in AddVertexBuffer() 450 vertex_buffers_.back().format = format; in AddVertexBuffer() 435 AddVertexBuffer(Buffer* buf, uint32_t location, InputRate rate, Format* format, uint32_t offset, uint32_t stride) AddVertexBuffer() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureMultisampleTest.cpp | 63 GLenum format, 78 // formats. Assumes that if format A supports a number of samples N and another format B 79 // supports a number of samples M > N then format B also supports number of samples N. 83 for (GLenum format : formats) in getSamplesToUse() 86 glGetInternalformativ(texTarget, format, GL_SAMPLES, 1, &maxSamplesFormat); in getSamplesToUse()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 43 // Checks to see if each format can be reinterpreted to an equivalent format in a different 56 // For capability query, we use the renderable format since that is what we are capable in FormatReinterpretationSupported() 110 // If the given linear format is supported, we also need to support its corresponding nonlinear in GetTextureSRGBOverrideSupport() 111 // format. If the given linear format is NOT supported, we don't care about its corresponding in GetTextureSRGBOverrideSupport() 112 // nonlinear format. in GetTextureSRGBOverrideSupport() 278 // 8-bit 2-plane YUV format (VK_FORMAT_G8_B8R8_2PLANE_420_UNORM), if the ICD supports that we in CanSupportYuvInternalFormat() 282 // 3 plane 8 bit YUV format (VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM) as well. in CanSupportYuvInternalFormat() 484 // Vulkan has no restrictions of the format o in ensureCapsInitialized() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 365 // Initialize format patterns in initialize() 552 fRegionFormat.format(country, name, status); in getGenericLocationName() 562 fRegionFormat.format(city, name, status); in getGenericLocationName() 705 // Check if we need to use a partial location format. in formatGenericNonLocationName() 723 // Now we need to use a partial location format in formatGenericNonLocationName() 814 fFallbackFormat.format(location, mzDisplayName, name, status); in getPartialLocationName()
|
/third_party/skia/src/shaders/ |
H A D | SkPerlinNoiseShader.cpp | 901 SkString format; 902 format.printf("ShaderDfx_GrPerlinNoise2Effect_%d_%d_%d", fNumOctaves, fType, fStitchTiles); 903 return format;
|
/third_party/skia/tests/ |
H A D | ProcessorTest.cpp | 149 const GrBackendFormat format = in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 152 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 161 format, kDims, GrRenderable::kNo, 1, GrMipmapped::kNo, SkBackingFit::kExact, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 37 renderTargetDescriptor.format = wgpu::TextureFormat::RGBA8Unorm; 51 depthDescriptor.format = wgpu::TextureFormat::Depth24PlusStencil8; 321 depthStencil->format = wgpu::TextureFormat::Depth24PlusStencil8; in DoTest()
|
H A D | QueryTests.cpp | 116 wgpu::Texture CreateRenderTexture(wgpu::TextureFormat format) { in CreateRenderTexture() argument 119 descriptor.format = format; in CreateRenderTexture()
|
/third_party/python/Lib/test/ |
H A D | test_ntpath.py | 41 .format(ctypes.get_last_error())) 620 check('%{}% bar'.format(nonascii), 'ham%s bar' % nonascii) 622 check('%{}%bar'.format(nonascii), 'ham%sbar' % nonascii)
|
H A D | test_signal.py | 326 """.format(tuple(map(int, signals)), ordered, test_body) 551 """.format(action=action) 664 """.format(action=action) 963 print("error: {}".format(err), file=sys.stderr)
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | intrinsic_table.cc | 637 auto format = static_cast<TexelFormat>(F.Value()); \ 639 auto* T = sem::StorageTexture::SubtypeFor(format, state.builder.Types()); \ 640 return state.builder.create<sem::StorageTexture>(dim, format, access, T); \
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 125 `if file extension is 'txt' the output format will be a human readable text 126 if file extension is 'tsv' the output format will be a tab separated file 127 if file extension is 'json' the output format will be json
|
/third_party/toybox/lib/ |
H A D | lib.c | 1403 // Formats `ts` in ISO format ("2018-06-28 15:08:58.846386216 -0700"). 1417 void loggit(int priority, char *format, ...) in loggit() argument 1424 va_start(va, format); in loggit() 1425 vsyslog(priority, format, va); in loggit()
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 142 tracemalloc_error(const char *format, ...) in tracemalloc_error() argument 146 va_start(ap, format); in tracemalloc_error() 147 vfprintf(stderr, format, ap); in tracemalloc_error()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time.h | 582 // value. Duration flags must be specified in a format that is valid input for 590 // the format specified by `absl::ParseDuration()`. 858 // Time flags must be specified in a format that matches absl::RFC3339_full. 874 // the format specified by `absl::ParseTime()`. 1252 // FormatTime()/ParseTime() format specifiers for RFC3339 date/time strings, 1255 // Note that RFC3339_sec[] matches an ISO 8601 extended format for date and 1265 // FormatTime()/ParseTime() format specifiers for RFC1123 date/time strings. 1272 // provided format string. Uses strftime()-like formatting options, with 1291 // We recommend that format strings include the UTC offset (%z, %Ez, or %E*z) 1304 // In both cases the given format strin [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 548 mmUsage.format = m_params.mode == 2 ? VK_OPACITY_MICROMAP_FORMAT_2_STATE_EXT : VK_OPACITY_MICROMAP_FORMAT_4_STATE_EXT; in iterate() 561 tri->format = uint16_t(mmUsage.format); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 293 summary("Handover client received message '{0}'".format(records[0].type)) 405 summary("Received {} record(s) in {} seconds".format(len(message) if message is not None else -1, end - start)) 536 summary("Serving handover client on remote sap {0}".format(peer_sap))
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 229 [SECTION_ID_FORMAT] = { SECTION_ID_FORMAT, "format", 0, { SECTION_ID_FORMAT_TAGS, -1 } }, 947 uint8_t *data, int size, const char *format, in writer_print_integers() 959 if (bytes == 1) av_bprintf(&bp, format, *data); in writer_print_integers() 960 else if (bytes == 2) av_bprintf(&bp, format, AV_RN16(data)); in writer_print_integers() 961 else if (bytes == 4) av_bprintf(&bp, format, AV_RN32(data)); in writer_print_integers() 1450 /* INI format output */ 2539 print_int ("format", sub->format); in show_subtitle() 2586 s = av_get_pix_fmt_name(frame->format); in show_frame() 2610 s = av_get_sample_fmt_name(frame->format); in show_frame() 946 writer_print_integers(WriterContext *wctx, const char *name, uint8_t *data, int size, const char *format, int columns, int bytes, int offset_add) writer_print_integers() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 3263 // The color target uses R32_UINT format and is used to save the verifcation result. 3273 m_colorImage.info.format = VK_FORMAT_R32_UINT; 3319 createInfo.format = m_colorImage.info.format; 3335 colorAttachment.format = VK_FORMAT_R32_UINT; 3361 inputAttachment.format = VK_FORMAT_R32_UINT; 3701 createInfo.format = imageResource.info.format; 3812 addressInfo.format = VK_FORMAT_UNDEFINED; 3877 addressInfo.format [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 3234 // The color target uses R32_UINT format and is used to save the verifcation result. 3244 m_colorImage.info.format = VK_FORMAT_R32_UINT; 3290 createInfo.format = m_colorImage.info.format; 3306 colorAttachment.format = VK_FORMAT_R32_UINT; 3332 inputAttachment.format = VK_FORMAT_R32_UINT; 3672 createInfo.format = imageResource.info.format; 3783 addressInfo.format = VK_FORMAT_UNDEFINED; 3848 addressInfo.format [all...] |