Home
last modified time | relevance | path

Searched refs:m_depth (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp219 int m_depth; member in deqp::gles31::Functional::TextureCubeArraySpecCase
228 , m_depth (depth) in TextureCubeArraySpecCase()
265 for (int layerFaceNdx = 0; layerFaceNdx < m_depth; layerFaceNdx++) in verifyTexture()
343 levelData.setSize(levelW, levelW, m_depth); in createTexture()
346 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, transfe… in createTexture()
373 …glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth); in createTexture()
383 levelData.setSize(levelW, levelW, m_depth); in createTexture()
386 …glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, 0, 0, 0, levelW, levelW, m_depth, transferFmt.form… in createTexture()
440 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture()
447 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitc… in createTexture()
[all …]
Des31fTextureFilteringTests.cpp131 const int m_depth; member in deqp::gles31::Functional::TextureCubeArrayFilteringCase
183 , m_depth (depth) in TextureCubeArrayFilteringCase()
209 const int numLayers = m_depth / 6; in init()
212 …ntTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth); in init()
213 …dTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth); in init()
230 for (int layerFaceNdx = 0; layerFaceNdx < m_depth; layerFaceNdx++) in init()
247 for (int layerFaceNdx = 0; layerFaceNdx < m_depth; layerFaceNdx++) in init()
249 const deUint32 step = 0x00ffffff / (numLevels*m_depth - 1); in init()
Des31fTextureFormatTests.cpp94 const int m_depth; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
109 , m_depth (depth) in TextureCubeArrayFormatCase()
123 , m_depth (depth) in TextureCubeArrayFormatCase()
140 …? new glu::TextureCubeArray(m_renderCtx, m_format, m_dataType, m_size, m_depth) // Implicit intern… in init()
141 …: new glu::TextureCubeArray(m_renderCtx, m_format, m_size, m_depth); // Explicit internal forma… in init()
/external/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp25 m_depth(-1), in MachVMRegion()
47 m_depth = -1; in Clear()
134 m_depth = 1024; in GetRegionForAddress()
137 …m_err = ::mach_vm_region_recurse (m_task, &m_start, &m_size, &m_depth, (vm_region_recurse_info_t)&… in GetRegionForAddress()
143 … => %d) addr = 0x%8.8llx ", m_task, (uint64_t)m_start, (uint64_t)m_size, m_depth, &m_data, info_si… in GetRegionForAddress()
DMachVMRegion.h69 natural_t m_depth; variable
/external/deqp/framework/common/
DtcuCompressedTexture.hpp122 int getDepth (void) const { return m_depth; } in getDepth()
134 int m_depth; member in tcu::CompressedTexture
DtcuTexture.cpp3200 , m_depth (depth) in Texture3D()
3209 , m_depth (other.m_depth) in Texture3D()
3223 m_depth = other.m_depth; in operator =()
3239 const int depth = getMipPyramidLevelSize(m_depth, levelNdx); in allocLevel()
3293 , m_depth (depth) in TextureCubeArray()
3296 DE_ASSERT(m_depth % 6 == 0); in TextureCubeArray()
3302 , m_depth (other.m_depth) in TextureCubeArray()
3305 DE_ASSERT(m_depth % 6 == 0); in TextureCubeArray()
3316 m_depth = other.m_depth; in operator =()
3319 DE_ASSERT(m_depth % 6 == 0); in operator =()
[all …]
DtcuTexture.hpp1041 int getDepth (void) const { return m_depth; } in getDepth()
1061 int m_depth; member in tcu::Texture3D
1113 int getDepth (void) const { return m_depth; } in getDepth()
1134 int m_depth; member in tcu::TextureCubeArray
DtcuCompressedTexture.cpp2616 , m_depth (0) in CompressedTexture()
2624 , m_depth (0) in CompressedTexture()
2638 m_depth = depth; in setStorage()
2640 if (isAstcFormat(m_format) && m_depth > 1) in setStorage()
2648 …ckPixelSize.x()) * divRoundUp(m_height, blockPixelSize.y()) * divRoundUp(m_depth, blockPixelSize.z… in setStorage()
2653 DE_ASSERT(m_width == 0 && m_height == 0 && m_depth == 0); in setStorage()
2664 DE_ASSERT(dst.getWidth() == m_width && dst.getHeight() == m_height && dst.getDepth() == m_depth); in decompress()
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java105 m_depth = depth; in setDepth()
110 return m_depth; in getDepth()
182 private int m_depth; field in ReportProperties.ParsedProperties
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp544 int m_depth; member in deqp::gles3::Functional::Texture3DSpecCase
554 , m_depth (depth) in Texture3DSpecCase()
590 int levelD = de::max(1, m_depth >> levelNdx); in verifyTexture()
811 int levelD = de::max(1, m_depth >> ndx); in createTexture()
1160 data.resize(slicePitch*(m_depth+m_skipImages)); in createTexture()
1167 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, sliceP… in createTexture()
1179 …glTexImage3D(GL_TEXTURE_3D, 0, m_internalFormat, m_width, m_height, m_depth, 0, transferFmt.format… in createTexture()
1454 int levelD = de::max(1, m_depth >> ndx); in createTexture()
1469 int levelD = de::max(1, m_depth >> ndx); in createTexture()
1818 data.resize(slicePitch*m_depth); in createTexture()
[all …]
Des3fTextureFormatTests.cpp591 int m_depth; member in deqp::gles3::Functional::Texture3DFormatCase
606 , m_depth (depth) in Texture3DFormatCase()
620 , m_depth (depth) in Texture3DFormatCase()
635 …? new glu::Texture3D(m_renderCtx, m_format, m_dataType, m_width, m_height, m_depth) // Implicit in… in init()
636 …: new glu::Texture3D(m_renderCtx, m_format, m_width, m_height, m_depth); // Explicit internal f… in init()
668 float r = ((float)sliceNdx + 0.5f) / (float)m_depth; in testSlice()
Des3fFboTestUtil.hpp176 float m_depth; member in deqp::gles3::Functional::FboTestUtil::Texture3DShader
Des3fFboTestUtil.cpp703 , m_depth (0.0f) in Texture3DShader()
710 m_depth = depth; in setDepth()
724 gl.uniform1f (gl.getUniformLocation(program, "u_depth"), m_depth); in setUniforms()
Des3fTextureFilteringTests.cpp943 const int m_depth; member in deqp::gles3::Functional::Texture3DFilteringCase
983 , m_depth (depth) in Texture3DFilteringCase()
1004 const int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth)) + 1; in init()
1007 …x = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth); in init()
1008 … = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth); in init()
Des3fTextureMipmapTests.cpp1110 int m_depth; member in deqp::gles3::Functional::Texture3DMipmapCase
1126 , m_depth (depth) in Texture3DMipmapCase()
1143 int numLevels = deLog2Floor32(de::max(de::max(m_width, m_height), m_depth))+1; in init()
1148 …e = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth); in init()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp248 ModifyRenderbufferClearDepth (GLfloat depth) : m_depth(depth) {} in ModifyRenderbufferClearDepth()
253 GLfloat m_depth; member in deqp::egl::Image::GLES2ImageApi::ModifyRenderbufferClearDepth
838 GLU_CHECK_GLW_CALL(gl, clearDepthf(m_depth)); in initializeRbo()
841 tcu::clearDepth(reference.getLevel(0), m_depth); in initializeRbo()
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...