| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_priv.h | 196 enum isl_aux_op hiz_op; member in struct:blorp_params
|
| H A D | blorp_genX_exec.h | 864 switch (params->hiz_op) { 955 switch (params->hiz_op) { 1103 switch (params->hiz_op) { 1637 assert(params->hiz_op == ISL_AUX_OP_FAST_CLEAR); 1658 if (params->depth.enabled && params->hiz_op == ISL_AUX_OP_FAST_CLEAR) { 1684 switch (params->hiz_op) { 1825 blorp_update_clear_color(batch, ¶ms->depth, params->hiz_op); 1829 if (params->hiz_op != ISL_AUX_OP_NONE) {
|
| H A D | blorp.c | 314 params.hiz_op = op;
|
| H A D | blorp_clear.c | 719 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; 773 params.hiz_op = ISL_AUX_OP_FAST_CLEAR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 1010 enum isl_aux_op hiz_op = ISL_AUX_OP_NONE; local in function:iris_resource_prepare_hiz_access 1015 hiz_op = ISL_AUX_OP_FULL_RESOLVE; 1020 hiz_op = ISL_AUX_OP_FULL_RESOLVE; 1029 hiz_op = ISL_AUX_OP_AMBIGUATE; 1036 if (hiz_op != ISL_AUX_OP_NONE) { 1037 iris_hiz_exec(ice, batch, res, level, layer, 1, hiz_op, false); 1039 switch (hiz_op) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_priv.h | 219 enum isl_aux_op hiz_op; member in struct:blorp_params
|
| H A D | blorp_genX_exec.h | 941 switch (params->hiz_op) { 1034 switch (params->hiz_op) { 1181 switch (params->hiz_op) { 1755 assert(params->hiz_op == ISL_AUX_OP_FAST_CLEAR); 1776 if (params->depth.enabled && params->hiz_op == ISL_AUX_OP_FAST_CLEAR) { 1804 switch (params->hiz_op) { 1978 blorp_update_clear_color(batch, ¶ms->depth, params->hiz_op); 1982 if (params->hiz_op != ISL_AUX_OP_NONE) { 2074 assert(params->hiz_op == ISL_AUX_OP_NONE);
|
| H A D | blorp.c | 415 params.hiz_op = op;
|
| H A D | blorp_clear.c | 1021 params.hiz_op = ISL_AUX_OP_FAST_CLEAR; 1084 params.hiz_op = ISL_AUX_OP_FAST_CLEAR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 2267 enum isl_aux_op hiz_op = ISL_AUX_OP_NONE; local in function:intel_miptree_prepare_hiz_access 2272 hiz_op = ISL_AUX_OP_FULL_RESOLVE; 2277 hiz_op = ISL_AUX_OP_FULL_RESOLVE; 2286 hiz_op = ISL_AUX_OP_AMBIGUATE; 2293 if (hiz_op != ISL_AUX_OP_NONE) { 2294 intel_hiz_exec(brw, mt, level, layer, 1, hiz_op); 2296 switch (hiz_op) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 480 enum isl_aux_op hiz_op; local in function:transition_depth_buffer 482 hiz_op = ISL_AUX_OP_FULL_RESOLVE; 484 hiz_op = ISL_AUX_OP_AMBIGUATE; 488 hiz_op = ISL_AUX_OP_NONE; 491 if (hiz_op != ISL_AUX_OP_NONE) 493 0, 0, 1, hiz_op);
|
| H A D | anv_blorp.c | 1457 enum isl_aux_op hiz_op) 1474 blorp_hiz_op(&batch, &surf, level, base_layer, layer_count, hiz_op); 1453 anv_image_hiz_op(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t base_layer,uint32_t layer_count,enum isl_aux_op hiz_op) argument
|
| H A D | anv_private.h | 3264 enum isl_aux_op hiz_op);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 1708 enum isl_aux_op hiz_op) 1725 blorp_hiz_op(&batch, &surf, level, base_layer, layer_count, hiz_op); 1704 anv_image_hiz_op(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t base_layer,uint32_t layer_count,enum isl_aux_op hiz_op) argument
|
| H A D | anv_private.h | 4261 enum isl_aux_op hiz_op);
|