Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dxf86dristr.h310 CARD32 framebufferSize B32;
DXF86dri.c587 *fbSize = rep.framebufferSize; in XF86DRIGetDeviceInfo()
/external/libdrm/tests/ttmtest/src/
Dxf86dristr.h329 CARD32 framebufferSize B32;
Dxf86dri.c582 *fbSize = rep.framebufferSize;
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp1562 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead() local
1563 …rPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize, SINGLE_LAYER… in transcodeRead()
1696 const VkExtent2D framebufferSize (renderSize); in transcodeWrite() local
1697 …rPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize, SINGLE_LAYER… in transcodeWrite()
2124 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead() local
2125 …framebuffer (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize, SINGLE_LAYER… in transcodeRead()
2264 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeWrite() local
2265 …framebuffer (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize, SINGLE_LAYER… in transcodeWrite()
DvktImageTranscodingSupportTests.cpp642 const VkExtent2D framebufferSize (makeExtent2D(m_parameters.size[0], m_parameters.size[1])); in transcode() local
643 …framebuffer (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize, SINGLE_LAYER… in transcode()