Home
last modified time | relevance | path

Searched refs:FormatInfo (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.hpp140 class FormatInfo class
144 FormatInfo();
145 FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment);
240 std::string getComputeShaderCode(FormatInfo& info) const;
241 std::string getFragmentShaderCode(FormatInfo& info) const;
242 std::string getVertexShaderCode(FormatInfo& info) const;
244 void fillInputData(glw::GLubyte* buffer, glw::GLuint offset, FormatInfo& info);
245 void fillOutputData(glw::GLubyte* buffer, FormatInfo& info);
248 bool checkResult(FormatInfo& info, const char* phase, bool transformFeedback);
268 std::map<glw::GLenum, FormatInfo> m_configuration
[all...]
H A DesextcTextureBufferTextureBufferRange.cpp45 FormatInfo::FormatInfo() in FormatInfo() function in glcts::FormatInfo
63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo() function in glcts::FormatInfo
79 void FormatInfo::configure() in configure()
546 glw::GLuint FormatInfo::countAlignedSize(glw::GLuint offsetAlignment, glw::GLuint totalSize) in countAlignedSize()
644 m_configurations[formats[i]] = FormatInfo(formats[i], m_texture_buffer_offset_alignment); in initTest()
652 for (std::map<glw::GLenum, FormatInfo>::iterator it = m_configurations.begin(); it != m_configurations.end(); ++it) in initTest()
654 FormatInfo& info = it->second; in initTest()
676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp1334 index < 0 ? FormatInfo::kUnsupported_StencilFormatIndex : index; in setStencilFormatIndexForFormat()
1350 uint32_t nonMSAARenderFlags = FormatInfo::kFBOColorAttachment_Flag;
1353 msaaRenderFlags |= FormatInfo::kFBOColorAttachmentWithMSAA_Flag;
1401 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8);
1407 info.fFlags = FormatInfo::kTexturable_Flag | FormatInfo::kTransfers_Flag;
1420 info.fFlags |= FormatInfo::kUseTexStorage_Flag;
1524 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR8);
1543 info.fFlags |= FormatInfo::kTexturable_Flag
1544 | FormatInfo
[all...]
H A DGrGLCaps.h234 return this->getFormatInfo(format).fStencilFormatIndex != FormatInfo::kUnknown_StencilIndex; in hasStencilFormatBeenDeterminedForFormat()
684 struct FormatInfo { struct in GrGLCaps
770 FormatInfo fFormatTable[kGrGLColorFormatCount];
772 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()
773 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h63 return SkToBool(FormatInfo::kTexturable_Flag & this->getFormatInfo(format).fLinearFlags); in isVkFormatTexturableLinearly()
67 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeDstofBlit()
69 return SkToBool(FormatInfo::kBlitDst_Flag & flags); in formatCanBeDstofBlit()
73 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeSrcofBlit()
75 return SkToBool(FormatInfo::kBlitSrc_Flag & flags); in formatCanBeSrcofBlit()
343 struct FormatInfo { struct in GrVkCaps
375 FormatInfo fFormatTable[kNumVkFormats];
377 FormatInfo& getFormatInfo(VkFormat);
378 const FormatInfo& getFormatInfo(VkFormat) const;
H A DGrVkCaps.cpp834 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo()
839 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo()
847 static FormatInfo kInvalidFormat; in getFormatInfo()
864 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
893 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
923 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
942 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
961 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
988 if (SkToBool(info.fOptimalFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
1009 if (SkToBool(info.fOptimalFlags & FormatInfo in initFormatTable()
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp336 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo()
341 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo()
349 static FormatInfo kInvalidFormat; in getFormatInfo()
366 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
394 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
423 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
442 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
461 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
487 if (SkToBool(info.fFlags & FormatInfo::kTexturable_Flag)) { in initFormatTable()
508 if (SkToBool(info.fFlags & FormatInfo in initFormatTable()
[all...]
H A DGrD3DCaps.h165 struct FormatInfo { struct in GrD3DCaps
200 FormatInfo fFormatTable[kNumDxgiFormats];
202 FormatInfo& getFormatInfo(DXGI_FORMAT);
203 const FormatInfo& getFormatInfo(DXGI_FORMAT) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp69 struct FormatInfo struct
77 FormatInfo getFormatInfo (VkFormat format) in getFormatInfo()
79 FormatInfo result; in getFormatInfo()
120 const std::map<std::string, FormatInfo> SpirvFormats {
162 FormatInfo getFormatInfo (const std::string& spirvFormat) in getFormatInfo()
173 FormatInfo baseFormat = getFormatInfo(format); in matching()
174 FormatInfo shaderFormat = getFormatInfo(spirvFormat); in matching()
332 const FormatInfo spirvFormatInfo = getFormatInfo(m_spirvFormat); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp69 struct FormatInfo struct
77 FormatInfo getFormatInfo (VkFormat format) in getFormatInfo()
79 FormatInfo result; in getFormatInfo()
120 const std::map<std::string, FormatInfo> SpirvFormats {
162 FormatInfo getFormatInfo (const std::string& spirvFormat) in getFormatInfo()
173 FormatInfo baseFormat = getFormatInfo(format); in matching()
174 FormatInfo shaderFormat = getFormatInfo(spirvFormat); in matching()
334 const FormatInfo spirvFormatInfo = getFormatInfo(m_spirvFormat); in initPrograms()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DFramebufferObjectTest.cpp90 using FormatInfo = std::array<GLenum, 3>; in TEST_P()
91 constexpr std::array<FormatInfo, 5> kFormatArrays = { in TEST_P()
98 for (const FormatInfo &formatInfo : kFormatArrays) in TEST_P()
/third_party/node/deps/icu-small/source/i18n/
H A Dwinnmfmt.h36 union FormatInfo;
155 FormatInfo *fFormatInfo;
H A Dwinnmfmt.cpp47 union FormatInfo union
242 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat()
253 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat()
394 FormatInfo formatInfo; in format()
/third_party/icu/icu4c/source/i18n/
H A Dwinnmfmt.h36 union FormatInfo;
155 FormatInfo *fFormatInfo;
H A Dwinnmfmt.cpp44 union FormatInfo union
241 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat()
252 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat()
393 FormatInfo formatInfo; in format()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwinnmfmt.h36 union FormatInfo;
155 FormatInfo *fFormatInfo;
H A Dwinnmfmt.cpp44 union FormatInfo union
236 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat()
247 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat()
388 FormatInfo formatInfo; in format()
/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h148 struct FormatInfo { struct in GrMtlCaps
178 FormatInfo fFormatTable[kNumMtlFormats];
180 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp78 struct FormatInfo struct
101 static const FormatInfo testedFormats[] = {
506 const FormatInfo* findFormat(GLenum internalformat) const;
568 const FormatInfo* TestClampModeForInternalFormat::findFormat(GLenum internalformat) const in findFormat()
600 const FormatInfo* testedFormat = findFormat(internalformat); in fillTextureWithColor()
749 const FormatInfo* testedFormat = findFormat(internalformat); in verifyClampToEdge()
842 const FormatInfo* testedFormat = findFormat(internalformat); in verifyRepeat()
925 const FormatInfo* testedFormat = findFormat(internalformat); in verifyMirroredRepeat()
1365 const FormatInfo& formatInfo = testedFormats[formatIndex]; in init()
H A DglcCompressedFormatTests.cpp59 struct FormatInfo struct
74 const FormatInfo compressedFormats[] =
1237 const auto compressedInfo = find_if(begin(compressedFormats), end(compressedFormats), [compressedFormat](const FormatInfo& fmt) { return fmt.internalFormat == compressedFormat; });
1297 const auto compressedInfo = find_if(begin(compressedFormats), end(compressedFormats), [compressedFormat](const FormatInfo& fmt) { return fmt.internalFormat == compressedFormat; });
1474 CompressedFormatTest (deqp::Context& context, shared_ptr<SharedData> data, const FormatInfo& format);
1484 const FormatInfo& formatInfo;
1487 CompressedFormatTest::CompressedFormatTest (deqp::Context& context, shared_ptr<SharedData> data, const FormatInfo& format) in CompressedFormatTest()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py371 class FormatInfo(BaseInfo): class
809 formatInfo = FormatInfo(format, condition)
/third_party/vulkan-headers/registry/
H A Dreg.py371 class FormatInfo(BaseInfo): class
809 formatInfo = FormatInfo(format, condition)

Completed in 26 milliseconds