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

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 331 const bool m_singleLayerBind;
343 , m_singleLayerBind ((flags & FLAG_SINGLE_LAYER_BIND) != 0)
345 if (m_singleLayerBind)
367 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension());
370 const ImageType usedImageType = (m_singleLayerBind ? getImageTypeForSingleLayer(m_texture.type()) : m_texture.type());
380 if (m_singleLayerBind)
390 << " int gz = " << (m_singleLayerBind ? "u_layerNdx" : "int(gl_GlobalInvocationID.z)") << ";\n"
424 const bool m_singleLayerBind;
431 , m_singleLayerBind (singleLayerBind)
456 const tcu::IVec3 workSize = (m_singleLayerBind ? m_texture.layerSize() : m_texture.size())
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 5199 milliseconds