Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c428 key->iz_lookup = lookup; in brw_wm_populate_key()
572 key->iz_lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT; in brw_wm_populate_default_key()
575 key->iz_lookup |= BRW_WM_IZ_PS_COMPUTES_DEPTH_BIT; in brw_wm_populate_default_key()
578 key->iz_lookup |= BRW_WM_IZ_DEPTH_TEST_ENABLE_BIT; in brw_wm_populate_default_key()
579 key->iz_lookup |= BRW_WM_IZ_DEPTH_WRITE_ENABLE_BIT; in brw_wm_populate_default_key()
/external/mesa3d/src/intel/compiler/
Dbrw_wm_iz.cpp130 int lookup = key->iz_lookup; in setup_fs_payload_gen4()
Dbrw_debug_recompile.c171 iz_lookup); in debug_fs_recompile()
Dbrw_compiler.h458 uint8_t iz_lookup; member
/external/mesa3d/src/intel/blorp/
Dblorp.c214 wm_key->iz_lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT; in blorp_compile_fs()