Searched refs:GATHERTYPE_BASIC (Results 1 – 1 of 1) sorted by relevance
746 GATHERTYPE_BASIC = 0, enumerator764 case GATHERTYPE_BASIC: return "basic"; in gatherTypeName()776 case GATHERTYPE_BASIC: return "textureGather"; in gatherTypeDescription()816 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor()818 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor()1051 DE_ASSERT((m_gatherType == GATHERTYPE_BASIC) == (m_offsetSize == OFFSETSIZE_NONE)); in TextureGatherCase()1149 case GATHERTYPE_BASIC: in genGatherFuncCall()1555 case GATHERTYPE_BASIC: in generateBasic2DCaseIterations()1856 …: TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_N… in TextureGatherCubeCase()2008 DE_ASSERT(gatherType == GATHERTYPE_BASIC); in makeTextureGatherCase()[all …]