| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_sfbd.c | 53 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 D | pan_job.h | 51 float clear_depth; member in struct:panfrost_job
|
| H A D | pan_mfbd.c | 77 fb->clear_depth = job->clear_depth;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_clear.c | 49 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 D | i915_clear.c | 48 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 D | mach64_common.h | 103 unsigned int clear_depth; member in struct:__anon92111f000308
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_common.h | 118 unsigned int clear_depth; member in struct:__anon339d47a40708
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp.h | 188 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 D | blorp_clear.c | 575 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 D | blorp.h | 205 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 D | blorp_clear.c | 791 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 D | i810_common.h | 169 int clear_depth; member in struct:__anon16a5de240308
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_common.h | 150 unsigned int clear_depth; member in struct:__anonbe031e140a08
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup.h | 59 double clear_depth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.h | 64 float clear_depth; member in struct:panfrost_batch
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_drm.h | 213 unsigned int clear_depth; member in struct:drm_savage_clear
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup.h | 59 double clear_depth,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 487 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 D | crocus_clear.c | 544 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 D | iris_clear.c | 555 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 D | mach64_drm.h | 229 unsigned int clear_depth; member in struct:drm_mach64_clear
|
| H A D | mga_drm.h | 370 unsigned int clear_depth; member in struct:drm_mga_clear
|
| H A D | r128_drm.h | 261 unsigned int clear_depth; member in struct:drm_r128_clear
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.h | 181 double clear_depth; member in struct:fd_batch
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_common.h | 299 int clear_depth; member in struct:__anonbc4a08ad0408
|