Searched refs:cur_value (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_copy_propagation.cpp | 236 src_reg *cur_value[virtual_grf_reg_count][4]; in opt_copy_propagation() local 238 memset(&cur_value, 0, sizeof(cur_value)); in opt_copy_propagation() 251 memset(cur_value, 0, sizeof(cur_value)); in opt_copy_propagation() 275 values[c] = cur_value[reg][BRW_GET_SWZ(inst->src[i].swizzle, c)]; in opt_copy_propagation() 312 cur_value[reg][i] = direct_copy ? &inst->src[0] : NULL; in opt_copy_propagation() 320 memset(cur_value, 0, sizeof(cur_value)); in opt_copy_propagation() 325 cur_value[i][j] && in opt_copy_propagation() 326 cur_value[i][j]->file == GRF && in opt_copy_propagation() 327 cur_value[i][j]->reg == inst->dst.reg && in opt_copy_propagation() 328 cur_value[i][j]->reg_offset == inst->dst.reg_offset) { in opt_copy_propagation() [all …]
|
/external/opencv3/modules/core/src/ |
D | cuda_info.cpp | 212 int cur_value; in fromStr() local 214 int args_read = sscanf(set_as_str + pos, "%d%n", &cur_value, &chars_read); in fromStr() 217 arr.push_back(cur_value); in fromStr()
|