Searched refs:coreFormats (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 469 … config::Framebuffer& fbo, const FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB… in logFormatInfo() argument 503 if (isFormatFeatureSupported(coreFormats, *it, TEXTURE_VALID)) in logFormatInfo() 535 if (isFormatFeatureSupported(coreFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 569 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 584 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 585 const VkFormat coreFormats[] = in createImageFormatTests() local 715 : coreFormats; in createImageFormatTests() 718 : 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()
|