Lines Matching refs:depth
113 KeyType operator()(float depth) in operator()
116 depth * static_cast<float>(BIT64_DEPTH_MAX_VALUE)) in operator()
127 KeyType operator()(float depth) in operator()
130 (1.0f - depth) * static_cast<float>(BIT64_DEPTH_MAX_VALUE)) in operator()
141 KeyType operator()(float depth) in operator()
143 NW_UNUSED_VARIABLE(depth); in operator()
251 void SetDepth(float depth, u32 shift) in SetDepth() argument
253 m_Key |= TDepthQuantizer()(depth) << shift; in SetDepth()
370 float depth,
435 float depth, in CreateRenderKey() argument
440 renderKey.SetDepth(depth, 0); in CreateRenderKey()
531 float depth, in CreateRenderKey() argument
536 renderKey.SetDepth(depth, RenderElementType::BIT64_SIMPLE_MATERIAL_ID_BIT_SIZE); in CreateRenderKey()
628 float depth, in CreateRenderKey() argument
633 renderKey.SetDepth(depth, in CreateRenderKey()