Searched refs:GATHERTYPE_BASIC (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 762 GATHERTYPE_BASIC = 0, enumerator 780 case GATHERTYPE_BASIC: return "basic"; in gatherTypeName() 792 case GATHERTYPE_BASIC: return "textureGather"; in gatherTypeDescription() 832 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor() 834 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0]; in makePixelOffsetsFunctor() 1067 DE_ASSERT((m_gatherType == GATHERTYPE_BASIC) == (m_offsetSize == OFFSETSIZE_NONE)); in TextureGatherCase() 1168 case GATHERTYPE_BASIC: in genGatherFuncCall() 1575 case GATHERTYPE_BASIC: in generateBasic2DCaseIterations() 1876 …: TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_N… in TextureGatherCubeCase() 2028 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() 1142 …DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize == OFFSETSIZE_… in TextureGatherInstance() 1539 case GATHERTYPE_BASIC: in genGatherFuncCall() 1557 case GATHERTYPE_BASIC: in genGatherFuncCall() 2216 …, m_baseParams (TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompare… in TextureGatherCubeCase() [all …]
|