Home
last modified time | relevance | path

Searched refs:hiz_op (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h789 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()
Dblorp_priv.h193 enum blorp_hiz_op hiz_op; member
Dblorp.c303 params.hiz_op = op; in blorp_hiz_op()
Dblorp_clear.c633 params.hiz_op = BLORP_HIZ_OP_DEPTH_CLEAR; in blorp_gen8_hiz_clear_attachments()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2311 enum blorp_hiz_op hiz_op = BLORP_HIZ_OP_NONE; in intel_miptree_prepare_hiz_access() local
2316 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()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c391 enum blorp_hiz_op hiz_op; in transition_depth_buffer() local
393 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()