OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_singleLayerBind
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp
335
const bool
m_singleLayerBind
;
348
,
m_singleLayerBind
((flags & FLAG_SINGLE_LAYER_BIND) != 0)
350
if (
m_singleLayerBind
)
372
const int dimension = (
m_singleLayerBind
? m_texture.layerDimension() : m_texture.dimension());
375
const ImageType usedImageType = (
m_singleLayerBind
? getImageTypeForSingleLayer(m_texture.type()) : m_texture.type());
390
if (
m_singleLayerBind
)
400
<< " int gz = " << (
m_singleLayerBind
? "u_layerNdx" : "int(gl_GlobalInvocationID.z)") << ";\n"
438
const bool
m_singleLayerBind
;
446
,
m_singleLayerBind
(singleLayerBind)
473
const tcu::IVec3 workSize = (
m_singleLayerBind
? m_texture.layerSize() : m_texture.size())
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 46 milliseconds