Searched refs:get_temp (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 286 get_temp( struct svga_shader_emitter *emit ) in get_temp() function 548 temp = get_temp( emit ); in submit_op2() 612 temp0 = get_temp( emit ); in submit_op3() 619 temp1 = get_temp( emit ); in submit_op3() 691 temp0 = get_temp( emit ); in submit_op4() 698 temp3 = get_temp( emit ); in submit_op4() 1035 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_fake_arl() 1068 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_if() 1116 SVGA3dShaderDestToken temp = get_temp( emit ); in emit_floor() 1145 SVGA3dShaderDestToken temp = get_temp(emit); in emit_ceil() [all …]
|
/external/u-boot/drivers/thermal/ |
D | thermal-uclass.c | 20 if (!ops->get_temp) in thermal_get_temp() 23 return ops->get_temp(dev, temp); in thermal_get_temp()
|
D | ti-bandgap.c | 172 .get_temp = ti_bandgap_get_temp,
|
D | imx_thermal.c | 231 .get_temp = imx_thermal_get_temp,
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 378 static struct ureg get_temp( struct tnl_program *p ) in get_temp() function 396 struct ureg temp = get_temp( p ); in reserve_temp() 635 struct ureg temp = get_temp(p); in make_temp() 670 tmp = get_temp(p); in emit_transpose_matrix_transform_vec4() 699 struct ureg tmp = get_temp(p); in emit_normalize_vec3() 924 struct ureg tmp = get_temp(p); in get_lightprod() 947 struct ureg spot = get_temp(p); in calculate_light_attenuation() 948 struct ureg slt = get_temp(p); in calculate_light_attenuation() 950 att = get_temp(p); in calculate_light_attenuation() 968 att = get_temp(p); in calculate_light_attenuation() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 80 get_temp(struct st_translate *t, unsigned index) in get_temp() function 103 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI); in apply_swizzle() 104 tmp[1] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 1); in apply_swizzle() 130 return ureg_src(get_temp(t, src_type - GL_REG_0_ATI)); in get_source() 155 struct ureg_dst arg = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + argId); in prepare_argument() 217 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 2); /* re-purpose a3 */ in emit_special_inst() 231 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI); /* re-purpose a1 */ in emit_special_inst() 311 dst[0] = get_temp(t, r); in compile_setupinst() 378 dst[0] = get_temp(t, dstreg); in compile_instruction()
|
D | st_glsl_to_tgsi.cpp | 212 st_src_reg get_temp(const glsl_type *type); 540 addr = get_temp(glsl_type::uint_type); in emit_asm() 1017 glsl_to_tgsi_visitor::get_temp(const glsl_type *type) in get_temp() function in glsl_to_tgsi_visitor 1107 dst = st_dst_reg(get_temp(ir->type)); in visit() 1219 this->result = get_temp(ir->type); in try_emit_mad() 1261 this->result = get_temp(ir->type); in try_emit_mad_for_and_not() 1278 st_src_reg temp = get_temp(glsl_type::get_instance(reg->type, 4, 1)); in reladdr_to_temp() 1377 result_src = get_temp(ir->type); in visit_expression() 1484 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit_expression() 1548 st_src_reg temp = get_temp(native_integers ? in visit_expression() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 226 src_reg get_temp(const glsl_type *type); 585 ir_to_mesa_visitor::get_temp(const glsl_type *type) in get_temp() function in ir_to_mesa_visitor 762 this->result = get_temp(ir->type); in try_emit_mad() 802 this->result = get_temp(ir->type); in try_emit_mad_for_and_not() 818 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp() 931 const src_reg result_src = get_temp(ir->type); in emit_swz() 952 src_reg abs_difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 970 difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 1043 result_src = get_temp(ir->type); in visit() 1153 src_reg temp = get_temp(glsl_type::vec4_type); in visit() [all …]
|
/external/u-boot/include/ |
D | thermal.h | 30 int (*get_temp)(struct udevice *dev, int *temp); member
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | bpmp_abi.h | 1301 struct cmd_thermal_get_temp_request get_temp; member 1323 struct cmd_thermal_get_temp_response get_temp; member
|