Searched refs:coreFormats (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 468 … config::Framebuffer& fbo, const FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB… in logFormatInfo() argument 502 if (isFormatFeatureSupported(coreFormats, *it, TEXTURE_VALID)) in logFormatInfo() 534 if (isFormatFeatureSupported(coreFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 568 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 583 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 608 const VkFormat coreFormats[] = in createImageFormatTests() local 743 : coreFormats; in createImageFormatTests() 746 : DE_LENGTH_OF_ARRAY(coreFormats); in createImageFormatTests()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 303 static const PixelFormat coreFormats[] = { variable 993 formats = coreFormats; in getPixelFormat() 994 formatsCount = DE_LENGTH_OF_ARRAY(coreFormats); in getPixelFormat() 2053 formats = coreFormats; in readPixels() 2054 formatsCount = DE_LENGTH_OF_ARRAY(coreFormats); in readPixels() 3434 for (int m = 0; m < DE_LENGTH_OF_ARRAY(coreFormats); ++m) in getTexImage() 3436 const PixelFormat& outputFormat = coreFormats[m]; in getTexImage() 3523 formats = coreFormats; in testAllFormatsAndTypes() 3524 formatsCount = DE_LENGTH_OF_ARRAY(coreFormats); in testAllFormatsAndTypes()
|