Lines Matching full:combined
756 DE_ASSERT(false); // combined formats cannot be read from
810 DE_ASSERT(false); // combined formats cannot be written to
926 DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed directly
927 DE_ASSERT(m_format.order != TextureFormat::DS); // combined formats cannot be accessed directly
1025 DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed directly
1026 DE_ASSERT(m_format.order != TextureFormat::DS); // combined formats cannot be accessed directly
1151 DE_ASSERT(m_format.order == TextureFormat::D); // no other combined depth stencil types
1181 DE_ASSERT(m_format.order == TextureFormat::S); // no other combined depth stencil types
1192 DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed directly
1193 DE_ASSERT(m_format.order != TextureFormat::DS); // combined formats cannot be accessed directly
1342 DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed directly
1343 DE_ASSERT(m_format.order != TextureFormat::DS); // combined formats cannot be accessed directly
1476 DE_ASSERT(m_format.order == TextureFormat::D); // no other combined depth stencil types
1509 DE_ASSERT(m_format.order == TextureFormat::S); // no other combined depth stencil types
1637 // "lookup" for a combined format does not make sense, disallow