Home
last modified time | relevance | path

Searched refs:format (Results 7976 - 8000 of 9398) sorted by relevance

1...<<311312313314315316317318319320>>...376

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp103 vk::VkFormat format) in FillUpdateCopyBufferTestCase()
106 , m_validator (data, format) in FillUpdateCopyBufferTestCase()
97 FillUpdateCopyBufferTestCase(tcu::TestContext& testCtx, const std::string& name, deUint32 fillValue, ValidationData<T> data, CmdType cmdType, CmdBufferType cmdBufferType, vk::VkFormat format) FillUpdateCopyBufferTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
111 format, // VkFormat format; in makeImageCreateInfo()
H A DvktRayTracingTraversalControlTests.cpp144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
152 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp85 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, deUint32 queueFamilyIndex) in makeImageCreateInfo() argument
93 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp114 convertFormat(pixelPtr, mapVkFormat(m_imParams.format), m_conversionPrecision, resultMin, resultMax); in fetchTexelWrapped()
144 const bool isSrgb = isSrgbFormat(m_imParams.format); in fetchTexel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp678 tcu::TestStatus testDepthStencilBufferFeatures(Context& context, VkFormat format) in testDepthStencilBufferFeatures() argument
684 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &formatProperties); in testDepthStencilBufferFeatures()
825 de::MovePtr<tcu::TestCaseGroup> invalidBufferFeatures(new tcu::TestCaseGroup(testCtx, "invalid_buffer_features", "Checks that drivers are not exposing undesired format features for depth/stencil formats.")); in createBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp80 TCU_FAIL("Cannot find supported stencil format"); in pickSupportedStencilFormat()
83 bool isFormatStencil (VkFormat format) in isFormatStencil() argument
85 const auto textureFormat = vk::mapVkFormat(format); in isFormatStencil()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dformatutils11.cpp39 const DXGIFormatSize &GetDXGIFormatSizeInfo(DXGI_FORMAT format) in GetDXGIFormatSizeInfo() argument
55 switch (format) in GetDXGIFormatSizeInfo()
272 // NOTE: 3 and 4 component unnormalized GL_UNSIGNED_BYTE should use the default format in GetVertexFormatInfo_FL_9_3()
288 // NOTE: 3 and 4 component normalized GL_UNSIGNED_BYTE should use the default format table. in GetVertexFormatInfo_FL_9_3()
305 // NOTE: 2, 3 and 4 component unnormalized GL_SHORT should use the default format table. in GetVertexFormatInfo_FL_9_3()
314 // NOTE: 2, 3 and 4 component normalized GL_SHORT should use the default format table. in GetVertexFormatInfo_FL_9_3()
380 // NOTE: 2, 3 and 4 component GL_FIXED should use the default format table. in GetVertexFormatInfo_FL_9_3()
390 // NOTE: 2, 3 and 4 component GL_FLOAT should use the default format table. in GetVertexFormatInfo_FL_9_3()
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile166 # Spell out ISO 8601 format as not all date commands support --rfc-3339
170 # Could use `git log -1 --format="%cd"` to get branch commit date
177 commit: $(shell echo `git log -1 --format="%H" 2> /dev/null || echo Git commit not available`)
240 ADOCPDFOPTS = $(ADOCPDFEXTS) -a mathematical-format=svg \
290 # All non-format-specific dependencies
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h323 spvc_msl_vertex_format format; member
336 spvc_msl_vertex_format format; member
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp353 // RGB-offset format
801 int format, in unpack_color_endpoints()
812 switch (format) in unpack_color_endpoints()
799 unpack_color_endpoints( astc_decode_mode decode_mode, int format, int quantization_level, const int* input, int* rgb_hdr, int* alpha_hdr, int* nan_endpoint, uint4* output0, uint4* output1 ) unpack_color_endpoints() argument
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp11 // 2021/03/02: set 'atlas->TexPixelsUseColors = true' to help some backends with deciding of a prefered texture format.
235 IM_ASSERT(slot->format == FT_GLYPH_FORMAT_OUTLINE || slot->format == FT_GLYPH_FORMAT_BITMAP); in LoadGlyph()
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c281 if (ok) image->format = ANIM_WEBP; in ReadAnimatedWebP()
674 image->format = ANIM_GIF; in ReadAnimatedGIF()
H A Dwebpmux.c250 (features.format == 1) ? "lossy" : in DisplayInfo()
251 (features.format == 2) ? "lossless" : in DisplayInfo()
350 printf(" where: 'file_i' is the i'th animation frame (WebP format),\n"); in PrintHelp()
372 printf("\nINPUT & OUTPUT are in WebP format.\n"); in PrintHelp()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.cpp400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
475 // if there's a default rule, use it to format the number in findDoubleRule()
507 // do them in findRule(), because the version of format() that in findNormalRule()
573 * @return The rule to use to format this number
H A Dtmutfmt.cpp308 //TODO: format() and parseObj() are const member functions, in create()
314 //in format(), the locale will set up as the locale in fNumberFormat. in create()
684 TimeUnitFormat::setNumberFormat(const NumberFormat& format, UErrorCode& status){ in setNumberFormat() argument
688 adoptNumberFormat(format.clone(), status); in setNumberFormat()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DD3D12ResourceWrappingTests.cpp68 baseDawnDescriptor.format = wgpu::TextureFormat::RGBA8Unorm;
266 // Test an error occurs if the descriptor format isn't compatible with the D3D12 Resource
269 baseDawnDescriptor.format = wgpu::TextureFormat::R8Unorm; in TEST_P()
H A DDrawIndexedIndirectTests.cpp49 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4;
50 descriptor.cTargets[0].format = renderPass.colorFormat;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp738 VulkanImageFormat(this, textureDescriptor->format), VK_IMAGE_TYPE_2D, in ImportExternalImage()
740 VulkanImageUsage(usage, GetValidInternalFormat(textureDescriptor->format)), in ImportExternalImage()
/third_party/python/Lib/test/test_email/
H A Dtest_contentmanager.py238 m = self._str_msg(template.format(maintype+'/foo'))
273 m = self._str_msg(template.format(subtype))
/third_party/python/Lib/test/
H A Dtest_generators.py1846 format = "%" + str(w) + "d"
1852 squares[i1][j1] = format % k
/third_party/python/Lib/email/
H A Dmessage.py40 """Convenience function to format and return a key=value pair.
435 "in a message".format(max_count, name))
1135 raise ValueError("Cannot convert {} to {}".format(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp157 *this << format("%02" PRIX32, UUID[Idx]); in write_uuid()
347 Obj.format(*this); in operator <<()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTextureUtils.cpp18 bool TextureFormatSupportsStorageTexture(wgpu::TextureFormat format) { in TextureFormatSupportsStorageTexture() argument
19 switch (format) { in TextureFormatSupportsStorageTexture()
254 // Block size of a multi-planar format depends on aspect. in GetTexelBlockSizeInBytes()
372 // Block size of a multi-planar format depends on aspect. in GetTextureFormatBlockWidth()
490 // Block size of a multi-planar format depends on aspect. in GetTextureFormatBlockHeight()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp55 defaultDescriptor.format = wgpu::TextureFormat::RGBA8Unorm;
788 descriptor.format = wgpu::TextureFormat::BGRA8Unorm; in TEST_P()

Completed in 45 milliseconds

1...<<311312313314315316317318319320>>...376