Searched refs:solutions (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
H A D | lcra.c | 59 l->solutions = calloc(sizeof(l->solutions[0]), node_count); in lcra_alloc_equations() 61 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); in lcra_alloc_equations() 80 free(l->solutions); in lcra_free() 138 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) in lcra_test_linear() argument 141 signed constant = solutions[i]; in lcra_test_linear() 144 if (solutions[j] == ~0) continue; in lcra_test_linear() 146 signed lhs = solutions[j] - constant; in lcra_test_linear() 162 if (l->solutions[ste in lcra_solve() [all...] |
H A D | lcra.h | 60 * biased to all solutions in the class. */ 68 /* Before solving, forced registers; after solving, solutions. */ 69 unsigned *solutions; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 48 /* Before solving, forced registers; after solving, solutions. */ 49 unsigned *solutions; member 69 l->solutions = calloc(sizeof(l->solutions[0]), node_count); in lcra_alloc_equations() 72 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); in lcra_alloc_equations() 85 free(l->solutions); in lcra_free() 120 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) in lcra_test_linear() argument 122 signed constant = solutions[i]; in lcra_test_linear() 129 if (solutions[ in lcra_test_linear() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 94 .reg = l->solutions[reg] / 16, in index_to_reg() 95 .offset = l->solutions[reg] & 0xF, in index_to_reg() 636 l->solutions[ins->src[0]] = 0; in allocate_registers() 639 l->solutions[ins->src[2]] = (16 * 1) + COMPONENT_X * 4; in allocate_registers() 642 l->solutions[ins->src[3]] = (16 * 1) + COMPONENT_Y * 4; in allocate_registers() 645 l->solutions[ins->src[1]] = (16 * 1) + COMPONENT_Z * 4; in allocate_registers() 648 l->solutions[ins->dest] = (16 * 1) + COMPONENT_W * 4; in allocate_registers() 665 l->solutions[ctx->temp_count + i] = (16 * i); in allocate_registers() 705 l->solutions[ctx->blend_input] = 0; in allocate_registers() 713 l->solutions[ct in allocate_registers() [all...] |
/third_party/skia/infra/bots/recipe_modules/checkout/ |
H A D | api.py | 98 main = gclient_cfg.solutions.add()
|
/third_party/skia/infra/bots/task_drivers/recreate_skps/ |
H A D | recreate_skps.go | 61 solutions = [
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 5461 void combinationsRecursive(const ElementsVector& elements, size_t requestedSize, CombinationVector& solutions, ElementsVector& partial) 5464 solutions.push_back(partial); 5470 combinationsRecursive(elements, requestedSize, solutions, partial); 5478 CombinationVector solutions; 5481 combinationsRecursive(elements, requestedSize, solutions, partial); 5482 return solutions;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 5188 void combinationsRecursive(const ElementsVector& elements, size_t requestedSize, CombinationVector& solutions, ElementsVector& partial) 5191 solutions.push_back(partial); 5197 combinationsRecursive(elements, requestedSize, solutions, partial); 5205 CombinationVector solutions; 5208 combinationsRecursive(elements, requestedSize, solutions, partial); 5209 return solutions;
|
Completed in 30 milliseconds