HomeSort by relevance Sort by last modified time
    Searched defs:depth_clear_value (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clear.c 128 uint32_t depth_clear_value; local
143 depth_clear_value = float_as_int(ctx->Depth.Clear);
164 depth_clear_value = float_as_int(ctx->Depth.Clear);
166 depth_clear_value = fb->_DepthMax * ctx->Depth.Clear;
173 if (mt->depth_clear_value != depth_clear_value) {
175 mt->depth_clear_value = depth_clear_value;
intel_mipmap_tree.h 539 uint32_t depth_clear_value; member in struct:intel_mipmap_tree
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 80 uint32_t depth_clear_value; member in struct:ilo_blitter
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 268 float depth_clear_value; member in struct:r600_texture
    [all...]

Completed in 207 milliseconds