Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c84 old_key->iz_lookup, key->iz_lookup); in brw_wm_debug_recompile()
481 key->iz_lookup = lookup; in brw_wm_populate_key()
623 key.iz_lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT; in brw_fs_precompile()
626 key.iz_lookup |= BRW_WM_IZ_PS_COMPUTES_DEPTH_BIT; in brw_fs_precompile()
629 key.iz_lookup |= BRW_WM_IZ_DEPTH_TEST_ENABLE_BIT; in brw_fs_precompile()
630 key.iz_lookup |= BRW_WM_IZ_DEPTH_WRITE_ENABLE_BIT; in brw_fs_precompile()
/external/mesa3d/src/intel/compiler/
Dbrw_wm_iz.cpp129 int lookup = key->iz_lookup; in setup_fs_payload_gen4()
Dbrw_compiler.h377 uint8_t iz_lookup; member
/external/mesa3d/src/intel/blorp/
Dblorp.c191 wm_key->iz_lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT; in blorp_compile_fs()