HomeSort by relevance Sort by last modified time
    Searched refs:GATHERTYPE_BASIC (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 762 GATHERTYPE_BASIC = 0,
780 case GATHERTYPE_BASIC: return "basic";
792 case GATHERTYPE_BASIC: return "textureGather";
832 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET)
834 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 755 GATHERTYPE_BASIC = 0,
781 case GATHERTYPE_BASIC: return "basic";
793 case GATHERTYPE_BASIC: return "textureGather";
834 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET)
836 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
929 case GATHERTYPE_BASIC:
    [all...]

Completed in 169 milliseconds