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.cpp288 …const tcu::Vec4 getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int …
1128 …rTestInstance::getQuarterRefColor (const deUint32 quarterNdx, const int colorNdx, const int layerN… in getQuarterRefColor() argument
1133 return m_vertexColor[colorNdx]; in getQuarterRefColor()
1136 return m_vertexColor[m_vertexIndices[colorNdx]]; in getQuarterRefColor()
1142 …return m_vertexColor[colorNdx / 4] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.10f, static_c… in getQuarterRefColor()
1145 …return m_vertexColor[m_vertexIndices[colorNdx]] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.… in getQuarterRefColor()
1157 return m_vertexColor[colorNdx] + tcu::Vec4(0.0, static_cast<float>(layerNdx) * 0.10f, 0.0, 0.0); in getQuarterRefColor()
1176 return m_vertexColor[colorNdx]; in getQuarterRefColor()
1336 int colorNdx = 0; in imageData() local
1378 const tcu::Vec4 color = getQuarterRefColor(0u, colorNdx, layerNdx, true, subpassNdx); in imageData()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp1132 int colorNdx = 0; in checkImage() local
1138 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
1140 colorNdx += 4; in checkImage()
1143 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
1145 colorNdx += 4; in checkImage()
1148 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
1150 colorNdx += 4; in checkImage()
1153 referenceFrame.getLevel(0).setPixel(m_data[colorNdx].color, x, y); in checkImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp996 const deUint32 colorNdx = (offset + size - numComponents); in setReferenceColor() local
999 expectedColor[componentNdx] += m_referenceData[colorNdx + componentNdx]; in setReferenceColor()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp938 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++) in logRenderPassInfo() local
940 …on colorAttachmentSection (log, "Color" + de::toString(colorNdx), "Color " + de::toString(colorNdx in logRenderPassInfo()
941 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo()