Searched refs:resolve_op (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h102 enum isl_aux_op resolve_op);
H A Dintel_mipmap_tree.c2094 enum isl_aux_op resolve_op; local in function:intel_miptree_prepare_ccs_access
2096 resolve_op = get_ccs_e_resolve_op(aux_state, aux_usage,
2100 resolve_op = get_ccs_d_resolve_op(aux_state, aux_usage,
2104 if (resolve_op != ISL_AUX_OP_NONE) {
2106 brw_blorp_resolve_color(brw, mt, level, layer, resolve_op);
2108 switch (resolve_op) {
H A Dbrw_blorp.c1507 enum isl_aux_op resolve_op)
1536 resolve_op);
1505 brw_blorp_resolve_color(struct brw_context * brw,struct intel_mipmap_tree * mt,unsigned level,unsigned layer,enum isl_aux_op resolve_op) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h102 enum isl_aux_op resolve_op);
H A Dbrw_blorp.c1483 enum isl_aux_op resolve_op)
1512 resolve_op);
1481 brw_blorp_resolve_color(struct brw_context * brw,struct brw_mipmap_tree * mt,unsigned level,unsigned layer,enum isl_aux_op resolve_op) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resolve.c446 enum isl_aux_op resolve_op)
474 resolve_op);
835 enum isl_aux_op resolve_op; local in function:iris_resource_prepare_ccs_access
837 resolve_op = get_ccs_e_resolve_op(aux_state, aux_usage,
841 resolve_op = get_ccs_d_resolve_op(aux_state, aux_usage,
845 if (resolve_op != ISL_AUX_OP_NONE) {
846 iris_resolve_color(ice, batch, res, level, layer, resolve_op);
848 switch (resolve_op) {
442 iris_resolve_color(struct iris_context * ice,struct iris_batch * batch,struct iris_resource * res,unsigned level,unsigned layer,enum isl_aux_op resolve_op) argument
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c1178 enum isl_aux_op resolve_op)
1184 switch(resolve_op) {
1234 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE ||
1235 resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE ||
1236 resolve_op == ISL_AUX_OP_AMBIGUATE);
1238 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE ||
1239 resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
1242 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE);
1244 params.fast_clear_op = resolve_op;
1174 blorp_ccs_resolve(struct blorp_batch * batch,struct blorp_surf * surf,uint32_t level,uint32_t start_layer,uint32_t num_layers,enum isl_format format,enum isl_aux_op resolve_op) argument
H A Dblorp.h248 enum isl_aux_op resolve_op);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c570 enum isl_aux_op resolve_op,
580 if (resolve_op == ISL_AUX_OP_FULL_RESOLVE) {
613 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
634 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
655 enum isl_aux_op resolve_op,
669 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
698 enum isl_aux_op resolve_op,
706 resolve_op, fast_clear_supported);
710 resolve_op, fast_clear_supported);
716 if (resolve_op
566 anv_cmd_compute_resolve_predicate(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
651 anv_cmd_simple_resolve_predicate(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
693 anv_cmd_predicated_ccs_resolve(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,enum isl_format format,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
725 anv_cmd_predicated_mcs_resolve(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,enum isl_format format,VkImageAspectFlagBits aspect,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
1061 enum isl_aux_op resolve_op = ISL_AUX_OP_NONE; local in function:transition_color_buffer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp.h230 enum isl_aux_op resolve_op);
H A Dblorp_clear.c863 enum isl_aux_op resolve_op)
902 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE ||
903 resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
906 assert(resolve_op == ISL_AUX_OP_FULL_RESOLVE);
908 params.fast_clear_op = resolve_op;
859 blorp_ccs_resolve(struct blorp_batch * batch,struct blorp_surf * surf,uint32_t level,uint32_t start_layer,uint32_t num_layers,enum isl_format format,enum isl_aux_op resolve_op) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c820 enum isl_aux_op resolve_op,
830 if (resolve_op == ISL_AUX_OP_FULL_RESOLVE) {
862 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
882 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
903 enum isl_aux_op resolve_op,
917 assert(resolve_op == ISL_AUX_OP_PARTIAL_RESOLVE);
947 enum isl_aux_op resolve_op,
955 resolve_op, fast_clear_supported);
959 resolve_op, fast_clear_supported);
965 if (resolve_op
816 anv_cmd_compute_resolve_predicate(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
899 anv_cmd_simple_resolve_predicate(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
941 anv_cmd_predicated_ccs_resolve(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,enum isl_format format,struct isl_swizzle swizzle,VkImageAspectFlagBits aspect,uint32_t level,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
974 anv_cmd_predicated_mcs_resolve(struct anv_cmd_buffer * cmd_buffer,const struct anv_image * image,enum isl_format format,struct isl_swizzle swizzle,VkImageAspectFlagBits aspect,uint32_t array_layer,enum isl_aux_op resolve_op,enum anv_fast_clear_type fast_clear_supported) argument
1441 enum isl_aux_op resolve_op = ISL_AUX_OP_NONE; local in function:transition_color_buffer
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c529 enum isl_aux_op resolve_op)
559 resolve_op);
525 crocus_resolve_color(struct crocus_context * ice,struct crocus_batch * batch,struct crocus_resource * res,unsigned level,unsigned layer,enum isl_aux_op resolve_op) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resolve.c423 enum isl_aux_op resolve_op)
452 resolve_op);
419 iris_resolve_color(struct iris_context * ice,struct iris_batch * batch,struct iris_resource * res,unsigned level,unsigned layer,enum isl_aux_op resolve_op) argument

Completed in 30 milliseconds