| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | bit_cost_inc.h | 73 size_t max_depth = 1; local in function:FN 87 if (depth > max_depth) { 88 max_depth = depth; 120 bits += (double)(18 + 2 * max_depth);
|
| H A D | entropy_encode.h | 35 int p, HuffmanTree* pool, uint8_t* depth, int max_depth);
|
| H A D | entropy_encode.c | 24 int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) { 28 BROTLI_DCHECK(max_depth <= 15); 33 if (level > max_depth) return BROTLI_FALSE; 23 BrotliSetDepth(int p0,HuffmanTree * pool,uint8_t * depth,int max_depth) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_if_to_cond_assign.cpp | 30 * (controlled by max_depth) 65 unsigned max_depth, 76 this->max_depth = max_depth; 100 unsigned max_depth; member in class:__anon347883980110::ir_if_to_cond_assign_visitor 110 unsigned max_depth, unsigned min_branch_cost) 112 if (max_depth == UINT_MAX) 115 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost); 233 bool must_lower = this->depth-- > this->max_depth; 64 ir_if_to_cond_assign_visitor(gl_shader_stage stage,unsigned max_depth,unsigned min_branch_cost) argument 109 lower_if_to_cond_assign(gl_shader_stage stage,exec_list * instructions,unsigned max_depth,unsigned min_branch_cost) argument
|
| H A D | ir_optimization.h | 125 unsigned max_depth = 0, unsigned min_branch_cost = 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_if_to_cond_assign.cpp | 30 * (controlled by max_depth) 65 unsigned max_depth, 70 this->max_depth = max_depth; 94 unsigned max_depth; member in class:__anoncd8fb7e50110::ir_if_to_cond_assign_visitor 104 unsigned max_depth, unsigned min_branch_cost) 106 if (max_depth == UINT_MAX) 109 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost); 227 bool must_lower = this->depth-- > this->max_depth; 64 ir_if_to_cond_assign_visitor(gl_shader_stage stage,unsigned max_depth,unsigned min_branch_cost) argument 103 lower_if_to_cond_assign(gl_shader_stage stage,exec_list * instructions,unsigned max_depth,unsigned min_branch_cost) argument
|
| H A D | ir_optimization.h | 126 unsigned max_depth = 0, unsigned min_branch_cost = 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 211 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma 301 max_depth = MIN2(tsrc.array_size, tdst.array_size); 315 depth = max_depth; 320 depth = (rand() % max_depth) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 226 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:si_test_dma 318 max_depth = MIN2(tsrc.array_size, tdst.array_size); 332 depth = max_depth; 337 depth = (rand() % max_depth) + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; local in function:r600_test_dma 300 max_depth = MIN2(tsrc.array_size, tdst.array_size); 314 depth = max_depth; 319 depth = (rand() % max_depth) + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 207 unsigned max_width, max_height, max_depth, j, num; local in function:si_test_blit 303 max_depth = MIN2(tsrc.array_size, tdst.array_size); 317 depth = max_depth; 322 depth = (rand() % max_depth) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.h | 183 unsigned max_depth; member in struct:tgsi_shader_info
|
| H A D | tgsi_scan.c | 345 info->max_depth = MAX2(info->max_depth, *current_depth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.h | 77 float max_depth; member in struct:lp_jit_viewport
|
| H A D | lp_setup.c | 778 float max_depth; local in function:lp_setup_set_viewports 780 &min_depth, &max_depth); 783 setup->viewports[i].max_depth != max_depth) { 785 setup->viewports[i].max_depth = max_depth;
|
| H A D | lp_jit.c | 64 LP_CHECK_MEMBER_OFFSET(struct lp_jit_viewport, max_depth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.h | 186 unsigned max_depth; member in struct:tgsi_shader_info
|
| H A D | tgsi_scan.c | 354 info->max_depth = MAX2(info->max_depth, *current_depth);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup.c | 936 float max_depth; local in function:lp_setup_set_viewports 938 &min_depth, &max_depth); 941 setup->viewports[i].max_depth != max_depth) { 943 setup->viewports[i].max_depth = max_depth;
|
| H A D | lp_jit.h | 81 float max_depth; member in struct:lp_jit_viewport
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-internal-inl.h | 425 // max_depth - the maximum number of stack frames to be included 428 // against max_depth. 429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0; 449 virtual string CurrentStackTrace(int max_depth, int skip_count);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-internal-inl.h | 426 // max_depth - the maximum number of stack frames to be included 429 // against max_depth. 430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0; 450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
|
| H A D | gtest.cc | 4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) argument 4435 if (max_depth <= 0) { 4439 max_depth = std::min(max_depth, kMaxStackTraceDepth); 4441 std::vector<void*> raw_stack(max_depth); 4444 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1); 4474 static_cast<void>(max_depth);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx8_cmd_buffer.c | 113 float max_depth = MAX2(vp->minDepth, vp->maxDepth); local in function:gfx8_cmd_buffer_emit_depth_viewport 117 .MaximumDepth = depth_clamp_enable ? max_depth : 1.0f,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_structs.h | 948 float max_depth; member in struct:brw_cc_viewport
|