Searched refs:depth_value (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp.h | 156 bool clear_depth, float depth_value, 179 bool clear_depth, float depth_value,
|
D | blorp_clear.c | 442 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/ |
D | hydrogen.h | 1816 HValue* BuildGetParentContext(HValue* depth, int depth_value);
|
D | hydrogen.cc | 2983 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()
|