Home
last modified time | relevance | path

Searched refs:arrayIntSize (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp6133 const size_t arrayIntSize = arraySize * 4; in verify() local
6138 …const size_t firstDescriptorSetNdx = de::min<size_t>((y * 256u + x) / (arrayIntSize / valuesPerPix… in verify()
6145 …const deUint32 id = callId * ((deUint32)arrayIntSize / valuesPerPixel) + (deUint32)y * 256u + (de… in verify()
6147 if (y * 256u + x < callId * (arrayIntSize / valuesPerPixel)) in verify()
9650 const size_t arrayIntSize = arraySize * 4; in init() local
9668 …"\thighp uint id = pushC.callId * (" << arrayIntSize << "u / pushC.valuesPerPixel) + uint(gl_FragC… in init()
9669 …"\tif (uint(gl_FragCoord.y) * 256u + uint(gl_FragCoord.x) < pushC.callId * (" << arrayIntSize << … in init()