Searched refs:db_compatible (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c283 assert(tex->db_compatible);
315 assert(tex->db_compatible);
439 if (rtex->db_compatible) {
H A Dr600_pipe_common.h214 bool db_compatible; member in struct:r600_texture
H A Dr600_texture.c419 rtex->db_compatible = new_tex->db_compatible;
955 rtex->db_compatible = true;
H A Dr600_state.c696 do_endian_swap = !tmp->db_compatible;
823 if (rtex->db_compatible && !r600_can_sample_zs(rtex, false)) {
878 do_endian_swap = !rtex->db_compatible;
H A Devergreen_state.c741 if (tmp->db_compatible) {
765 do_endian_swap = !tmp->db_compatible;
901 S_03001C_DEPTH_SAMPLE_ORDER(tmp->db_compatible);
1218 do_endian_swap = !rtex->db_compatible;
4197 if (!is_buffer & rtex->db_compatible)
H A Dr600_state_common.c665 if (!is_buffer && rtex->db_compatible) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c283 assert(tex->db_compatible);
315 assert(tex->db_compatible);
439 if (rtex->db_compatible) {
H A Dr600_pipe_common.h210 bool db_compatible; member in struct:r600_texture
H A Dr600_texture.c418 rtex->db_compatible = new_tex->db_compatible;
948 rtex->db_compatible = true;
H A Dr600_state.c699 do_endian_swap = !tmp->db_compatible;
826 if (rtex->db_compatible && !r600_can_sample_zs(rtex, false)) {
881 do_endian_swap = !rtex->db_compatible;
H A Devergreen_state.c747 if (tmp->db_compatible) {
771 do_endian_swap = !tmp->db_compatible;
907 S_03001C_DEPTH_SAMPLE_ORDER(tmp->db_compatible);
1224 do_endian_swap = !rtex->db_compatible;
4219 if (!is_buffer & rtex->db_compatible)
H A Dr600_state_common.c690 if (!is_buffer && rtex->db_compatible) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c500 tex->db_compatible = new_tex->db_compatible;
985 tex->db_compatible = surface->flags & RADEON_SURF_ZBUFFER;
H A Dsi_blit.c417 assert(tex->db_compatible);
837 if (stex->db_compatible) {
H A Dsi_pipe.h374 bool db_compatible : 1; member in struct:si_texture
H A Dsi_descriptors.c466 bool is_separate_stencil = tex->db_compatible && sview->is_stencil_sampler;
500 return tex->db_compatible;
H A Dsi_state.c4397 if (tex->db_compatible) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c446 assert(tex->db_compatible);
849 if (stex->db_compatible) {
H A Dsi_descriptors.c452 bool is_separate_stencil = tex->db_compatible &&
491 return tex->db_compatible;
H A Dsi_pipe.h312 bool db_compatible:1; member in struct:si_texture
H A Dsi_texture.c590 tex->db_compatible = new_tex->db_compatible;
1266 tex->db_compatible = true;
H A Dsi_state.c4140 if (tex->db_compatible) {

Completed in 82 milliseconds