OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_mt
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depth_state.c
39
struct intel_mipmap_tree *
depth_mt
,
53
const struct intel_mipmap_tree *mt =
depth_mt
?
depth_mt
: stencil_mt;
115
OUT_BATCH((
depth_mt
?
depth_mt
->pitch - 1 : 0) |
120
((
depth_mt
?
depth_mt
->tiling != I915_TILING_NONE : 1)
125
if (
depth_mt
) {
126
OUT_RELOC(
depth_mt
->bo,
163
assert(
depth_mt
);
[
all
...]
gen7_misc_state.c
34
struct intel_mipmap_tree *
depth_mt
,
50
const struct intel_mipmap_tree *mt =
depth_mt
?
depth_mt
: stencil_mt;
108
OUT_BATCH((
depth_mt
?
depth_mt
->pitch - 1 : 0) |
116
if (
depth_mt
) {
117
OUT_RELOC(
depth_mt
->bo,
148
assert(
depth_mt
);
149
struct intel_miptree_hiz_buffer *hiz_buf =
depth_mt
->hiz_buf;
195
OUT_BATCH(
depth_mt
? depth_mt->depth_clear_value : 0)
[
all
...]
gen8_depth_state.c
39
struct intel_mipmap_tree *
depth_mt
,
55
if (!
depth_mt
&& !stencil_mt && brw->no_depth_or_stencil) {
70
(
depth_mt
?
depth_mt
->pitch - 1 : 0));
71
if (
depth_mt
) {
72
OUT_RELOC64(
depth_mt
->bo,
81
OUT_BATCH(((depth - 1) << 21) | (
depth_mt
?
depth_mt
->qpitch >> 2 : 0));
93
assert(
depth_mt
);
96
OUT_BATCH((
depth_mt
->hiz_buf->aux_base.pitch - 1) | mocs_wb << 25)
[
all
...]
brw_misc_state.c
169
brw_get_depthstencil_tile_masks(struct intel_mipmap_tree *
depth_mt
,
178
if (
depth_mt
) {
179
intel_get_tile_masks(
depth_mt
->tiling,
depth_mt
->tr_mode,
180
depth_mt
->cpp,
183
if (intel_miptree_level_has_hiz(
depth_mt
, depth_level)) {
185
intel_get_tile_masks(
depth_mt
->hiz_buf->mt->tiling,
186
depth_mt
->hiz_buf->mt->tr_mode,
187
depth_mt
->hiz_buf->mt->cpp,
244
struct intel_mipmap_tree *
depth_mt
= NULL
local
486
struct intel_mipmap_tree *
depth_mt
= brw->depthstencil.
depth_mt
;
local
[
all
...]
brw_context.h
682
struct intel_mipmap_tree *
depth_mt
,
1162
struct intel_mipmap_tree *
depth_mt
;
member in struct:brw_context::__anon30435
[
all
...]
intel_fbo.c
662
struct intel_mipmap_tree *
depth_mt
= NULL, *stencil_mt = NULL;
local
670
depth_mt
= depthRb->mt;
677
if (
depth_mt
&& stencil_mt) {
684
if (
depth_mt
->physical_width0 != stencil_mt->physical_width0 ||
685
depth_mt
->physical_height0 != stencil_mt->physical_height0 ||
686
depth_mt
->physical_depth0 != stencil_mt->physical_depth0 ||
694
if (
depth_mt
== stencil_mt) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c
555
struct intel_mipmap_tree *
depth_mt
= NULL, *stencil_mt = NULL;
local
563
depth_mt
= depthRb->mt;
567
if (
depth_mt
&& stencil_mt) {
572
if (
depth_mt
== stencil_mt) {
Completed in 2748 milliseconds