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.cpp66 state.colorHottileEnable, in BackendSingleSample()
289 uint32_t rtMask = state.colorHottileEnable; in BackendSingleSample()
Dbackend_sample.cpp65 state.colorHottileEnable, in BackendSampleRate()
306 uint32_t rtMask = state.colorHottileEnable; in BackendSampleRate()
Dbackend_impl.h637 uint32_t colorHottileEnableMask = state.colorHottileEnable;
1048 state.colorHottileEnable,
1254 uint32_t rtMask = state.colorHottileEnable;
Dcontext.h325 uint32_t colorHottileEnable : 8; // Bitmask of enabled color hottiles in OSALIGNLINE() member
Dtilemgr.cpp357 uint32_t colorHottileEnableMask = state.colorHottileEnable; in InitializeHotTiles()
Drasterizer_impl.h1408 StepRasterTileX<RT>(state.colorHottileEnable, renderBuffers);
1417 StepRasterTileY<RT>(state.colorHottileEnable, renderBuffers, currentRenderBufferRow);
1450 uint32_t colorHottileEnableMask = state.colorHottileEnable;
Dapi.cpp1046 pState->state.colorHottileEnable = hotTileEnable; in SetupPipeline()