Home
last modified time | relevance | path

Searched refs:GetSampleCount (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dmultisample.h37 SWR_MULTISAMPLE_COUNT GetSampleCount(uint32_t numSamples) in GetSampleCount() function
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp37 GLint GetSampleCount(const egl::Config *config) in GetSampleCount() function
296 GLint samples = GetSampleCount(mState.config); in initializeImpl()
1082 GLint samples = GetSampleCount(mState.config); in createSwapChain()
Dvk_utils.h1011 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount);
Dvk_utils.cpp1470 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount() function
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp795 sample_count = GetNumSamples(GetSampleCount(sample_count)); in swr_get_sample_position()
1279 rastState->sampleCount = GetSampleCount(fb->samples); in swr_update_derived()
1904 blendState.sampleCount = GetSampleCount(fb->samples); in swr_update_derived()