Home
last modified time | relevance | path

Searched refs:colorNdx (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp338 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativeWindow() local
341 render(gl, program, colors[colorNdx]); in testNativeWindow()
343 clear(gl, colors[colorNdx]); in testNativeWindow()
350 if (!validate(log, egl, display, config, result, colors[colorNdx])) in testNativeWindow()
381 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativePixmap() local
384 render(gl, program, colors[colorNdx]); in testNativePixmap()
386 clear(gl, colors[colorNdx]); in testNativePixmap()
391 if (!validate(log, egl, display, config, result, colors[colorNdx])) in testNativePixmap()
421 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativePixmapCopy() local
424 render(gl, program, colors[colorNdx]); in testNativePixmapCopy()
[all …]
DteglRenderCase.cpp442 for (int colorNdx = 0; colorNdx < DE_LENGTH_OF_ARRAY(s_colorRules); colorNdx++) in getDefaultRenderFilterLists() local
446 const string name = string(s_colorRules[colorNdx].name) + "_" + s_surfaceRules[surfaceNdx].name; in getDefaultRenderFilterLists()
450 << s_colorRules[colorNdx].filter in getDefaultRenderFilterLists()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp285 …const tcu::Vec4 getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int …
1132 …rTestInstance::getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int layerN… in getQuarterRefColor() argument
1137 return m_vertexColor[colorNdx]; in getQuarterRefColor()
1140 return m_vertexColor[m_vertexIndices[colorNdx]]; in getQuarterRefColor()
1146 …return m_vertexColor[colorNdx / 4] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.10f, static_c… in getQuarterRefColor()
1149 …return m_vertexColor[m_vertexIndices[colorNdx]] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.… in getQuarterRefColor()
1161 return m_vertexColor[colorNdx] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.10f, 0.0, 0.0); in getQuarterRefColor()
1180 return m_vertexColor[colorNdx]; in getQuarterRefColor()
1340 int colorNdx = 0; in imageData() local
1382 const tcu::Vec4 color = getQuarterRefColor(0u, colorNdx, layerNdx, true, subpassNdx); in imageData()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp840 int colorNdx = 0; in checkImage() local
846 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
848 colorNdx += 4; in checkImage()
851 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
853 colorNdx += 4; in checkImage()
856 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
858 colorNdx += 4; in checkImage()
861 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp977 const deUint32 colorNdx = (offset + size - numComponents); in setReferenceColor() local
980 expectedColor[componentNdx] += m_referenceData[colorNdx + componentNdx]; in setReferenceColor()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp876 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++) in logRenderPassInfo() local
878 …on colorAttachmentSection (log, "Color" + de::toString(colorNdx), "Color " + de::toString(colorNdx in logRenderPassInfo()
879 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo()