Searched refs:GATHERCASE_DONT_SAMPLE_CUBE_CORNERS (Results 1 – 2 of 2) sorted by relevance
765 GATHERCASE_DONT_SAMPLE_CUBE_CORNERS = (1<<0) //!< For cube map cases: do not sample cube corners enumerator1151 …ms.textureType == TEXTURETYPE_CUBE || !(m_baseParams.flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS)); in TextureGatherInstance()2119 const bool corners = (m_baseParams.flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS) == 0; in computeQuadTexCoord()2457 noCorners ? GATHERCASE_DONT_SAMPLE_CUBE_CORNERS : 0)); in init()2460 …noCorners ? GATHERCASE_DONT_SAMPLE_CUBE_CORNERS : 0, ShaderRenderCaseInstance::IMAGE_BACKING_MODE_… in init()
773 GATHERCASE_DONT_SAMPLE_CUBE_CORNERS = (1<<1) //!< For cube map cases: do not sample cube corners enumerator1077 DE_ASSERT(m_textureType == TEXTURETYPE_CUBE || !(m_flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS)); in TextureGatherCase()1906 const bool corners = (m_flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS) == 0; in computeQuadTexCoord()2195 noCorners ? GATHERCASE_DONT_SAMPLE_CUBE_CORNERS : 0)); in init()