Home
last modified time | relevance | path

Searched refs:image64 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypedefTagNested.types6 * @property {string} icons.image64
14 …ons: { image32: 'x.png', image64: 'y.png', }} : { name: string; icons: { image32:…
21 >icons : { image32: string; image64: string; }
22 >{ image32: 'x.png', image64: 'y.png', } : { image32: string; image64: string; }
28 image64: 'y.png',
29 >image64 : string
DtypedefTagNested.symbols6 * @property {string} icons.image64
24 image64: 'y.png',
25 >image64 : Symbol(image64, Decl(a.js, 12, 25))
/third_party/typescript/tests/cases/conformance/jsdoc/
DtypedefTagNested.ts20 image64: 'y.png',
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp584 …const std::string image64 = ((mapTextureFormat(format) == VK_FORMAT_R64_UINT || mapTextureFormat(f… in getFormatPrefix() local
585 …:getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER ? "u" + image64 : in getFormatPrefix()
586 …TextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" + image64 : ""; in getFormatPrefix()