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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 69 SAMPLERTYPE_FETCH_UINT,
gluTextureTestUtil.cpp 91 return SAMPLERTYPE_FETCH_UINT;
96 return (format.order == TextureFormat::D || format.order == TextureFormat::DS) ? SAMPLERTYPE_FETCH_FLOAT : SAMPLERTYPE_FETCH_UINT;
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 425 case SAMPLERTYPE_FETCH_UINT: progSpec = PROGRAM_BUFFER_UINT; break;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]

Completed in 48 milliseconds