Searched defs:f2i (Results 1 – 6 of 6) sorted by relevance
67 bi_instruction f2i = { in bi_emit_fexp2_new() local
1468 bi_instruction f2i = { in bi_emit_array_index() local1528 bi_instruction f2i = { in bi_emit_lod_88() local
103 void peephole::convert_float_setcc(alu_node *f2i, alu_node *s) { in convert_float_setcc()
444 f2i(operand a) in f2i() function
1056 const bool f2i = !isFloatType(i->dType) && isFloatType(i->sType); in emitCVT() local
718 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() function in sw::ShaderCore