Searched refs:colorHottileEnable (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend_singlesample.cpp | 58 …fers(psContext.pColorBuffer, &pDepthBuffer, &pStencilBuffer, state.colorHottileEnable, renderBuffe… in BackendSingleSample() 213 uint32_t rtMask = state.colorHottileEnable; in BackendSingleSample() 222 uint32_t rtMask = state.colorHottileEnable; in BackendSingleSample()
|
D | backend_sample.cpp | 58 …fers(psContext.pColorBuffer, &pDepthBuffer, &pStencilBuffer, state.colorHottileEnable, renderBuffe… in BackendSampleRate() 231 uint32_t rtMask = state.colorHottileEnable; in BackendSampleRate() 240 uint32_t rtMask = state.colorHottileEnable; in BackendSampleRate()
|
D | context.h | 303 uint32_t colorHottileEnable : 8; // Bitmask of enabled color hottiles in OSALIGNLINE() member
|
D | backend_impl.h | 885 …fers(psContext.pColorBuffer, &pDepthBuffer, &pStencilBuffer, state.colorHottileEnable, renderBuffe… 1038 uint32_t rtMask = state.colorHottileEnable; 1047 uint32_t rtMask = state.colorHottileEnable;
|
D | rasterizer_impl.h | 1284 StepRasterTileX<RT>(state.colorHottileEnable, renderBuffers); 1292 StepRasterTileY<RT>(state.colorHottileEnable, renderBuffers, currentRenderBufferRow); 1316 uint32_t colorHottileEnableMask = state.colorHottileEnable;
|
D | tilemgr.cpp | 392 uint32_t colorHottileEnableMask = state.colorHottileEnable; in InitializeHotTiles()
|
D | api.cpp | 1028 pState->state.colorHottileEnable = hotTileEnable; in SetupPipeline()
|