Home
last modified time | relevance | path

Searched refs:m_layers (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp317 return m_layers; in getNumLayersOrSlices()
326 , m_layers (numLayers) in LayeredImageAccess()
327 , m_wholeImage (tcu::ConstPixelBufferAccess(mapVkFormat(format), m_width, m_layers, 1, pData)) in LayeredImageAccess()
335 , m_layers (static_cast<int>(type == VK_IMAGE_TYPE_3D ? size.depth : numLayers)) in LayeredImageAccess()
336 …, m_wholeImage (tcu::ConstPixelBufferAccess(mapVkFormat(format), m_width, m_height, m_layers, pDat… in LayeredImageAccess()
343 const int m_layers; member in vkt::geometry::__anon3d2879db0111::LayeredImageAccess
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3723 std::vector<LayerInfo> m_layers; member in deqp::gles31::Functional::__anon8c432bb90111::DepthDrawCase
3815 m_layers.resize(m_numLayers); in init()
3818 m_layers[layerNdx].zOffset = ((float)layerNdx / (float)m_numLayers) * 2.0f - 1.0f; in init()
3819 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers); in init()
3820m_layers[layerNdx].color1 = (layerNdx == 0) ? (tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f)) : (tcu::Vec4(0.0… in init()
3821m_layers[layerNdx].color2 = (layerNdx == 0) ? (tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f)) : (tcu::Vec4(1.0… in init()
3823 rnd.shuffle(m_layers.begin(), m_layers.end()); in init()
3875 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()
3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
3877 gl.uniform4fv(color1Location, 1, m_layers[layerNdx].color1.getPtr()); in iterate()
[all …]