Searched refs:hiz_op (Results 1 – 6 of 6) sorted by relevance
789 switch (params->hiz_op) { in blorp_emit_ps_config()874 switch (params->hiz_op) { in blorp_emit_ps_config()1016 switch (params->hiz_op) { in blorp_emit_depth_stencil_state()1525 assert(params->hiz_op == BLORP_HIZ_OP_DEPTH_CLEAR); in blorp_emit_gen8_hiz_op()1549 switch (params->hiz_op) { in blorp_emit_gen8_hiz_op()1608 if (params->hiz_op != BLORP_HIZ_OP_NONE) { in blorp_exec()
193 enum blorp_hiz_op hiz_op; member
303 params.hiz_op = op; in blorp_hiz_op()
633 params.hiz_op = BLORP_HIZ_OP_DEPTH_CLEAR; in blorp_gen8_hiz_clear_attachments()
2311 enum blorp_hiz_op hiz_op = BLORP_HIZ_OP_NONE; in intel_miptree_prepare_hiz_access() local2316 hiz_op = BLORP_HIZ_OP_DEPTH_RESOLVE; in intel_miptree_prepare_hiz_access()2321 hiz_op = BLORP_HIZ_OP_DEPTH_RESOLVE; in intel_miptree_prepare_hiz_access()2330 hiz_op = BLORP_HIZ_OP_HIZ_RESOLVE; in intel_miptree_prepare_hiz_access()2337 if (hiz_op != BLORP_HIZ_OP_NONE) { in intel_miptree_prepare_hiz_access()2338 intel_hiz_exec(brw, mt, level, layer, 1, hiz_op); in intel_miptree_prepare_hiz_access()2340 switch (hiz_op) { in intel_miptree_prepare_hiz_access()
391 enum blorp_hiz_op hiz_op; in transition_depth_buffer() local393 hiz_op = BLORP_HIZ_OP_DEPTH_RESOLVE; in transition_depth_buffer()395 hiz_op = BLORP_HIZ_OP_HIZ_RESOLVE; in transition_depth_buffer()399 hiz_op = BLORP_HIZ_OP_NONE; in transition_depth_buffer()402 if (hiz_op != BLORP_HIZ_OP_NONE) in transition_depth_buffer()403 anv_gen8_hiz_op_resolve(cmd_buffer, image, hiz_op); in transition_depth_buffer()