Searched refs:m_singleLayerBind (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp333 const bool m_singleLayerBind; member in class:vkt::image::__anon4345::StoreTest
346 , m_singleLayerBind ((flags & FLAG_SINGLE_LAYER_BIND) != 0)
348 if (m_singleLayerBind)
370 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension());
373 const ImageType usedImageType = (m_singleLayerBind ? getImageTypeForSingleLayer(m_texture.type()) : m_texture.type());
388 if (m_singleLayerBind)
398 << " int gz = " << (m_singleLayerBind ? "u_layerNdx" : "int(gl_GlobalInvocationID.z)") << ";\n"
436 const bool m_singleLayerBind; member in class:vkt::image::__anon4345::BaseTestInstance
444 , m_singleLayerBind (singleLayerBind)
471 const tcu::IVec3 workSize = (m_singleLayerBind
811 const bool m_singleLayerBind; member in class:vkt::image::__anon4345::LoadStoreTest
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1118 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
1128 const bool m_singleLayerBind; member in class:deqp::gles31::Functional::__anon5426::ImageStoreCase
1167 const TextureType shaderImageType = m_singleLayerBind ? textureLayerType(m_textureType) : m_textureType;
1187 + (m_singleLayerBind ? "uniform int u_layerNdx;\n" : "") +
1193 " int gz = " + (m_singleLayerBind ? "u_layerNdx" : "int(gl_GlobalInvocationID.z)") + ";\n"
1217 if (m_singleLayerBind)
1285 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
1295 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
1311 const bool m_singleLayerBind; member in class:deqp::gles31::Functional::__anon5426::ImageLoadAndStoreCase
1426 const TextureType shaderImageType = m_singleLayerBind
[all...]

Completed in 94 milliseconds