Home
last modified time | relevance | path

Searched refs:src_reg_for_float (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_opt_constant_fold.c47 src_reg_for_float(struct gl_program *prog, float val) in src_reg_for_float() function
220 inst->SrcReg[0] = src_reg_for_float(prog, result); in _mesa_constant_fold()
276 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
308 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
340 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
372 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
404 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
436 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
Dir_to_mesa.cpp242 src_reg src_reg_for_float(float val);
581 ir_to_mesa_visitor::src_reg_for_float(float val) in src_reg_for_float() function in ir_to_mesa_visitor
1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0)); in visit()
1280 emit(ir, OPCODE_SGE, result_dst, sge_src, src_reg_for_float(0.0)); in visit()
1309 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1337 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1364 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1388 op[0], result_src, src_reg_for_float(0.0)); in visit()
1409 op[0], src_reg_for_float(0.0)); in visit()
1605 this->result, src_reg_for_float(element_size)); in visit()
[all …]
/external/mesa3d/src/mesa/program/
Dprog_opt_constant_fold.c47 src_reg_for_float(struct gl_program *prog, float val) in src_reg_for_float() function
220 inst->SrcReg[0] = src_reg_for_float(prog, result); in _mesa_constant_fold()
276 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
308 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
340 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
372 inst->SrcReg[0] = src_reg_for_float(prog, 1.0f); in _mesa_constant_fold()
404 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
436 inst->SrcReg[0] = src_reg_for_float(prog, 0.0f); in _mesa_constant_fold()
Dir_to_mesa.cpp242 src_reg src_reg_for_float(float val);
581 ir_to_mesa_visitor::src_reg_for_float(float val) in src_reg_for_float() function in ir_to_mesa_visitor
1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0)); in visit()
1280 emit(ir, OPCODE_SGE, result_dst, sge_src, src_reg_for_float(0.0)); in visit()
1309 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1337 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1364 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0)); in visit()
1388 op[0], result_src, src_reg_for_float(0.0)); in visit()
1409 op[0], src_reg_for_float(0.0)); in visit()
1605 this->result, src_reg_for_float(element_size)); in visit()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h263 src_reg src_reg_for_float(float val);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_vec4.h263 src_reg src_reg_for_float(float val);