Home
last modified time | relevance | path

Searched refs:colorHottileEnable (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp58 …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()
Dbackend_sample.cpp58 …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()
Dcontext.h303 uint32_t colorHottileEnable : 8; // Bitmask of enabled color hottiles in OSALIGNLINE() member
Dbackend_impl.h885 …fers(psContext.pColorBuffer, &pDepthBuffer, &pStencilBuffer, state.colorHottileEnable, renderBuffe…
1038 uint32_t rtMask = state.colorHottileEnable;
1047 uint32_t rtMask = state.colorHottileEnable;
Drasterizer_impl.h1284 StepRasterTileX<RT>(state.colorHottileEnable, renderBuffers);
1292 StepRasterTileY<RT>(state.colorHottileEnable, renderBuffers, currentRenderBufferRow);
1316 uint32_t colorHottileEnableMask = state.colorHottileEnable;
Dtilemgr.cpp392 uint32_t colorHottileEnableMask = state.colorHottileEnable; in InitializeHotTiles()
Dapi.cpp1028 pState->state.colorHottileEnable = hotTileEnable; in SetupPipeline()