Searched refs:clear_depth (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_sfbd.c53 sfbd->clear_depth_1 = job->clear_depth;
54 sfbd->clear_depth_2 = job->clear_depth;
55 sfbd->clear_depth_3 = job->clear_depth;
56 sfbd->clear_depth_4 = job->clear_depth;
H A Dpan_job.h51 float clear_depth; member in struct:panfrost_job
H A Dpan_mfbd.c77 fb->clear_depth = job->clear_depth;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_clear.c49 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local in function:i915_clear_emit
84 clear_depth = clear_stencil = 0;
100 clear_depth = packed_z_stencil & 0xffffff;
103 clear_depth = (packed_z_stencil & 0xffff) | (packed_z_stencil << 16);
139 OUT_BATCH(clear_depth);
158 OUT_BATCH(clear_depth);
190 OUT_BATCH(clear_depth);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_clear.c48 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local in function:i915_clear_emit
83 clear_depth = clear_stencil = 0;
100 clear_depth = packed_z_stencil & 0xffffff;
103 clear_depth = (packed_z_stencil & 0xffff) | (packed_z_stencil << 16);
140 OUT_BATCH(clear_depth);
159 OUT_BATCH(clear_depth);
191 OUT_BATCH(clear_depth);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dmach64_common.h103 unsigned int clear_depth; member in struct:__anon92111f000308
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_common.h118 unsigned int clear_depth; member in struct:__anon339d47a40708
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp.h188 bool clear_depth, float depth_value,
203 bool clear_depth, float depth_value,
212 bool clear_depth, bool clear_stencil,
222 bool clear_depth, float depth_value,
H A Dblorp_clear.c575 bool clear_depth, float depth_value,
621 if (clear_depth) {
710 bool clear_depth, float depth_value,
738 if (clear_depth) {
765 bool clear_depth, bool clear_stencil,
779 params.depth.enabled = clear_depth;
804 bool clear_depth, float depth_value,
836 if (clear_depth) {
569 blorp_clear_depth_stencil(struct blorp_batch * batch,const struct blorp_surf * depth,const struct blorp_surf * stencil,uint32_t level,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,float depth_value,uint8_t stencil_mask,uint8_t stencil_value) argument
703 blorp_hiz_clear_depth_stencil(struct blorp_batch * batch,const struct blorp_surf * depth,const struct blorp_surf * stencil,uint32_t level,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,float depth_value,bool clear_stencil,uint8_t stencil_value) argument
761 blorp_gen8_hiz_clear_attachments(struct blorp_batch * batch,uint32_t num_samples,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,bool clear_stencil,uint8_t stencil_value) argument
797 blorp_clear_attachments(struct blorp_batch * batch,uint32_t binding_table_offset,enum isl_format depth_format,uint32_t num_samples,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_color,union isl_color_value color_value,bool clear_depth,float depth_value,uint8_t stencil_mask,uint8_t stencil_value) argument
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp.h205 bool clear_depth, float depth_value,
221 bool clear_depth, float depth_value,
230 bool clear_depth, bool clear_stencil,
240 bool clear_depth, float depth_value,
H A Dblorp_clear.c791 bool clear_depth, float depth_value,
796 if (!clear_depth && blorp_clear_stencil_as_rgba(batch, stencil, level,
847 if (clear_depth) {
986 bool clear_depth,
995 if (clear_depth && !(width || height)) {
1011 bool clear_depth, float depth_value,
1029 clear_depth, clear_stencil);
1048 if (clear_depth) {
1075 bool clear_depth, bool clear_stencil,
1090 params.depth.enabled = clear_depth;
785 blorp_clear_depth_stencil(struct blorp_batch * batch,const struct blorp_surf * depth,const struct blorp_surf * stencil,uint32_t level,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,float depth_value,uint8_t stencil_mask,uint8_t stencil_value) argument
981 blorp_can_clear_full_surface(const struct blorp_surf * depth,const struct blorp_surf * stencil,uint32_t level,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,bool clear_stencil) argument
1004 blorp_hiz_clear_depth_stencil(struct blorp_batch * batch,const struct blorp_surf * depth,const struct blorp_surf * stencil,uint32_t level,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,float depth_value,bool clear_stencil,uint8_t stencil_value) argument
1071 blorp_gfx8_hiz_clear_attachments(struct blorp_batch * batch,uint32_t num_samples,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_depth,bool clear_stencil,uint8_t stencil_value) argument
1108 blorp_clear_attachments(struct blorp_batch * batch,uint32_t binding_table_offset,enum isl_format depth_format,uint32_t num_samples,uint32_t start_layer,uint32_t num_layers,uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,bool clear_color,union isl_color_value color_value,bool clear_depth,float depth_value,uint8_t stencil_mask,uint8_t stencil_value) argument
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_common.h169 int clear_depth; member in struct:__anon16a5de240308
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_common.h150 unsigned int clear_depth; member in struct:__anonbe031e140a08
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h59 double clear_depth,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h64 float clear_depth; member in struct:panfrost_batch
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_drm.h213 unsigned int clear_depth; member in struct:drm_savage_clear
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h59 double clear_depth,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c487 bool clear_depth,
513 if (z_res && clear_depth &&
517 clear_depth = false;
524 if (!(clear_depth || clear_stencil)) {
548 clear_depth && z_res, depth,
482 clear_depth_stencil(struct iris_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,bool render_condition_enabled,bool clear_depth,bool clear_stencil,float depth,uint8_t stencil) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c544 bool clear_depth,
570 if (z_res && clear_depth &&
576 clear_depth = false;
583 if (!(clear_depth || (clear_stencil && stencil_res))) {
587 if (clear_depth && z_res) {
615 clear_depth && z_res, depth,
622 if (clear_depth && z_res) {
539 clear_depth_stencil(struct crocus_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,bool render_condition_enabled,bool clear_depth,bool clear_stencil,float depth,uint8_t stencil) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c555 bool clear_depth,
581 if (z_res && clear_depth &&
587 clear_depth = false;
594 if (!(clear_depth || (clear_stencil && stencil_res))) {
598 if (clear_depth && z_res) {
630 clear_depth && z_res, depth,
639 if (clear_depth && z_res) {
550 clear_depth_stencil(struct iris_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,bool render_condition_enabled,bool clear_depth,bool clear_stencil,float depth,uint8_t stencil) argument
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dmach64_drm.h229 unsigned int clear_depth; member in struct:drm_mach64_clear
H A Dmga_drm.h370 unsigned int clear_depth; member in struct:drm_mga_clear
H A Dr128_drm.h261 unsigned int clear_depth; member in struct:drm_r128_clear
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h181 double clear_depth; member in struct:fd_batch
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_common.h299 int clear_depth; member in struct:__anonbc4a08ad0408

Completed in 25 milliseconds

12