Searched refs:sampleDesc (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12Sample.cpp | 465 DXGI_SAMPLE_DESC sampleDesc = {};
in InitD3D() local 466 sampleDesc.Count = 1; // multisample count (no multisampling, so we just put 1, since we still need 1 sample)
in InitD3D() 475 swapChainDesc.SampleDesc = sampleDesc; // our multi-sampling description
in InitD3D() 744 psoDesc.SampleDesc = sampleDesc; // must be the same sample description as the swapchain and depth/stencil buffer
in InitD3D()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 541 void reportSampleError (tcu::TestLog& log, const std::string& sampleDesc, UVec2& renderSize, const deUint32 numCoverageSamples, const deUint32 globalSampleNdx) in reportSampleError() argument 548 log << tcu::TestLog::Message << "Incorrect " << sampleDesc << " sample (" << sample << ") at pixel (" << x << ", " << y << ")" << tcu::TestLog::EndMessage; in reportSampleError()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 539 void reportSampleError (tcu::TestLog& log, const std::string& sampleDesc, UVec2& renderSize, const deUint32 numCoverageSamples, const deUint32 globalSampleNdx) in reportSampleError() argument 546 log << tcu::TestLog::Message << "Incorrect " << sampleDesc << " sample (" << sample << ") at pixel (" << x << ", " << y << ")" << tcu::TestLog::EndMessage; in reportSampleError()
|
Completed in 12 milliseconds