HomeSort by relevance Sort by last modified time
    Searched defs:get_temp (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/
thermal.h 30 int (*get_temp)(struct udevice *dev, int *temp); member in struct:dm_thermal_ops
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 80 get_temp(struct st_translate *t, unsigned index) function
103 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI);
104 tmp[1] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 1);
130 return ureg_src(get_temp(t, src_type - GL_REG_0_ATI));
155 struct ureg_dst arg = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + argId);
217 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 2); /* re-purpose a3 */
231 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI); /* re-purpose a1 */
311 dst[0] = get_temp(t, r);
378 dst[0] = get_temp(t, dstreg);
st_glsl_to_tgsi.cpp 212 st_src_reg get_temp(const glsl_type *type);
540 addr = get_temp(glsl_type::uint_type);
1017 glsl_to_tgsi_visitor::get_temp(const glsl_type *type) function in class:glsl_to_tgsi_visitor
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 286 get_temp( struct svga_shader_emitter *emit ) function
548 temp = get_temp( emit );
612 temp0 = get_temp( emit );
619 temp1 = get_temp( emit );
691 temp0 = get_temp( emit );
698 temp3 = get_temp( emit );
1035 SVGA3dShaderDestToken tmp = get_temp( emit );
1068 SVGA3dShaderDestToken tmp = get_temp( emit );
1116 SVGA3dShaderDestToken temp = get_temp( emit );
1145 SVGA3dShaderDestToken temp = get_temp(emit)
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 378 static struct ureg get_temp( struct tnl_program *p ) function
396 struct ureg temp = get_temp( p );
635 struct ureg temp = get_temp(p);
670 tmp = get_temp(p);
699 struct ureg tmp = get_temp(p);
924 struct ureg tmp = get_temp(p);
947 struct ureg spot = get_temp(p);
948 struct ureg slt = get_temp(p);
950 att = get_temp(p);
968 att = get_temp(p)
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 226 src_reg get_temp(const glsl_type *type);
585 ir_to_mesa_visitor::get_temp(const glsl_type *type) function in class:ir_to_mesa_visitor
762 this->result = get_temp(ir->type);
802 this->result = get_temp(ir->type);
818 src_reg temp = get_temp(glsl_type::vec4_type);
931 const src_reg result_src = get_temp(ir->type);
952 src_reg abs_difference = get_temp(glsl_type::vec4_type);
970 difference = get_temp(glsl_type::vec4_type);
1043 result_src = get_temp(ir->type);
1153 src_reg temp = get_temp(glsl_type::vec4_type)
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-tegra/
bpmp_abi.h 1301 struct cmd_thermal_get_temp_request get_temp; member in union:mrq_thermal_host_to_bpmp_request::__anon46726
1323 struct cmd_thermal_get_temp_response get_temp; member in union:mrq_thermal_bpmp_to_host_response
    [all...]

Completed in 872 milliseconds