Searched refs:temp_index (Results 1 – 5 of 5) sorted by relevance
317 int temp_index = 0; in initializeMap() local320 supported_variable_types_map[VAR_TYPE_BOOL] = var_descriptors[temp_index++]; in initializeMap()321 supported_variable_types_map[VAR_TYPE_INT] = var_descriptors[temp_index++]; in initializeMap()322 supported_variable_types_map[VAR_TYPE_UINT] = var_descriptors[temp_index++]; in initializeMap()323 supported_variable_types_map[VAR_TYPE_FLOAT] = var_descriptors[temp_index++]; in initializeMap()324 supported_variable_types_map[VAR_TYPE_VEC2] = var_descriptors[temp_index++]; in initializeMap()325 supported_variable_types_map[VAR_TYPE_VEC3] = var_descriptors[temp_index++]; in initializeMap()326 supported_variable_types_map[VAR_TYPE_VEC4] = var_descriptors[temp_index++]; in initializeMap()327 supported_variable_types_map[VAR_TYPE_BVEC2] = var_descriptors[temp_index++]; in initializeMap()328 supported_variable_types_map[VAR_TYPE_BVEC3] = var_descriptors[temp_index++]; in initializeMap()[all …]
728 int temp_index = -1; in peephole_mul_omod() local743 if (temp_index != -1) { in peephole_mul_omod()747 temp_index = i; in peephole_mul_omod()807 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]); in peephole_mul_omod()
399 unsigned temp_index; /* tessinner temp register */ member404 unsigned temp_index; /* tessouter temp register */ member420 unsigned temp_index; /* tessinner temp register */ member425 unsigned temp_index; /* tessouter temp register */ member1386 index = emit->tcs.inner.temp_index; in emit_dst_register()1400 index = emit->tcs.outer.temp_index; in emit_dst_register()1741 index = emit->tcs.inner.temp_index; in emit_src_register()1744 index = emit->tcs.outer.temp_index; in emit_src_register()1795 index = emit->tes.inner.temp_index; in emit_src_register()1799 index = emit->tes.outer.temp_index; in emit_src_register()[all …]
4096 uint32_t temp_index, in pvr_pds_generate_single_ldst_instruction() argument4126 (temp_index % 2) == 0)); in pvr_pds_generate_single_ldst_instruction()4129 temp_index >>= 1; in pvr_pds_generate_single_ldst_instruction()4164 ld_src0 |= (((uint64_t)temp_index & PVR_ROGUE_PDSINST_REGS64TP_MASK) in pvr_pds_generate_single_ldst_instruction()4184 temp_index += per_inst_count; in pvr_pds_generate_single_ldst_instruction()4222 st_src0 |= (((uint64_t)temp_index & PVR_ROGUE_PDSINST_REGS32TP_MASK) in pvr_pds_generate_single_ldst_instruction()4243 temp_index += per_inst_count; in pvr_pds_generate_single_ldst_instruction()
848 uint32_t temp_index,