Home
last modified time | relevance | path

Searched refs:depth_value (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp.h156 bool clear_depth, float depth_value,
179 bool clear_depth, float depth_value,
Dblorp_clear.c442 bool clear_depth, float depth_value, in blorp_clear_depth_stencil() argument
482 params.z = depth_value; in blorp_clear_depth_stencil()
608 bool clear_depth, float depth_value, in blorp_clear_attachments() argument
642 params.z = depth_value; in blorp_clear_attachments()
/external/v8/src/crankshaft/
Dhydrogen.h1816 HValue* BuildGetParentContext(HValue* depth, int depth_value);
Dhydrogen.cc2983 HValue* HGraphBuilder::BuildGetParentContext(HValue* depth, int depth_value) { in BuildGetParentContext() argument
3019 } else if (depth_value > 0) { in BuildGetParentContext()
3021 for (int i = 0; i < depth_value; i++) { in BuildGetParentContext()