Searched refs:sampleCount_ (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig() 731 : sampleCount (sampleCount_) in TestConfig()
|
H A D | vktRenderPassMultisampleTests.cpp | 1227 deUint32 sampleCount_, in TestConfig() 1231 , sampleCount (sampleCount_) in TestConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig() 731 : sampleCount (sampleCount_) in TestConfig()
|
H A D | vktRenderPassMultisampleTests.cpp | 1227 deUint32 sampleCount_, in TestConfig() 1231 , sampleCount (sampleCount_) in TestConfig()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 11049 uint32_t sampleCount_ = {}, 11053 , sampleCount( sampleCount_ ) 11068 uint32_t sampleCount_, member 11072 , sampleCount( sampleCount_ ) 11095 CoarseSampleOrderCustomNV & setSampleCount( uint32_t sampleCount_ ) VULKAN_HPP_NOEXCEPT 11097 sampleCount = sampleCount_; [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 14096 uint32_t sampleCount_ = {}, 14100 , sampleCount( sampleCount_ ) 14115 uint32_t sampleCount_, member 14118 , sampleCount( sampleCount_ ) 14141 VULKAN_HPP_CONSTEXPR_14 CoarseSampleOrderCustomNV & setSampleCount( uint32_t sampleCount_ ) VULKAN_HPP_NOEXCEPT 14143 sampleCount = sampleCount_; [all...] |
Completed in 104 milliseconds