Lines Matching refs:tex3DWidth
3968 const int tex3DWidth = 63; in init() local
3973 …ge3DCase (m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, te… in init()
4062 const int tex3DWidth = 11; in init() local
4066 …rayBufferCase (m_context, (fmtName + "_2d_array").c_str(), "", format, tex3DWidth, tex3DHeight, te… in init()
4067 …age3DBufferCase (m_context, (fmtName + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, te… in init()
4106 const int tex3DWidth = 32; in init() local
4110 …) + "_2d_array").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, te… in init()
4121 const int tex3DWidth = 32; in init() local
4125 …) + "_2d_array").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, te… in init()
4137 const int tex3DWidth = 32; in init() local
4141 …bImage3DCase(m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, te… in init()
4453 const int tex3DWidth = 59; in init() local
4456 int tex3DLevels = maxLevelCount(tex3DWidth, tex3DHeight, tex3DDepth); in init()
4459 … (m_context, (string(fmtName) + "_3d").c_str(), "", internalFormat, tex3DWidth, tex3DHeight, te… in init()