OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hiz_mt
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen7_misc_state.c
43
*
hiz_mt
= NULL;
local
69
hiz_mt
= depth_mt->
hiz_mt
;
74
if (
hiz_mt
) {
76
intel_region_get_tile_masks(
hiz_mt
->region,
194
((
hiz_mt
? 1 : 0) << 22) | /* hiz enable */
209
if (
hiz_mt
== NULL) {
217
intel_region_get_aligned_offset(
hiz_mt
->region,
223
OUT_BATCH(
hiz_mt
->region->pitch *
hiz_mt
->region->cpp - 1)
[
all
...]
brw_blorp.cpp
194
assert(mt->
hiz_mt
!= NULL);
brw_clear.c
103
if (!mt->
hiz_mt
)
brw_misc_state.c
296
depth_irb->mt->
hiz_mt
) {
297
hiz_region = depth_irb->mt->
hiz_mt
->region;
gen6_blorp.cpp
62
intel_region_get_tile_masks(params->depth.mt->
hiz_mt
->region,
895
struct intel_region *hiz_region = params->depth.mt->
hiz_mt
->region;
[
all
...]
gen7_blorp.cpp
639
struct intel_region *hiz_region = params->depth.mt->
hiz_mt
->region;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h
319
struct intel_mipmap_tree *
hiz_mt
;
member in struct:intel_mipmap_tree
328
* mt->
hiz_mt
->hiz_map, is unused.
499
* \see intel_mipmap_tree:
hiz_mt
intel_mipmap_tree.c
527
intel_miptree_release(&(*mt)->
hiz_mt
);
834
assert(mt->
hiz_mt
== NULL);
836
mt->
hiz_mt
= intel_miptree_create(intel,
848
if (!mt->
hiz_mt
)
876
if (!mt->
hiz_mt
)
891
if (!mt->
hiz_mt
)
[
all
...]
intel_fbo.c
540
if (mt->
hiz_mt
== NULL &&
543
if (!mt->
hiz_mt
)
739
if (intel->gen < 7 && depth_mt->
hiz_mt
== NULL) {
Completed in 883 milliseconds