Lines Matching defs:width
262 deUint32 imageDim[3]; // width, height, depth or layers
2033 DIM, // deUint32 width;
2051 deUint32 width = m_data.imageDim[0];
2069 width, // deUint32 width;
2121 const VkDeviceSize sizeOutputR64 = 8 * outputImageCreateInfo.extent.width * outputImageCreateInfo.extent.height * outputImageCreateInfo.extent.depth;
2122 const VkDeviceSize sizeOneLayers = 8 * imageCreateInfo.extent.width * imageCreateInfo.extent.height * imageCreateInfo.extent.depth;
2337 vk.cmdDispatch(*cmdBuffer, imageInfo.extent.width, imageInfo.extent.height, clearLayers);
2808 DIM, // width
3410 const auto pointCount = fbExtent.width * fbExtent.height * fbExtent.depth;
3415 for (uint32_t x = 0u; x < fbExtent.width; ++x)
3417 const auto xCoord = ((static_cast<float>(x) + 0.5f) / static_cast<float>(fbExtent.width)) * 2.0f - 1.0f;
3451 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBuffer.getImageView(), fbExtent.width, fbExtent.height);