Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp69 ColorQuad scissorQuad (ColorQuad quad, VkRect2D scissor, VkExtent2D framebufferSize) in scissorQuad() argument
79 right = de::min(right, (int)framebufferSize.width); in scissorQuad()
83 bottom = de::min(bottom, (int)framebufferSize.height); in scissorQuad()
231 TestParams() : framebufferSize({WIDTH,HEIGHT}) {} in TestParams()
238 VkExtent2D framebufferSize; member
389 VkExtent2D framebufferSize = m_params.framebufferSize; in iterate() local
426 …Info framebufferCreateInfo(*renderPass, colorAttachment, framebufferSize.width, framebufferSize.he… in iterate()
517 const VkRect2D renderArea = makeRect2D(framebufferSize); in iterate()
579 …commandIdx]->isScissored() ? scissorQuad(quad[0], scissors[scissorIdx], framebufferSize) : quad[0]; in iterate()
904 params.framebufferSize = size; in createTests()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp400 gl::Extents framebufferSize; in clearFramebuffer() local
405 framebufferSize = depthStencilAttachment->getSize(); in clearFramebuffer()
411 framebufferSize = colorAttachment->getSize(); in clearFramebuffer()
418 if (clearParams.scissor.x >= framebufferSize.width || in clearFramebuffer()
419 clearParams.scissor.y >= framebufferSize.height || clearParams.scissor.width == 0 || in clearFramebuffer()
436 clearParams.scissor.x + clearParams.scissor.width < framebufferSize.width || in clearFramebuffer()
437 clearParams.scissor.y + clearParams.scissor.height < framebufferSize.height; in clearFramebuffer()
706 stateManager->setSimpleViewport(framebufferSize); in clearFramebuffer()
DFramebuffer11.cpp99 gl::Extents framebufferSize = colorAttachment->getSize(); in clearImpl() local
100 presentPathFastClearParams.scissor.y = framebufferSize.height - in clearImpl()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DBlitFramebufferPerf.cpp119 unsigned int framebufferSize = 512; member
163 GLuint size = param.framebufferSize; in initializeBenchmark()
190 auto size = param.framebufferSize; in drawBenchmark()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp47 const gl::Extents &framebufferSize = framebufferObject->getFirstNonNullAttachment()->getSize(); in GetClearParameters() local
60 framebufferSize.width, framebufferSize.height); in GetClearParameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp442 std::vector<Vec2> ndcTransformEachSampleInPixel (const UVec2& framebufferSize, const deUint32 numSa… in ndcTransformEachSampleInPixel() argument
446 for (deUint32 y = 0; y < framebufferSize.y(); ++y) in ndcTransformEachSampleInPixel()
447 for (deUint32 x = 0; x < framebufferSize.x(); ++x) in ndcTransformEachSampleInPixel()
455 locations.push_back(Vec2(-1.0f + 2.0f * (globalX / static_cast<float>(framebufferSize.x())), in ndcTransformEachSampleInPixel()
456 -1.0f + 2.0f * (globalY / static_cast<float>(framebufferSize.y())))); in ndcTransformEachSampleInPixel()
495 …ufferStandardSampleLocations (const VkSampleCountFlagBits numSamples, const UVec2& framebufferSize) in genFramebufferStandardSampleLocations() argument
559 …return ndcTransformEachSampleInPixel(framebufferSize, static_cast<deUint32>(numSamples), AccessSta… in genFramebufferStandardSampleLocations()
563 …ctor<Vec2> getSampleLocations (const MultisamplePixelGrid& pixelGrid, const UVec2& framebufferSize) in getSampleLocations() argument
565 …return ndcTransformEachSampleInPixel(framebufferSize, pixelGrid.samplesPerPixel(), AccessMultisamp… in getSampleLocations()
DvktPipelineMultisampleSampleLocationsExtTests.cpp462 …ations (const MultisamplePixelGrid& pixelGrid, const UVec2& gridSize, const UVec2& framebufferSize) in genFramebufferSampleLocations() argument
466 for (deUint32 y = 0; y < framebufferSize.y(); ++y) in genFramebufferSampleLocations()
467 for (deUint32 x = 0; x < framebufferSize.x(); ++x) in genFramebufferSampleLocations()
475 locations.push_back(Vec2(-1.0f + 2.0f * (globalX / static_cast<float>(framebufferSize.x())), in genFramebufferSampleLocations()
476 -1.0f + 2.0f * (globalY / static_cast<float>(framebufferSize.y())))); in genFramebufferSampleLocations()
890 const UVec2& framebufferSize) in bake() argument
962 …t32>(m_attachments.size()), dataOrNullPtr(m_attachments), framebufferSize.x(), framebufferSize.y()… in bake()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp1727 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead() local
1728 …NGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize.width, framebufferSize.he… in transcodeRead()
1861 const VkExtent2D framebufferSize (renderSize); in transcodeWrite() local
1862 …NGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize.width, framebufferSize.he… in transcodeWrite()
2314 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead() local
2315 … (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize.width, framebufferSize.he… in transcodeRead()
2454 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeWrite() local
2455 … (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize.width, framebufferSize.he… in transcodeWrite()
DvktImageTranscodingSupportTests.cpp644 const VkExtent2D framebufferSize (makeExtent2D(m_parameters.size[0], m_parameters.size[1])); in transcode() local
645 … (makeFramebuffer(vk, device, *renderPass, 0, DE_NULL, framebufferSize.width, framebufferSize.he… in transcode()
/third_party/libdrm/tests/ttmtest/src/
Dxf86dristr.h329 CARD32 framebufferSize B32;
Dxf86dri.c582 *fbSize = rep.framebufferSize;