Searched refs:framebufferSize (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/glx/ |
D | xf86dristr.h | 310 CARD32 framebufferSize B32;
|
D | XF86dri.c | 587 *fbSize = rep.framebufferSize; in XF86DRIGetDeviceInfo()
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dristr.h | 329 CARD32 framebufferSize B32;
|
D | xf86dri.c | 582 *fbSize = rep.framebufferSize;
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageCompressionTranscodingSupport.cpp | 1562 …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()
|
D | vktImageTranscodingSupportTests.cpp | 642 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()
|