Lines Matching defs:DIM
214 static const deUint32 DIM = 8;
1674 " imageStore(image0_0, ivec2(gl_VertexIndex % " << DIM << ", gl_VertexIndex / " << DIM << "), color);\n"
2033 DIM, // deUint32 width;
2034 DIM, // deUint32 height;
2412 vk, device, allocator, makeBufferCreateInfo(DIM*DIM*16, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
2808 DIM, // width
2809 DIM, // height
2882 VkViewport viewport = makeViewport(DIM, DIM);
2883 VkRect2D scissor = makeRect2D(DIM, DIM);
3160 vk.cmdDispatch(*cmdBuffer, DIM, DIM, 1);
3170 DIM, DIM, 1u);
3176 makeRect2D(DIM, DIM),
3193 vk.cmdDraw(*cmdBuffer, DIM*DIM, 1u, 0u, 0u);
3207 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(DIM, DIM, 1u),
3226 for (deUint32 i = 0; i < DIM*DIM; ++i)