Searched refs:GATHERTYPE_BASIC (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 746 GATHERTYPE_BASIC = 0, enumerator 764 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 …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 755 GATHERTYPE_BASIC = 0, enumerator 781 case GATHERTYPE_BASIC: return "basic"; in gatherTypeName() 793 case GATHERTYPE_BASIC: return "textureGather"; in gatherTypeDescription() 834 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor() 836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor() 929 case GATHERTYPE_BASIC: in generateBasic2DCaseIterations() 1141 …DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize == OFFSETSIZE_… in TextureGatherInstance() 1538 case GATHERTYPE_BASIC: in genGatherFuncCall() 1556 case GATHERTYPE_BASIC: in genGatherFuncCall() 2215 …, m_baseParams (TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompare… in TextureGatherCubeCase() [all …]
|