Searched refs:depthFormats (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 318 static const deUint32 depthFormats[] = in init() local 332 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 333 …>addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init() 341 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 342 …ddChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init() 350 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 351 …addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init()
|
D | es3fPolygonOffsetTests.cpp | 1215 } depthFormats[]= in init() local 1223 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx) in init() 1225 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 744 const VkFormat depthFormats[] = in createDepthTests() local 870 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthFormats); formatNdx++) in createDepthTests() 873 getFormatCaseName(depthFormats[formatNdx]).c_str(), in createDepthTests() 874 … (std::string("Uses format ") + getFormatName(depthFormats[formatNdx])).c_str())); in createDepthTests() 882 depthFormats[formatNdx], in createDepthTests() 888 depthFormats[formatNdx], in createDepthTests() 901 depthFormats[formatNdx], in createDepthTests()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 1212 } depthFormats[]= in init() local 1218 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx) in init() 1220 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|